Shades of Corn Flower Blue #404276
Tints of Corn Flower Blue #404276
RGB
CMYK
RGB Variations
Color information
#404276 (or 0x404276) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 76. RGB value is (64,66,118). Sum of RGB (Red+Green+Blue) = 64+66+118=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #404276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404276 is #BFBD89. Grayscale: #474747. Windows color (decimal): -12565898 or 7750208. OLE color: 7750208.
HSL color Cylindrical-coordinate representation of color #404276: hue angle of 237.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404276 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 66 | 118 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.54 |
| HSL | 237.78º | 0.3% | 0.36% | - |
| HSV(B) | 237.78º | 0.46% | 0.46% | - |
| XYZ | 7.33 | 6.29 | 17.97 | - |
| YUV | 71.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 118 | 0.46 | 0.44 | 0 | 0.54 | 237.78 | 0.3 | 0.36 |
| Hex | 40 | 42 | 76 | 2E | 2C | 0 | 36 | EE | 1E | 24 |
| Octal | 100 | 102 | 166 | 56 | 54 | 0 | 66 | 356 | 36 | 44 |
| Binary | 1000000 | 1000010 | 1110110 | 101110 | 101100 | 0 | 110110 | 11101110 | 11110 | 100100 |
Color Harmonies of #404276
Complementary color
Monochromatic Colors of #404276
Black with #404276
Text Example
Text Example
White with #404276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404276; }
p { color: rgb(64,66,118); }
H1.HeaderClassName
{
color: #404276;
}
.AnyTagClassName
{
color: #404276;
}
</style>
background-color css
<style>
a { background-color: #404276; }
a { background-color: rgb(64,66,118); }
div.DivClassName
{
background-color: #404276;
}
.BgClassName
{
background-color: #404276;
}
</style>
border-color css
<style>
span { border-color: #404276; }
span { border-color: rgb(64,66,118); }
td.TdClassName
{
border-color: #404276;
}
.TagClassName
{
border-color: #404276;
}
</style>