Shades of Corn Flower Blue #494D77
Tints of Corn Flower Blue #494D77
RGB
CMYK
RGB Variations
Color information
#494D77 (or 0x494D77) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 77. RGB value is (73,77,119). Sum of RGB (Red+Green+Blue) = 73+77+119=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #494D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D77 is #B6B288. Grayscale: #505050. Windows color (decimal): -11973257 or 7818569. OLE color: 7818569.
HSL color Cylindrical-coordinate representation of color #494D77: hue angle of 234.78º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #494D77 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 77 | 119 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.53 |
| HSL | 234.78º | 0.24% | 0.38% | - |
| HSV(B) | 234.78º | 0.39% | 0.47% | - |
| XYZ | 8.73 | 8.06 | 18.55 | - |
| YUV | 80.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 119 | 0.39 | 0.35 | 0 | 0.53 | 234.78 | 0.24 | 0.38 |
| Hex | 49 | 4D | 77 | 27 | 23 | 0 | 35 | EB | 18 | 26 |
| Octal | 111 | 115 | 167 | 47 | 43 | 0 | 65 | 353 | 30 | 46 |
| Binary | 1001001 | 1001101 | 1110111 | 100111 | 100011 | 0 | 110101 | 11101011 | 11000 | 100110 |
Color Harmonies of #494D77
Complementary color
Monochromatic Colors of #494D77
Black with #494D77
Text Example
Text Example
White with #494D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D77; }
p { color: rgb(73,77,119); }
H1.HeaderClassName
{
color: #494D77;
}
.AnyTagClassName
{
color: #494D77;
}
</style>
background-color css
<style>
a { background-color: #494D77; }
a { background-color: rgb(73,77,119); }
div.DivClassName
{
background-color: #494D77;
}
.BgClassName
{
background-color: #494D77;
}
</style>
border-color css
<style>
span { border-color: #494D77; }
span { border-color: rgb(73,77,119); }
td.TdClassName
{
border-color: #494D77;
}
.TagClassName
{
border-color: #494D77;
}
</style>