Shades of Corn Flower Blue #464870
Tints of Corn Flower Blue #464870
RGB
CMYK
RGB Variations
Color information
#464870 (or 0x464870) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 70. RGB value is (70,72,112). Sum of RGB (Red+Green+Blue) = 70+72+112=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #464870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464870 is #B9B78F. Grayscale: #4B4B4B. Windows color (decimal): -12171152 or 7358534. OLE color: 7358534.
HSL color Cylindrical-coordinate representation of color #464870: hue angle of 237.14º 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 #464870 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 72 | 112 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.56 |
| HSL | 237.14º | 0.23% | 0.36% | - |
| HSV(B) | 237.14º | 0.38% | 0.44% | - |
| XYZ | 7.77 | 7.11 | 16.29 | - |
| YUV | 75.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 112 | 0.38 | 0.36 | 0 | 0.56 | 237.14 | 0.23 | 0.36 |
| Hex | 46 | 48 | 70 | 26 | 24 | 0 | 38 | ED | 17 | 24 |
| Octal | 106 | 110 | 160 | 46 | 44 | 0 | 70 | 355 | 27 | 44 |
| Binary | 1000110 | 1001000 | 1110000 | 100110 | 100100 | 0 | 111000 | 11101101 | 10111 | 100100 |
Color Harmonies of #464870
Complementary color
Monochromatic Colors of #464870
Black with #464870
Text Example
Text Example
White with #464870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464870; }
p { color: rgb(70,72,112); }
H1.HeaderClassName
{
color: #464870;
}
.AnyTagClassName
{
color: #464870;
}
</style>
background-color css
<style>
a { background-color: #464870; }
a { background-color: rgb(70,72,112); }
div.DivClassName
{
background-color: #464870;
}
.BgClassName
{
background-color: #464870;
}
</style>
border-color css
<style>
span { border-color: #464870; }
span { border-color: rgb(70,72,112); }
td.TdClassName
{
border-color: #464870;
}
.TagClassName
{
border-color: #464870;
}
</style>