Shades of Corn Flower Blue #404168
Tints of Corn Flower Blue #404168
RGB
CMYK
RGB Variations
Color information
#404168 (or 0x404168) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 68. RGB value is (64,65,104). Sum of RGB (Red+Green+Blue) = 64+65+104=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #404168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404168 is #BFBE97. Grayscale: #444444. Windows color (decimal): -12566168 or 6832448. OLE color: 6832448.
HSL color Cylindrical-coordinate representation of color #404168: hue angle of 238.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404168 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 65 | 104 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.59 |
| HSL | 238.5º | 0.24% | 0.33% | - |
| HSV(B) | 238.5º | 0.38% | 0.41% | - |
| XYZ | 6.5 | 5.87 | 13.89 | - |
| YUV | 69.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 104 | 0.38 | 0.38 | 0 | 0.59 | 238.5 | 0.24 | 0.33 |
| Hex | 40 | 41 | 68 | 26 | 26 | 0 | 3B | EE | 18 | 21 |
| Octal | 100 | 101 | 150 | 46 | 46 | 0 | 73 | 356 | 30 | 41 |
| Binary | 1000000 | 1000001 | 1101000 | 100110 | 100110 | 0 | 111011 | 11101110 | 11000 | 100001 |
Color Harmonies of #404168
Complementary color
Monochromatic Colors of #404168
Black with #404168
Text Example
Text Example
White with #404168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404168; }
p { color: rgb(64,65,104); }
H1.HeaderClassName
{
color: #404168;
}
.AnyTagClassName
{
color: #404168;
}
</style>
background-color css
<style>
a { background-color: #404168; }
a { background-color: rgb(64,65,104); }
div.DivClassName
{
background-color: #404168;
}
.BgClassName
{
background-color: #404168;
}
</style>
border-color css
<style>
span { border-color: #404168; }
span { border-color: rgb(64,65,104); }
td.TdClassName
{
border-color: #404168;
}
.TagClassName
{
border-color: #404168;
}
</style>