Shades of Corn Flower Blue #47436A
Tints of Corn Flower Blue #47436A
RGB
CMYK
RGB Variations
Color information
#47436A (or 0x47436A) is known color: Corn Flower Blue. HEX triplet: 47, 43 and 6A. RGB value is (71,67,106). Sum of RGB (Red+Green+Blue) = 71+67+106=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #47436A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47436A is #B8BC95. Grayscale: #484848. Windows color (decimal): -12106902 or 6964039. OLE color: 6964039.
HSL color Cylindrical-coordinate representation of color #47436A: hue angle of 246.15º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47436A is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 67 | 106 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.58 |
| HSL | 246.15º | 0.23% | 0.34% | - |
| HSV(B) | 246.15º | 0.37% | 0.42% | - |
| XYZ | 7.21 | 6.39 | 14.49 | - |
| YUV | 72.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 106 | 0.33 | 0.37 | 0 | 0.58 | 246.15 | 0.23 | 0.34 |
| Hex | 47 | 43 | 6A | 21 | 25 | 0 | 3A | F6 | 17 | 22 |
| Octal | 107 | 103 | 152 | 41 | 45 | 0 | 72 | 366 | 27 | 42 |
| Binary | 1000111 | 1000011 | 1101010 | 100001 | 100101 | 0 | 111010 | 11110110 | 10111 | 100010 |
Color Harmonies of #47436A
Complementary color
Monochromatic Colors of #47436A
Black with #47436A
Text Example
Text Example
White with #47436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47436A; }
p { color: rgb(71,67,106); }
H1.HeaderClassName
{
color: #47436A;
}
.AnyTagClassName
{
color: #47436A;
}
</style>
background-color css
<style>
a { background-color: #47436A; }
a { background-color: rgb(71,67,106); }
div.DivClassName
{
background-color: #47436A;
}
.BgClassName
{
background-color: #47436A;
}
</style>
border-color css
<style>
span { border-color: #47436A; }
span { border-color: rgb(71,67,106); }
td.TdClassName
{
border-color: #47436A;
}
.TagClassName
{
border-color: #47436A;
}
</style>