Shades of Corn Flower Blue #404167
Tints of Corn Flower Blue #404167
RGB
CMYK
RGB Variations
Color information
#404167 (or 0x404167) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 67. RGB value is (64,65,103). Sum of RGB (Red+Green+Blue) = 64+65+103=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #404167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404167 is #BFBE98. Grayscale: #444444. Windows color (decimal): -12566169 or 6766912. OLE color: 6766912.
HSL color Cylindrical-coordinate representation of color #404167: hue angle of 238.46º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404167 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 65 | 103 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.60 |
| HSL | 238.46º | 0.23% | 0.33% | - |
| HSV(B) | 238.46º | 0.38% | 0.4% | - |
| XYZ | 6.45 | 5.85 | 13.62 | - |
| YUV | 69.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 103 | 0.38 | 0.37 | 0 | 0.60 | 238.46 | 0.23 | 0.33 |
| Hex | 40 | 41 | 67 | 26 | 25 | 0 | 3C | EE | 17 | 21 |
| Octal | 100 | 101 | 147 | 46 | 45 | 0 | 74 | 356 | 27 | 41 |
| Binary | 1000000 | 1000001 | 1100111 | 100110 | 100101 | 0 | 111100 | 11101110 | 10111 | 100001 |
Color Harmonies of #404167
Complementary color
Monochromatic Colors of #404167
Black with #404167
Text Example
Text Example
White with #404167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404167; }
p { color: rgb(64,65,103); }
H1.HeaderClassName
{
color: #404167;
}
.AnyTagClassName
{
color: #404167;
}
</style>
background-color css
<style>
a { background-color: #404167; }
a { background-color: rgb(64,65,103); }
div.DivClassName
{
background-color: #404167;
}
.BgClassName
{
background-color: #404167;
}
</style>
border-color css
<style>
span { border-color: #404167; }
span { border-color: rgb(64,65,103); }
td.TdClassName
{
border-color: #404167;
}
.TagClassName
{
border-color: #404167;
}
</style>