Shades of Corn Flower Blue #47496A
Tints of Corn Flower Blue #47496A
RGB
CMYK
RGB Variations
Color information
#47496A (or 0x47496A) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 6A. RGB value is (71,73,106). Sum of RGB (Red+Green+Blue) = 71+73+106=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #47496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47496A is #B8B695. Grayscale: #4C4C4C. Windows color (decimal): -12105366 or 6965575. OLE color: 6965575.
HSL color Cylindrical-coordinate representation of color #47496A: hue angle of 236.57º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47496A is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 73 | 106 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.58 |
| HSL | 236.57º | 0.2% | 0.35% | - |
| HSV(B) | 236.57º | 0.33% | 0.42% | - |
| XYZ | 7.58 | 7.15 | 14.62 | - |
| YUV | 76.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 106 | 0.33 | 0.31 | 0 | 0.58 | 236.57 | 0.2 | 0.35 |
| Hex | 47 | 49 | 6A | 21 | 1F | 0 | 3A | ED | 14 | 23 |
| Octal | 107 | 111 | 152 | 41 | 37 | 0 | 72 | 355 | 24 | 43 |
| Binary | 1000111 | 1001001 | 1101010 | 100001 | 11111 | 0 | 111010 | 11101101 | 10100 | 100011 |
Color Harmonies of #47496A
Complementary color
Monochromatic Colors of #47496A
Black with #47496A
Text Example
Text Example
White with #47496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47496A; }
p { color: rgb(71,73,106); }
H1.HeaderClassName
{
color: #47496A;
}
.AnyTagClassName
{
color: #47496A;
}
</style>
background-color css
<style>
a { background-color: #47496A; }
a { background-color: rgb(71,73,106); }
div.DivClassName
{
background-color: #47496A;
}
.BgClassName
{
background-color: #47496A;
}
</style>
border-color css
<style>
span { border-color: #47496A; }
span { border-color: rgb(71,73,106); }
td.TdClassName
{
border-color: #47496A;
}
.TagClassName
{
border-color: #47496A;
}
</style>