Shades of Corn Flower Blue #494964
Tints of Corn Flower Blue #494964
RGB
CMYK
RGB Variations
Color information
#494964 (or 0x494964) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 64. RGB value is (73,73,100). Sum of RGB (Red+Green+Blue) = 73+73+100=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #494964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494964 is #B6B69B. Grayscale: #4B4B4B. Windows color (decimal): -11974300 or 6572361. OLE color: 6572361.
HSL color Cylindrical-coordinate representation of color #494964: hue angle of 240º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494964 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 73 | 100 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.61 |
| HSL | 240º | 0.16% | 0.34% | - |
| HSV(B) | 240º | 0.27% | 0.39% | - |
| XYZ | 7.43 | 7.1 | 13.04 | - |
| YUV | 76.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 100 | 0.27 | 0.27 | 0 | 0.61 | 240 | 0.16 | 0.34 |
| Hex | 49 | 49 | 64 | 1B | 1B | 0 | 3D | F0 | 10 | 22 |
| Octal | 111 | 111 | 144 | 33 | 33 | 0 | 75 | 360 | 20 | 42 |
| Binary | 1001001 | 1001001 | 1100100 | 11011 | 11011 | 0 | 111101 | 11110000 | 10000 | 100010 |
Color Harmonies of #494964
Complementary color
Monochromatic Colors of #494964
Black with #494964
Text Example
Text Example
White with #494964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494964; }
p { color: rgb(73,73,100); }
H1.HeaderClassName
{
color: #494964;
}
.AnyTagClassName
{
color: #494964;
}
</style>
background-color css
<style>
a { background-color: #494964; }
a { background-color: rgb(73,73,100); }
div.DivClassName
{
background-color: #494964;
}
.BgClassName
{
background-color: #494964;
}
</style>
border-color css
<style>
span { border-color: #494964; }
span { border-color: rgb(73,73,100); }
td.TdClassName
{
border-color: #494964;
}
.TagClassName
{
border-color: #494964;
}
</style>