Shades of Corn Flower Blue #494963
Tints of Corn Flower Blue #494963
RGB
CMYK
RGB Variations
Color information
#494963 (or 0x494963) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 63. RGB value is (73,73,99). Sum of RGB (Red+Green+Blue) = 73+73+99=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #494963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494963 is #B6B69C. Grayscale: #4B4B4B. Windows color (decimal): -11974301 or 6506825. OLE color: 6506825.
HSL color Cylindrical-coordinate representation of color #494963: hue angle of 240º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494963 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 73 | 99 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.61 |
| HSL | 240º | 0.15% | 0.34% | - |
| HSV(B) | 240º | 0.26% | 0.39% | - |
| XYZ | 7.38 | 7.08 | 12.78 | - |
| YUV | 75.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 99 | 0.26 | 0.26 | 0 | 0.61 | 240 | 0.15 | 0.34 |
| Hex | 49 | 49 | 63 | 1A | 1A | 0 | 3D | F0 | F | 22 |
| Octal | 111 | 111 | 143 | 32 | 32 | 0 | 75 | 360 | 17 | 42 |
| Binary | 1001001 | 1001001 | 1100011 | 11010 | 11010 | 0 | 111101 | 11110000 | 1111 | 100010 |
Color Harmonies of #494963
Complementary color
Monochromatic Colors of #494963
Black with #494963
Text Example
Text Example
White with #494963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494963; }
p { color: rgb(73,73,99); }
H1.HeaderClassName
{
color: #494963;
}
.AnyTagClassName
{
color: #494963;
}
</style>
background-color css
<style>
a { background-color: #494963; }
a { background-color: rgb(73,73,99); }
div.DivClassName
{
background-color: #494963;
}
.BgClassName
{
background-color: #494963;
}
</style>
border-color css
<style>
span { border-color: #494963; }
span { border-color: rgb(73,73,99); }
td.TdClassName
{
border-color: #494963;
}
.TagClassName
{
border-color: #494963;
}
</style>