Shades of Corn Flower Blue #404066
Tints of Corn Flower Blue #404066
RGB
CMYK
RGB Variations
Color information
#404066 (or 0x404066) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 66. RGB value is (64,64,102). Sum of RGB (Red+Green+Blue) = 64+64+102=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #404066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404066 is #BFBF99. Grayscale: #444444. Windows color (decimal): -12566426 or 6701120. OLE color: 6701120.
HSL color Cylindrical-coordinate representation of color #404066: hue angle of 240º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404066 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 64 | 102 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.6 |
| HSL | 240º | 0.23% | 0.33% | - |
| HSV(B) | 240º | 0.37% | 0.4% | - |
| XYZ | 6.35 | 5.72 | 13.34 | - |
| YUV | 68.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 102 | 0.37 | 0.37 | 0 | 0.6 | 240 | 0.23 | 0.33 |
| Hex | 40 | 40 | 66 | 25 | 25 | 0 | 3C | F0 | 17 | 21 |
| Octal | 100 | 100 | 146 | 45 | 45 | 0 | 74 | 360 | 27 | 41 |
| Binary | 1000000 | 1000000 | 1100110 | 100101 | 100101 | 0 | 111100 | 11110000 | 10111 | 100001 |
Color Harmonies of #404066
Complementary color
Monochromatic Colors of #404066
Black with #404066
Text Example
Text Example
White with #404066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404066; }
p { color: rgb(64,64,102); }
H1.HeaderClassName
{
color: #404066;
}
.AnyTagClassName
{
color: #404066;
}
</style>
background-color css
<style>
a { background-color: #404066; }
a { background-color: rgb(64,64,102); }
div.DivClassName
{
background-color: #404066;
}
.BgClassName
{
background-color: #404066;
}
</style>
border-color css
<style>
span { border-color: #404066; }
span { border-color: rgb(64,64,102); }
td.TdClassName
{
border-color: #404066;
}
.TagClassName
{
border-color: #404066;
}
</style>