Shades of Corn Flower Blue #474077
Tints of Corn Flower Blue #474077
RGB
CMYK
RGB Variations
Color information
#474077 (or 0x474077) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 77. RGB value is (71,64,119). Sum of RGB (Red+Green+Blue) = 71+64+119=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #474077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474077 is #B8BF88. Grayscale: #484848. Windows color (decimal): -12107657 or 7815239. OLE color: 7815239.
HSL color Cylindrical-coordinate representation of color #474077: hue angle of 247.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474077 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 64 | 119 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.53 |
| HSL | 247.64º | 0.3% | 0.36% | - |
| HSV(B) | 247.64º | 0.46% | 0.47% | - |
| XYZ | 7.76 | 6.34 | 18.27 | - |
| YUV | 72.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 119 | 0.40 | 0.46 | 0 | 0.53 | 247.64 | 0.3 | 0.36 |
| Hex | 47 | 40 | 77 | 28 | 2E | 0 | 35 | F8 | 1E | 24 |
| Octal | 107 | 100 | 167 | 50 | 56 | 0 | 65 | 370 | 36 | 44 |
| Binary | 1000111 | 1000000 | 1110111 | 101000 | 101110 | 0 | 110101 | 11111000 | 11110 | 100100 |
Color Harmonies of #474077
Complementary color
Monochromatic Colors of #474077
Black with #474077
Text Example
Text Example
White with #474077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474077; }
p { color: rgb(71,64,119); }
H1.HeaderClassName
{
color: #474077;
}
.AnyTagClassName
{
color: #474077;
}
</style>
background-color css
<style>
a { background-color: #474077; }
a { background-color: rgb(71,64,119); }
div.DivClassName
{
background-color: #474077;
}
.BgClassName
{
background-color: #474077;
}
</style>
border-color css
<style>
span { border-color: #474077; }
span { border-color: rgb(71,64,119); }
td.TdClassName
{
border-color: #474077;
}
.TagClassName
{
border-color: #474077;
}
</style>