Shades of Corn Flower Blue #49486D
Tints of Corn Flower Blue #49486D
RGB
CMYK
RGB Variations
Color information
#49486D (or 0x49486D) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 6D. RGB value is (73,72,109). Sum of RGB (Red+Green+Blue) = 73+72+109=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #49486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49486D is #B6B792. Grayscale: #4C4C4C. Windows color (decimal): -11974547 or 7161929. OLE color: 7161929.
HSL color Cylindrical-coordinate representation of color #49486D: hue angle of 241.62º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49486D is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 72 | 109 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.57 |
| HSL | 241.62º | 0.2% | 0.35% | - |
| HSV(B) | 241.62º | 0.34% | 0.43% | - |
| XYZ | 7.83 | 7.16 | 15.44 | - |
| YUV | 76.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 109 | 0.33 | 0.34 | 0 | 0.57 | 241.62 | 0.2 | 0.35 |
| Hex | 49 | 48 | 6D | 21 | 22 | 0 | 39 | F2 | 14 | 23 |
| Octal | 111 | 110 | 155 | 41 | 42 | 0 | 71 | 362 | 24 | 43 |
| Binary | 1001001 | 1001000 | 1101101 | 100001 | 100010 | 0 | 111001 | 11110010 | 10100 | 100011 |
Color Harmonies of #49486D
Complementary color
Monochromatic Colors of #49486D
Black with #49486D
Text Example
Text Example
White with #49486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49486D; }
p { color: rgb(73,72,109); }
H1.HeaderClassName
{
color: #49486D;
}
.AnyTagClassName
{
color: #49486D;
}
</style>
background-color css
<style>
a { background-color: #49486D; }
a { background-color: rgb(73,72,109); }
div.DivClassName
{
background-color: #49486D;
}
.BgClassName
{
background-color: #49486D;
}
</style>
border-color css
<style>
span { border-color: #49486D; }
span { border-color: rgb(73,72,109); }
td.TdClassName
{
border-color: #49486D;
}
.TagClassName
{
border-color: #49486D;
}
</style>