Shades of Corn Flower Blue #49466E
Tints of Corn Flower Blue #49466E
RGB
CMYK
RGB Variations
Color information
#49466E (or 0x49466E) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 6E. RGB value is (73,70,110). Sum of RGB (Red+Green+Blue) = 73+70+110=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #49466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49466E is #B6B991. Grayscale: #4B4B4B. Windows color (decimal): -11975058 or 7226953. OLE color: 7226953.
HSL color Cylindrical-coordinate representation of color #49466E: hue angle of 244.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49466E is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 70 | 110 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.57 |
| HSL | 244.5º | 0.22% | 0.35% | - |
| HSV(B) | 244.5º | 0.36% | 0.43% | - |
| XYZ | 7.75 | 6.92 | 15.68 | - |
| YUV | 75.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 110 | 0.34 | 0.36 | 0 | 0.57 | 244.5 | 0.22 | 0.35 |
| Hex | 49 | 46 | 6E | 22 | 24 | 0 | 39 | F4 | 16 | 23 |
| Octal | 111 | 106 | 156 | 42 | 44 | 0 | 71 | 364 | 26 | 43 |
| Binary | 1001001 | 1000110 | 1101110 | 100010 | 100100 | 0 | 111001 | 11110100 | 10110 | 100011 |
Color Harmonies of #49466E
Complementary color
Monochromatic Colors of #49466E
Black with #49466E
Text Example
Text Example
White with #49466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49466E; }
p { color: rgb(73,70,110); }
H1.HeaderClassName
{
color: #49466E;
}
.AnyTagClassName
{
color: #49466E;
}
</style>
background-color css
<style>
a { background-color: #49466E; }
a { background-color: rgb(73,70,110); }
div.DivClassName
{
background-color: #49466E;
}
.BgClassName
{
background-color: #49466E;
}
</style>
border-color css
<style>
span { border-color: #49466E; }
span { border-color: rgb(73,70,110); }
td.TdClassName
{
border-color: #49466E;
}
.TagClassName
{
border-color: #49466E;
}
</style>