Shades of Corn Flower Blue #47466E
Tints of Corn Flower Blue #47466E
RGB
CMYK
RGB Variations
Color information
#47466E (or 0x47466E) is known color: Corn Flower Blue. HEX triplet: 47, 46 and 6E. RGB value is (71,70,110). Sum of RGB (Red+Green+Blue) = 71+70+110=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #47466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47466E is #B8B991. Grayscale: #4A4A4A. Windows color (decimal): -12106130 or 7226951. OLE color: 7226951.
HSL color Cylindrical-coordinate representation of color #47466E: hue angle of 241.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47466E is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 70 | 110 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.57 |
| HSL | 241.5º | 0.22% | 0.35% | - |
| HSV(B) | 241.5º | 0.36% | 0.43% | - |
| XYZ | 7.6 | 6.85 | 15.67 | - |
| YUV | 74.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 110 | 0.35 | 0.36 | 0 | 0.57 | 241.5 | 0.22 | 0.35 |
| Hex | 47 | 46 | 6E | 23 | 24 | 0 | 39 | F2 | 16 | 23 |
| Octal | 107 | 106 | 156 | 43 | 44 | 0 | 71 | 362 | 26 | 43 |
| Binary | 1000111 | 1000110 | 1101110 | 100011 | 100100 | 0 | 111001 | 11110010 | 10110 | 100011 |
Color Harmonies of #47466E
Complementary color
Monochromatic Colors of #47466E
Black with #47466E
Text Example
Text Example
White with #47466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47466E; }
p { color: rgb(71,70,110); }
H1.HeaderClassName
{
color: #47466E;
}
.AnyTagClassName
{
color: #47466E;
}
</style>
background-color css
<style>
a { background-color: #47466E; }
a { background-color: rgb(71,70,110); }
div.DivClassName
{
background-color: #47466E;
}
.BgClassName
{
background-color: #47466E;
}
</style>
border-color css
<style>
span { border-color: #47466E; }
span { border-color: rgb(71,70,110); }
td.TdClassName
{
border-color: #47466E;
}
.TagClassName
{
border-color: #47466E;
}
</style>