Shades of Corn Flower Blue #494666
Tints of Corn Flower Blue #494666
RGB
CMYK
RGB Variations
Color information
#494666 (or 0x494666) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 66. RGB value is (73,70,102). Sum of RGB (Red+Green+Blue) = 73+70+102=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #494666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494666 is #B6B999. Grayscale: #4A4A4A. Windows color (decimal): -11975066 or 6702665. OLE color: 6702665.
HSL color Cylindrical-coordinate representation of color #494666: hue angle of 245.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #494666 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 70 | 102 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.6 |
| HSL | 245.63º | 0.19% | 0.34% | - |
| HSV(B) | 245.63º | 0.31% | 0.4% | - |
| XYZ | 7.34 | 6.76 | 13.49 | - |
| YUV | 74.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 102 | 0.28 | 0.31 | 0 | 0.6 | 245.63 | 0.19 | 0.34 |
| Hex | 49 | 46 | 66 | 1C | 1F | 0 | 3C | F6 | 13 | 22 |
| Octal | 111 | 106 | 146 | 34 | 37 | 0 | 74 | 366 | 23 | 42 |
| Binary | 1001001 | 1000110 | 1100110 | 11100 | 11111 | 0 | 111100 | 11110110 | 10011 | 100010 |
Color Harmonies of #494666
Complementary color
Monochromatic Colors of #494666
Black with #494666
Text Example
Text Example
White with #494666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494666; }
p { color: rgb(73,70,102); }
H1.HeaderClassName
{
color: #494666;
}
.AnyTagClassName
{
color: #494666;
}
</style>
background-color css
<style>
a { background-color: #494666; }
a { background-color: rgb(73,70,102); }
div.DivClassName
{
background-color: #494666;
}
.BgClassName
{
background-color: #494666;
}
</style>
border-color css
<style>
span { border-color: #494666; }
span { border-color: rgb(73,70,102); }
td.TdClassName
{
border-color: #494666;
}
.TagClassName
{
border-color: #494666;
}
</style>