Shades of Corn Flower Blue #404173
Tints of Corn Flower Blue #404173
RGB
CMYK
RGB Variations
Color information
#404173 (or 0x404173) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 73. RGB value is (64,65,115). Sum of RGB (Red+Green+Blue) = 64+65+115=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #404173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404173 is #BFBE8C. Grayscale: #464646. Windows color (decimal): -12566157 or 7553344. OLE color: 7553344.
HSL color Cylindrical-coordinate representation of color #404173: hue angle of 238.82º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404173 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 65 | 115 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.55 |
| HSL | 238.82º | 0.28% | 0.35% | - |
| HSV(B) | 238.82º | 0.44% | 0.45% | - |
| XYZ | 7.1 | 6.11 | 17.02 | - |
| YUV | 70.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 115 | 0.44 | 0.43 | 0 | 0.55 | 238.82 | 0.28 | 0.35 |
| Hex | 40 | 41 | 73 | 2C | 2B | 0 | 37 | EF | 1C | 23 |
| Octal | 100 | 101 | 163 | 54 | 53 | 0 | 67 | 357 | 34 | 43 |
| Binary | 1000000 | 1000001 | 1110011 | 101100 | 101011 | 0 | 110111 | 11101111 | 11100 | 100011 |
Color Harmonies of #404173
Complementary color
Monochromatic Colors of #404173
Black with #404173
Text Example
Text Example
White with #404173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404173; }
p { color: rgb(64,65,115); }
H1.HeaderClassName
{
color: #404173;
}
.AnyTagClassName
{
color: #404173;
}
</style>
background-color css
<style>
a { background-color: #404173; }
a { background-color: rgb(64,65,115); }
div.DivClassName
{
background-color: #404173;
}
.BgClassName
{
background-color: #404173;
}
</style>
border-color css
<style>
span { border-color: #404173; }
span { border-color: rgb(64,65,115); }
td.TdClassName
{
border-color: #404173;
}
.TagClassName
{
border-color: #404173;
}
</style>