Shades of Corn Flower Blue #474570
Tints of Corn Flower Blue #474570
RGB
CMYK
RGB Variations
Color information
#474570 (or 0x474570) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 70. RGB value is (71,69,112). Sum of RGB (Red+Green+Blue) = 71+69+112=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #474570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474570 is #B8BA8F. Grayscale: #4A4A4A. Windows color (decimal): -12106384 or 7357767. OLE color: 7357767.
HSL color Cylindrical-coordinate representation of color #474570: hue angle of 242.79º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474570 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 69 | 112 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.56 |
| HSL | 242.79º | 0.24% | 0.35% | - |
| HSV(B) | 242.79º | 0.38% | 0.44% | - |
| XYZ | 7.65 | 6.77 | 16.23 | - |
| YUV | 74.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 112 | 0.37 | 0.38 | 0 | 0.56 | 242.79 | 0.24 | 0.35 |
| Hex | 47 | 45 | 70 | 25 | 26 | 0 | 38 | F3 | 18 | 23 |
| Octal | 107 | 105 | 160 | 45 | 46 | 0 | 70 | 363 | 30 | 43 |
| Binary | 1000111 | 1000101 | 1110000 | 100101 | 100110 | 0 | 111000 | 11110011 | 11000 | 100011 |
Color Harmonies of #474570
Complementary color
Monochromatic Colors of #474570
Black with #474570
Text Example
Text Example
White with #474570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474570; }
p { color: rgb(71,69,112); }
H1.HeaderClassName
{
color: #474570;
}
.AnyTagClassName
{
color: #474570;
}
</style>
background-color css
<style>
a { background-color: #474570; }
a { background-color: rgb(71,69,112); }
div.DivClassName
{
background-color: #474570;
}
.BgClassName
{
background-color: #474570;
}
</style>
border-color css
<style>
span { border-color: #474570; }
span { border-color: rgb(71,69,112); }
td.TdClassName
{
border-color: #474570;
}
.TagClassName
{
border-color: #474570;
}
</style>