Shades of Corn Flower Blue #49496D
Tints of Corn Flower Blue #49496D
RGB
CMYK
RGB Variations
Color information
#49496D (or 0x49496D) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 6D. RGB value is (73,73,109). Sum of RGB (Red+Green+Blue) = 73+73+109=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #49496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49496D is #B6B692. Grayscale: #4C4C4C. Windows color (decimal): -11974291 or 7162185. OLE color: 7162185.
HSL color Cylindrical-coordinate representation of color #49496D: hue angle of 240º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49496D is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 73 | 109 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.57 |
| HSL | 240º | 0.2% | 0.36% | - |
| HSV(B) | 240º | 0.33% | 0.43% | - |
| XYZ | 7.89 | 7.29 | 15.46 | - |
| YUV | 77.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 109 | 0.33 | 0.33 | 0 | 0.57 | 240 | 0.2 | 0.36 |
| Hex | 49 | 49 | 6D | 21 | 21 | 0 | 39 | F0 | 14 | 24 |
| Octal | 111 | 111 | 155 | 41 | 41 | 0 | 71 | 360 | 24 | 44 |
| Binary | 1001001 | 1001001 | 1101101 | 100001 | 100001 | 0 | 111001 | 11110000 | 10100 | 100100 |
Color Harmonies of #49496D
Complementary color
Monochromatic Colors of #49496D
Black with #49496D
Text Example
Text Example
White with #49496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49496D; }
p { color: rgb(73,73,109); }
H1.HeaderClassName
{
color: #49496D;
}
.AnyTagClassName
{
color: #49496D;
}
</style>
background-color css
<style>
a { background-color: #49496D; }
a { background-color: rgb(73,73,109); }
div.DivClassName
{
background-color: #49496D;
}
.BgClassName
{
background-color: #49496D;
}
</style>
border-color css
<style>
span { border-color: #49496D; }
span { border-color: rgb(73,73,109); }
td.TdClassName
{
border-color: #49496D;
}
.TagClassName
{
border-color: #49496D;
}
</style>