Shades of Corn Flower Blue #464970
Tints of Corn Flower Blue #464970
RGB
CMYK
RGB Variations
Color information
#464970 (or 0x464970) is known color: Corn Flower Blue. HEX triplet: 46, 49 and 70. RGB value is (70,73,112). Sum of RGB (Red+Green+Blue) = 70+73+112=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #464970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464970 is #B9B68F. Grayscale: #4C4C4C. Windows color (decimal): -12170896 or 7358790. OLE color: 7358790.
HSL color Cylindrical-coordinate representation of color #464970: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464970 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 73 | 112 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.56 |
| HSL | 235.71º | 0.23% | 0.36% | - |
| HSV(B) | 235.71º | 0.38% | 0.44% | - |
| XYZ | 7.83 | 7.24 | 16.31 | - |
| YUV | 76.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 112 | 0.38 | 0.35 | 0 | 0.56 | 235.71 | 0.23 | 0.36 |
| Hex | 46 | 49 | 70 | 26 | 23 | 0 | 38 | EC | 17 | 24 |
| Octal | 106 | 111 | 160 | 46 | 43 | 0 | 70 | 354 | 27 | 44 |
| Binary | 1000110 | 1001001 | 1110000 | 100110 | 100011 | 0 | 111000 | 11101100 | 10111 | 100100 |
Color Harmonies of #464970
Complementary color
Monochromatic Colors of #464970
Black with #464970
Text Example
Text Example
White with #464970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464970; }
p { color: rgb(70,73,112); }
H1.HeaderClassName
{
color: #464970;
}
.AnyTagClassName
{
color: #464970;
}
</style>
background-color css
<style>
a { background-color: #464970; }
a { background-color: rgb(70,73,112); }
div.DivClassName
{
background-color: #464970;
}
.BgClassName
{
background-color: #464970;
}
</style>
border-color css
<style>
span { border-color: #464970; }
span { border-color: rgb(70,73,112); }
td.TdClassName
{
border-color: #464970;
}
.TagClassName
{
border-color: #464970;
}
</style>