Shades of Corn Flower Blue #404269
Tints of Corn Flower Blue #404269
RGB
CMYK
RGB Variations
Color information
#404269 (or 0x404269) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 69. RGB value is (64,66,105). Sum of RGB (Red+Green+Blue) = 64+66+105=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #404269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404269 is #BFBD96. Grayscale: #454545. Windows color (decimal): -12565911 or 6898240. OLE color: 6898240.
HSL color Cylindrical-coordinate representation of color #404269: hue angle of 237.07º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404269 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 66 | 105 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.59 |
| HSL | 237.07º | 0.24% | 0.33% | - |
| HSV(B) | 237.07º | 0.39% | 0.41% | - |
| XYZ | 6.61 | 6.01 | 14.18 | - |
| YUV | 69.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 105 | 0.39 | 0.37 | 0 | 0.59 | 237.07 | 0.24 | 0.33 |
| Hex | 40 | 42 | 69 | 27 | 25 | 0 | 3B | ED | 18 | 21 |
| Octal | 100 | 102 | 151 | 47 | 45 | 0 | 73 | 355 | 30 | 41 |
| Binary | 1000000 | 1000010 | 1101001 | 100111 | 100101 | 0 | 111011 | 11101101 | 11000 | 100001 |
Color Harmonies of #404269
Complementary color
Monochromatic Colors of #404269
Black with #404269
Text Example
Text Example
White with #404269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404269; }
p { color: rgb(64,66,105); }
H1.HeaderClassName
{
color: #404269;
}
.AnyTagClassName
{
color: #404269;
}
</style>
background-color css
<style>
a { background-color: #404269; }
a { background-color: rgb(64,66,105); }
div.DivClassName
{
background-color: #404269;
}
.BgClassName
{
background-color: #404269;
}
</style>
border-color css
<style>
span { border-color: #404269; }
span { border-color: rgb(64,66,105); }
td.TdClassName
{
border-color: #404269;
}
.TagClassName
{
border-color: #404269;
}
</style>