Shades of Corn Flower Blue #494A70
Tints of Corn Flower Blue #494A70
RGB
CMYK
RGB Variations
Color information
#494A70 (or 0x494A70) is known color: Corn Flower Blue. HEX triplet: 49, 4A and 70. RGB value is (73,74,112). Sum of RGB (Red+Green+Blue) = 73+74+112=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #494A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A70 is #B6B58F. Grayscale: #4D4D4D. Windows color (decimal): -11974032 or 7359049. OLE color: 7359049.
HSL color Cylindrical-coordinate representation of color #494A70: hue angle of 238.46º 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 #494A70 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 74 | 112 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.56 |
| HSL | 238.46º | 0.21% | 0.36% | - |
| HSV(B) | 238.46º | 0.35% | 0.44% | - |
| XYZ | 8.12 | 7.48 | 16.35 | - |
| YUV | 78.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 112 | 0.35 | 0.34 | 0 | 0.56 | 238.46 | 0.21 | 0.36 |
| Hex | 49 | 4A | 70 | 23 | 22 | 0 | 38 | EE | 15 | 24 |
| Octal | 111 | 112 | 160 | 43 | 42 | 0 | 70 | 356 | 25 | 44 |
| Binary | 1001001 | 1001010 | 1110000 | 100011 | 100010 | 0 | 111000 | 11101110 | 10101 | 100100 |
Color Harmonies of #494A70
Complementary color
Monochromatic Colors of #494A70
Black with #494A70
Text Example
Text Example
White with #494A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A70; }
p { color: rgb(73,74,112); }
H1.HeaderClassName
{
color: #494A70;
}
.AnyTagClassName
{
color: #494A70;
}
</style>
background-color css
<style>
a { background-color: #494A70; }
a { background-color: rgb(73,74,112); }
div.DivClassName
{
background-color: #494A70;
}
.BgClassName
{
background-color: #494A70;
}
</style>
border-color css
<style>
span { border-color: #494A70; }
span { border-color: rgb(73,74,112); }
td.TdClassName
{
border-color: #494A70;
}
.TagClassName
{
border-color: #494A70;
}
</style>