Color #4947BF Color / Colour Code #4947BF

    This page shows the hex color code for color #4947bf (#4947BF). The colour is a blue tone with 48% saturation and 51% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #4947BF

    Color Conversions

    HEX
    #4947BF
    RGB
    rgb(73, 71, 191)
    HSL
    hsl(241, 48%, 51%)
    HSV
    hsv(241, 63%, 75%)
    CMYK
    cmyk(62%, 63%, 0%, 25%)

    Accessibility Contrast

    WCAG contrast ratios for #4947BF against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    7.15:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Black (#000000)
    2.94:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    6.16:1
    AA PassAA Large PassAAA Fail

    Complementary Colors

    #4947BF paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 211, 241, and 271 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 241, 1, and 121 degrees.

    Color Palettes Using #4947BF

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 241 and saturation at 48%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #151439 #292871 #4442BD #8F8ED7 #C7C6EB
    Warm Harmony

    Adjacent hues from 241 to 286 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #5755C3 #7355C3 #8E55C3 #AA55C3
    Cool Contrast

    Combines the base color at hue 241 with its complement at 61 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #4442BD #BBBD42 #7DBD42 #42BD44
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #B8B8E0 #E0B8E0 #E0B8B8 #E0E0B8 #B8E0B8

    Shades & Tints of #4947BF

    Lightness variations at hue 241 and 48% saturation.

    CSS Gradients with #4947BF

    Blue to Yellow
    linear-gradient(135deg, #4947bf, #bcbe46)
    Analogous Fade
    linear-gradient(90deg, #4947bf, #8446be)
    Deep to Light
    linear-gradient(180deg, #191844, #bcbbe7)
    Tricolor Sweep
    linear-gradient(135deg, #4846be, #be4846, #46be48)

    Design Use Cases for #4947BF

    Balanced UI Color

    At 48% saturation, #4947BF strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Soft Accent & Highlight

    With 51% lightness, #4947BF has a softer, more approachable quality. It works well for hover states, subtle highlights, progress indicators, and secondary UI elements. This lightness range is particularly effective for tag backgrounds and status indicators.

    Trust & Professional Identity

    #4947BF sits in the blue range (hue 241). Blue is the world's most popular color for corporate identities because it conveys trust, stability, and competence. Use it for navigation bars, link text, form focus states, and any element where user confidence matters. Financial, healthcare, and technology brands rely heavily on this hue range.

    Gradient Pairing

    Create a gradient from #4947BF (hue 241) to its complement at hue 61. For a subtler effect, try pairing with an analogous color at hue 271. Use CSS: background: linear-gradient(135deg, #4947bf, #bcbe46);

    CSS Code for #4947BF

    /* Background */
    background-color: #4947bf;
    background-color: rgb(73, 71, 191);
    background-color: hsl(241, 48%, 51%);
    /* Text */
    color: #4947bf;
    /* Border */
    border: 2px solid #4947bf;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(73, 71, 191, 0.3);
    /* CSS Variable */
    --color-primary: 241 48% 51%;

    Similar Colors

    Colors visually similar to #4947BF based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #4947BF across image editing and color design tools.

    About Color #4947BF (#4947BF)

    #4947BF is a blue color (colour) with RGB channel values of 73 red, 71 green, and 191 blue. The blue channel is dominant by a ratio of 2.7:1 over the weakest channel. In HSL terms, the hue sits at 241 degrees with 48% saturation and 51% lightness, placing it in the cool range of the colour spectrum.

    The perceived brightness of #4947BF is 85/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This appears dark to the human eye, so pair it with light text for adequate readability. For print production, the CMYK equivalent is 62% cyan, 63% magenta, 0% yellow, and 25% key (black).

    The WCAG contrast ratio of #4947BF against white is 7.15:1 and against black is 2.94:1. This exceeds the AAA requirement (7:1) for normal text on white, making it excellent for body text and small UI labels on light backgrounds.

    The complementary colour #BCBE46 creates maximum visual tension when paired with #4947BF. For more harmonious color combinations, use the analogous colours #4680BE and #8446BE, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #4947BF

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #4947BF?
    #4947BF is Color #4947BF, a blue color (colour) with RGB(73, 71, 191), HSL(241, 48%, 51%), and CMYK(62%, 63%, 0%, 25%). Its perceived brightness is 85/255.
    Is #4947BF accessible for text?
    Against white, #4947BF has a contrast ratio of 7.15:1 (passes AA for normal text). Against black, it has 2.94:1 (fails AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #4947BF?
    The complementary colour is #BCBE46 (hue 61). For subtle color combinations, use analogous colours #4680BE and #8446BE. The triadic palette adds #BE4846 and #46BE48 for vibrant variety.
    How do I use #4947BF in CSS?
    Use any format: color: #4947bf; or rgb(73, 71, 191); or hsl(241, 48%, 51%). For CSS custom properties: --color-primary: 241 48% 51%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.