Shades of Corn Flower Blue #403976
Tints of Corn Flower Blue #403976
RGB
CMYK
RGB Variations
Color information
#403976 (or 0x403976) is known color: Corn Flower Blue. HEX triplet: 40, 39 and 76. RGB value is (64,57,118). Sum of RGB (Red+Green+Blue) = 64+57+118=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #403976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403976 is #BFC689. Grayscale: #414141. Windows color (decimal): -12568202 or 7747904. OLE color: 7747904.
HSL color Cylindrical-coordinate representation of color #403976: hue angle of 246.89º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403976 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 57 | 118 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.54 |
| HSL | 246.89º | 0.35% | 0.34% | - |
| HSV(B) | 246.89º | 0.52% | 0.46% | - |
| XYZ | 6.85 | 5.32 | 17.81 | - |
| YUV | 66.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 118 | 0.46 | 0.52 | 0 | 0.54 | 246.89 | 0.35 | 0.34 |
| Hex | 40 | 39 | 76 | 2E | 34 | 0 | 36 | F7 | 23 | 22 |
| Octal | 100 | 71 | 166 | 56 | 64 | 0 | 66 | 367 | 43 | 42 |
| Binary | 1000000 | 111001 | 1110110 | 101110 | 110100 | 0 | 110110 | 11110111 | 100011 | 100010 |
Color Harmonies of #403976
Complementary color
Monochromatic Colors of #403976
Black with #403976
Text Example
Text Example
White with #403976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403976; }
p { color: rgb(64,57,118); }
H1.HeaderClassName
{
color: #403976;
}
.AnyTagClassName
{
color: #403976;
}
</style>
background-color css
<style>
a { background-color: #403976; }
a { background-color: rgb(64,57,118); }
div.DivClassName
{
background-color: #403976;
}
.BgClassName
{
background-color: #403976;
}
</style>
border-color css
<style>
span { border-color: #403976; }
span { border-color: rgb(64,57,118); }
td.TdClassName
{
border-color: #403976;
}
.TagClassName
{
border-color: #403976;
}
</style>