Shades of Corn Flower Blue #47436D
Tints of Corn Flower Blue #47436D
RGB
CMYK
RGB Variations
Color information
#47436D (or 0x47436D) is known color: Corn Flower Blue. HEX triplet: 47, 43 and 6D. RGB value is (71,67,109). Sum of RGB (Red+Green+Blue) = 71+67+109=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #47436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47436D is #B8BC92. Grayscale: #484848. Windows color (decimal): -12106899 or 7160647. OLE color: 7160647.
HSL color Cylindrical-coordinate representation of color #47436D: hue angle of 245.71º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47436D is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 67 | 109 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.57 |
| HSL | 245.71º | 0.24% | 0.35% | - |
| HSV(B) | 245.71º | 0.39% | 0.43% | - |
| XYZ | 7.37 | 6.46 | 15.33 | - |
| YUV | 72.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 109 | 0.35 | 0.39 | 0 | 0.57 | 245.71 | 0.24 | 0.35 |
| Hex | 47 | 43 | 6D | 23 | 27 | 0 | 39 | F6 | 18 | 23 |
| Octal | 107 | 103 | 155 | 43 | 47 | 0 | 71 | 366 | 30 | 43 |
| Binary | 1000111 | 1000011 | 1101101 | 100011 | 100111 | 0 | 111001 | 11110110 | 11000 | 100011 |
Color Harmonies of #47436D
Complementary color
Monochromatic Colors of #47436D
Black with #47436D
Text Example
Text Example
White with #47436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47436D; }
p { color: rgb(71,67,109); }
H1.HeaderClassName
{
color: #47436D;
}
.AnyTagClassName
{
color: #47436D;
}
</style>
background-color css
<style>
a { background-color: #47436D; }
a { background-color: rgb(71,67,109); }
div.DivClassName
{
background-color: #47436D;
}
.BgClassName
{
background-color: #47436D;
}
</style>
border-color css
<style>
span { border-color: #47436D; }
span { border-color: rgb(71,67,109); }
td.TdClassName
{
border-color: #47436D;
}
.TagClassName
{
border-color: #47436D;
}
</style>