Shades of Corn Flower Blue #49476A
Tints of Corn Flower Blue #49476A
RGB
CMYK
RGB Variations
Color information
#49476A (or 0x49476A) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 6A. RGB value is (73,71,106). Sum of RGB (Red+Green+Blue) = 73+71+106=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 71 (28.12% from 255 or 28.4% 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 #49476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49476A is #B6B895. Grayscale: #4B4B4B. Windows color (decimal): -11974806 or 6965065. OLE color: 6965065.
HSL color Cylindrical-coordinate representation of color #49476A: hue angle of 243.43º 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 #49476A is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 71 | 106 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.58 |
| HSL | 243.43º | 0.2% | 0.35% | - |
| HSV(B) | 243.43º | 0.33% | 0.42% | - |
| XYZ | 7.6 | 6.96 | 14.58 | - |
| YUV | 75.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 106 | 0.31 | 0.33 | 0 | 0.58 | 243.43 | 0.2 | 0.35 |
| Hex | 49 | 47 | 6A | 1F | 21 | 0 | 3A | F3 | 14 | 23 |
| Octal | 111 | 107 | 152 | 37 | 41 | 0 | 72 | 363 | 24 | 43 |
| Binary | 1001001 | 1000111 | 1101010 | 11111 | 100001 | 0 | 111010 | 11110011 | 10100 | 100011 |
Color Harmonies of #49476A
Complementary color
Monochromatic Colors of #49476A
Black with #49476A
Text Example
Text Example
White with #49476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49476A; }
p { color: rgb(73,71,106); }
H1.HeaderClassName
{
color: #49476A;
}
.AnyTagClassName
{
color: #49476A;
}
</style>
background-color css
<style>
a { background-color: #49476A; }
a { background-color: rgb(73,71,106); }
div.DivClassName
{
background-color: #49476A;
}
.BgClassName
{
background-color: #49476A;
}
</style>
border-color css
<style>
span { border-color: #49476A; }
span { border-color: rgb(73,71,106); }
td.TdClassName
{
border-color: #49476A;
}
.TagClassName
{
border-color: #49476A;
}
</style>