Shades of Corn Flower Blue #474371
Tints of Corn Flower Blue #474371
RGB
CMYK
RGB Variations
Color information
#474371 (or 0x474371) is known color: Corn Flower Blue. HEX triplet: 47, 43 and 71. RGB value is (71,67,113). Sum of RGB (Red+Green+Blue) = 71+67+113=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #474371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474371 is #B8BC8E. Grayscale: #494949. Windows color (decimal): -12106895 or 7422791. OLE color: 7422791.
HSL color Cylindrical-coordinate representation of color #474371: hue angle of 245.22º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474371 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 67 | 113 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.56 |
| HSL | 245.22º | 0.26% | 0.35% | - |
| HSV(B) | 245.22º | 0.41% | 0.44% | - |
| XYZ | 7.59 | 6.55 | 16.49 | - |
| YUV | 73.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 113 | 0.37 | 0.41 | 0 | 0.56 | 245.22 | 0.26 | 0.35 |
| Hex | 47 | 43 | 71 | 25 | 29 | 0 | 38 | F5 | 1A | 23 |
| Octal | 107 | 103 | 161 | 45 | 51 | 0 | 70 | 365 | 32 | 43 |
| Binary | 1000111 | 1000011 | 1110001 | 100101 | 101001 | 0 | 111000 | 11110101 | 11010 | 100011 |
Color Harmonies of #474371
Complementary color
Monochromatic Colors of #474371
Black with #474371
Text Example
Text Example
White with #474371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474371; }
p { color: rgb(71,67,113); }
H1.HeaderClassName
{
color: #474371;
}
.AnyTagClassName
{
color: #474371;
}
</style>
background-color css
<style>
a { background-color: #474371; }
a { background-color: rgb(71,67,113); }
div.DivClassName
{
background-color: #474371;
}
.BgClassName
{
background-color: #474371;
}
</style>
border-color css
<style>
span { border-color: #474371; }
span { border-color: rgb(71,67,113); }
td.TdClassName
{
border-color: #474371;
}
.TagClassName
{
border-color: #474371;
}
</style>