Shades of Corn Flower Blue #49466A
Tints of Corn Flower Blue #49466A
RGB
CMYK
RGB Variations
Color information
#49466A (or 0x49466A) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 6A. RGB value is (73,70,106). Sum of RGB (Red+Green+Blue) = 73+70+106=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #49466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49466A is #B6B995. Grayscale: #4A4A4A. Windows color (decimal): -11975062 or 6964809. OLE color: 6964809.
HSL color Cylindrical-coordinate representation of color #49466A: hue angle of 245º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49466A is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 70 | 106 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.58 |
| HSL | 245º | 0.2% | 0.35% | - |
| HSV(B) | 245º | 0.34% | 0.42% | - |
| XYZ | 7.54 | 6.84 | 14.56 | - |
| YUV | 75 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 106 | 0.31 | 0.34 | 0 | 0.58 | 245 | 0.2 | 0.35 |
| Hex | 49 | 46 | 6A | 1F | 22 | 0 | 3A | F5 | 14 | 23 |
| Octal | 111 | 106 | 152 | 37 | 42 | 0 | 72 | 365 | 24 | 43 |
| Binary | 1001001 | 1000110 | 1101010 | 11111 | 100010 | 0 | 111010 | 11110101 | 10100 | 100011 |
Color Harmonies of #49466A
Complementary color
Monochromatic Colors of #49466A
Black with #49466A
Text Example
Text Example
White with #49466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49466A; }
p { color: rgb(73,70,106); }
H1.HeaderClassName
{
color: #49466A;
}
.AnyTagClassName
{
color: #49466A;
}
</style>
background-color css
<style>
a { background-color: #49466A; }
a { background-color: rgb(73,70,106); }
div.DivClassName
{
background-color: #49466A;
}
.BgClassName
{
background-color: #49466A;
}
</style>
border-color css
<style>
span { border-color: #49466A; }
span { border-color: rgb(73,70,106); }
td.TdClassName
{
border-color: #49466A;
}
.TagClassName
{
border-color: #49466A;
}
</style>