Shades of Corn Flower Blue #474171
Tints of Corn Flower Blue #474171
RGB
CMYK
RGB Variations
Color information
#474171 (or 0x474171) is known color: Corn Flower Blue. HEX triplet: 47, 41 and 71. RGB value is (71,65,113). Sum of RGB (Red+Green+Blue) = 71+65+113=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #474171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474171 is #B8BE8E. Grayscale: #484848. Windows color (decimal): -12107407 or 7422279. OLE color: 7422279.
HSL color Cylindrical-coordinate representation of color #474171: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474171 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 65 | 113 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.56 |
| HSL | 247.5º | 0.27% | 0.35% | - |
| HSV(B) | 247.5º | 0.42% | 0.44% | - |
| XYZ | 7.47 | 6.31 | 16.45 | - |
| YUV | 72.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 113 | 0.37 | 0.42 | 0 | 0.56 | 247.5 | 0.27 | 0.35 |
| Hex | 47 | 41 | 71 | 25 | 2A | 0 | 38 | F8 | 1B | 23 |
| Octal | 107 | 101 | 161 | 45 | 52 | 0 | 70 | 370 | 33 | 43 |
| Binary | 1000111 | 1000001 | 1110001 | 100101 | 101010 | 0 | 111000 | 11111000 | 11011 | 100011 |
Color Harmonies of #474171
Complementary color
Monochromatic Colors of #474171
Black with #474171
Text Example
Text Example
White with #474171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474171; }
p { color: rgb(71,65,113); }
H1.HeaderClassName
{
color: #474171;
}
.AnyTagClassName
{
color: #474171;
}
</style>
background-color css
<style>
a { background-color: #474171; }
a { background-color: rgb(71,65,113); }
div.DivClassName
{
background-color: #474171;
}
.BgClassName
{
background-color: #474171;
}
</style>
border-color css
<style>
span { border-color: #474171; }
span { border-color: rgb(71,65,113); }
td.TdClassName
{
border-color: #474171;
}
.TagClassName
{
border-color: #474171;
}
</style>