Shades of Corn Flower Blue #47416B
Tints of Corn Flower Blue #47416B
RGB
CMYK
RGB Variations
Color information
#47416B (or 0x47416B) is known color: Corn Flower Blue. HEX triplet: 47, 41 and 6B. RGB value is (71,65,107). Sum of RGB (Red+Green+Blue) = 71+65+107=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #47416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47416B is #B8BE94. Grayscale: #474747. Windows color (decimal): -12107413 or 7029063. OLE color: 7029063.
HSL color Cylindrical-coordinate representation of color #47416B: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47416B is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 65 | 107 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.58 |
| HSL | 248.57º | 0.24% | 0.34% | - |
| HSV(B) | 248.57º | 0.39% | 0.42% | - |
| XYZ | 7.14 | 6.18 | 14.73 | - |
| YUV | 71.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 107 | 0.34 | 0.39 | 0 | 0.58 | 248.57 | 0.24 | 0.34 |
| Hex | 47 | 41 | 6B | 22 | 27 | 0 | 3A | F9 | 18 | 22 |
| Octal | 107 | 101 | 153 | 42 | 47 | 0 | 72 | 371 | 30 | 42 |
| Binary | 1000111 | 1000001 | 1101011 | 100010 | 100111 | 0 | 111010 | 11111001 | 11000 | 100010 |
Color Harmonies of #47416B
Complementary color
Monochromatic Colors of #47416B
Black with #47416B
Text Example
Text Example
White with #47416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47416B; }
p { color: rgb(71,65,107); }
H1.HeaderClassName
{
color: #47416B;
}
.AnyTagClassName
{
color: #47416B;
}
</style>
background-color css
<style>
a { background-color: #47416B; }
a { background-color: rgb(71,65,107); }
div.DivClassName
{
background-color: #47416B;
}
.BgClassName
{
background-color: #47416B;
}
</style>
border-color css
<style>
span { border-color: #47416B; }
span { border-color: rgb(71,65,107); }
td.TdClassName
{
border-color: #47416B;
}
.TagClassName
{
border-color: #47416B;
}
</style>