Shades of Corn Flower Blue #474870
Tints of Corn Flower Blue #474870
RGB
CMYK
RGB Variations
Color information
#474870 (or 0x474870) is known color: Corn Flower Blue. HEX triplet: 47, 48 and 70. RGB value is (71,72,112). Sum of RGB (Red+Green+Blue) = 71+72+112=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 72 (28.52% from 255 or 28.24% 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 #474870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474870 is #B8B78F. Grayscale: #4C4C4C. Windows color (decimal): -12105616 or 7358535. OLE color: 7358535.
HSL color Cylindrical-coordinate representation of color #474870: hue angle of 238.54º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474870 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 72 | 112 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.56 |
| HSL | 238.54º | 0.22% | 0.36% | - |
| HSV(B) | 238.54º | 0.37% | 0.44% | - |
| XYZ | 7.84 | 7.14 | 16.29 | - |
| YUV | 76.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 112 | 0.37 | 0.36 | 0 | 0.56 | 238.54 | 0.22 | 0.36 |
| Hex | 47 | 48 | 70 | 25 | 24 | 0 | 38 | EF | 16 | 24 |
| Octal | 107 | 110 | 160 | 45 | 44 | 0 | 70 | 357 | 26 | 44 |
| Binary | 1000111 | 1001000 | 1110000 | 100101 | 100100 | 0 | 111000 | 11101111 | 10110 | 100100 |
Color Harmonies of #474870
Complementary color
Monochromatic Colors of #474870
Black with #474870
Text Example
Text Example
White with #474870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474870; }
p { color: rgb(71,72,112); }
H1.HeaderClassName
{
color: #474870;
}
.AnyTagClassName
{
color: #474870;
}
</style>
background-color css
<style>
a { background-color: #474870; }
a { background-color: rgb(71,72,112); }
div.DivClassName
{
background-color: #474870;
}
.BgClassName
{
background-color: #474870;
}
</style>
border-color css
<style>
span { border-color: #474870; }
span { border-color: rgb(71,72,112); }
td.TdClassName
{
border-color: #474870;
}
.TagClassName
{
border-color: #474870;
}
</style>