Shades of Corn Flower Blue #474277
Tints of Corn Flower Blue #474277
RGB
CMYK
RGB Variations
Color information
#474277 (or 0x474277) is known color: Corn Flower Blue. HEX triplet: 47, 42 and 77. RGB value is (71,66,119). Sum of RGB (Red+Green+Blue) = 71+66+119=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #474277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474277 is #B8BD88. Grayscale: #494949. Windows color (decimal): -12107145 or 7815751. OLE color: 7815751.
HSL color Cylindrical-coordinate representation of color #474277: hue angle of 245.66º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474277 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 66 | 119 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.53 |
| HSL | 245.66º | 0.29% | 0.36% | - |
| HSV(B) | 245.66º | 0.45% | 0.47% | - |
| XYZ | 7.88 | 6.57 | 18.31 | - |
| YUV | 73.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 119 | 0.40 | 0.45 | 0 | 0.53 | 245.66 | 0.29 | 0.36 |
| Hex | 47 | 42 | 77 | 28 | 2D | 0 | 35 | F6 | 1D | 24 |
| Octal | 107 | 102 | 167 | 50 | 55 | 0 | 65 | 366 | 35 | 44 |
| Binary | 1000111 | 1000010 | 1110111 | 101000 | 101101 | 0 | 110101 | 11110110 | 11101 | 100100 |
Color Harmonies of #474277
Complementary color
Monochromatic Colors of #474277
Black with #474277
Text Example
Text Example
White with #474277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474277; }
p { color: rgb(71,66,119); }
H1.HeaderClassName
{
color: #474277;
}
.AnyTagClassName
{
color: #474277;
}
</style>
background-color css
<style>
a { background-color: #474277; }
a { background-color: rgb(71,66,119); }
div.DivClassName
{
background-color: #474277;
}
.BgClassName
{
background-color: #474277;
}
</style>
border-color css
<style>
span { border-color: #474277; }
span { border-color: rgb(71,66,119); }
td.TdClassName
{
border-color: #474277;
}
.TagClassName
{
border-color: #474277;
}
</style>