Shades of Corn Flower Blue #494965
Tints of Corn Flower Blue #494965
RGB
CMYK
RGB Variations
Color information
#494965 (or 0x494965) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 65. RGB value is (73,73,101). Sum of RGB (Red+Green+Blue) = 73+73+101=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #494965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494965 is #B6B69A. Grayscale: #4C4C4C. Windows color (decimal): -11974299 or 6637897. OLE color: 6637897.
HSL color Cylindrical-coordinate representation of color #494965: hue angle of 240º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494965 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 73 | 101 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.60 |
| HSL | 240º | 0.16% | 0.34% | - |
| HSV(B) | 240º | 0.28% | 0.4% | - |
| XYZ | 7.48 | 7.12 | 13.29 | - |
| YUV | 76.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 101 | 0.28 | 0.28 | 0 | 0.60 | 240 | 0.16 | 0.34 |
| Hex | 49 | 49 | 65 | 1C | 1C | 0 | 3C | F0 | 10 | 22 |
| Octal | 111 | 111 | 145 | 34 | 34 | 0 | 74 | 360 | 20 | 42 |
| Binary | 1001001 | 1001001 | 1100101 | 11100 | 11100 | 0 | 111100 | 11110000 | 10000 | 100010 |
Color Harmonies of #494965
Complementary color
Monochromatic Colors of #494965
Black with #494965
Text Example
Text Example
White with #494965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494965; }
p { color: rgb(73,73,101); }
H1.HeaderClassName
{
color: #494965;
}
.AnyTagClassName
{
color: #494965;
}
</style>
background-color css
<style>
a { background-color: #494965; }
a { background-color: rgb(73,73,101); }
div.DivClassName
{
background-color: #494965;
}
.BgClassName
{
background-color: #494965;
}
</style>
border-color css
<style>
span { border-color: #494965; }
span { border-color: rgb(73,73,101); }
td.TdClassName
{
border-color: #494965;
}
.TagClassName
{
border-color: #494965;
}
</style>