Shades of Corn Flower Blue #494D70
Tints of Corn Flower Blue #494D70
RGB
CMYK
RGB Variations
Color information
#494D70 (or 0x494D70) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 70. RGB value is (73,77,112). Sum of RGB (Red+Green+Blue) = 73+77+112=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #494D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D70 is #B6B28F. Grayscale: #4F4F4F. Windows color (decimal): -11973264 or 7359817. OLE color: 7359817.
HSL color Cylindrical-coordinate representation of color #494D70: hue angle of 233.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #494D70 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 77 | 112 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.56 |
| HSL | 233.85º | 0.21% | 0.36% | - |
| HSV(B) | 233.85º | 0.35% | 0.44% | - |
| XYZ | 8.33 | 7.89 | 16.41 | - |
| YUV | 79.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 112 | 0.35 | 0.31 | 0 | 0.56 | 233.85 | 0.21 | 0.36 |
| Hex | 49 | 4D | 70 | 23 | 1F | 0 | 38 | EA | 15 | 24 |
| Octal | 111 | 115 | 160 | 43 | 37 | 0 | 70 | 352 | 25 | 44 |
| Binary | 1001001 | 1001101 | 1110000 | 100011 | 11111 | 0 | 111000 | 11101010 | 10101 | 100100 |
Color Harmonies of #494D70
Complementary color
Monochromatic Colors of #494D70
Black with #494D70
Text Example
Text Example
White with #494D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D70; }
p { color: rgb(73,77,112); }
H1.HeaderClassName
{
color: #494D70;
}
.AnyTagClassName
{
color: #494D70;
}
</style>
background-color css
<style>
a { background-color: #494D70; }
a { background-color: rgb(73,77,112); }
div.DivClassName
{
background-color: #494D70;
}
.BgClassName
{
background-color: #494D70;
}
</style>
border-color css
<style>
span { border-color: #494D70; }
span { border-color: rgb(73,77,112); }
td.TdClassName
{
border-color: #494D70;
}
.TagClassName
{
border-color: #494D70;
}
</style>