Shades of Corn Flower Blue #49497B
Tints of Corn Flower Blue #49497B
RGB
CMYK
RGB Variations
Color information
#49497B (or 0x49497B) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 7B. RGB value is (73,73,123). Sum of RGB (Red+Green+Blue) = 73+73+123=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #49497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49497B is #B6B684. Grayscale: #4E4E4E. Windows color (decimal): -11974277 or 8079689. OLE color: 8079689.
HSL color Cylindrical-coordinate representation of color #49497B: hue angle of 240º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49497B is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 73 | 123 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.52 |
| HSL | 240º | 0.26% | 0.38% | - |
| HSV(B) | 240º | 0.41% | 0.48% | - |
| XYZ | 8.71 | 7.61 | 19.75 | - |
| YUV | 78.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 123 | 0.41 | 0.41 | 0 | 0.52 | 240 | 0.26 | 0.38 |
| Hex | 49 | 49 | 7B | 29 | 29 | 0 | 34 | F0 | 1A | 26 |
| Octal | 111 | 111 | 173 | 51 | 51 | 0 | 64 | 360 | 32 | 46 |
| Binary | 1001001 | 1001001 | 1111011 | 101001 | 101001 | 0 | 110100 | 11110000 | 11010 | 100110 |
Color Harmonies of #49497B
Complementary color
Monochromatic Colors of #49497B
Black with #49497B
Text Example
Text Example
White with #49497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49497B; }
p { color: rgb(73,73,123); }
H1.HeaderClassName
{
color: #49497B;
}
.AnyTagClassName
{
color: #49497B;
}
</style>
background-color css
<style>
a { background-color: #49497B; }
a { background-color: rgb(73,73,123); }
div.DivClassName
{
background-color: #49497B;
}
.BgClassName
{
background-color: #49497B;
}
</style>
border-color css
<style>
span { border-color: #49497B; }
span { border-color: rgb(73,73,123); }
td.TdClassName
{
border-color: #49497B;
}
.TagClassName
{
border-color: #49497B;
}
</style>