Shades of Corn Flower Blue #494967
Tints of Corn Flower Blue #494967
RGB
CMYK
RGB Variations
Color information
#494967 (or 0x494967) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 67. RGB value is (73,73,103). Sum of RGB (Red+Green+Blue) = 73+73+103=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #494967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494967 is #B6B698. Grayscale: #4C4C4C. Windows color (decimal): -11974297 or 6768969. OLE color: 6768969.
HSL color Cylindrical-coordinate representation of color #494967: hue angle of 240º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494967 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 73 | 103 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.60 |
| HSL | 240º | 0.17% | 0.35% | - |
| HSV(B) | 240º | 0.29% | 0.4% | - |
| XYZ | 7.58 | 7.16 | 13.81 | - |
| YUV | 76.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 103 | 0.29 | 0.29 | 0 | 0.60 | 240 | 0.17 | 0.35 |
| Hex | 49 | 49 | 67 | 1D | 1D | 0 | 3C | F0 | 11 | 23 |
| Octal | 111 | 111 | 147 | 35 | 35 | 0 | 74 | 360 | 21 | 43 |
| Binary | 1001001 | 1001001 | 1100111 | 11101 | 11101 | 0 | 111100 | 11110000 | 10001 | 100011 |
Color Harmonies of #494967
Complementary color
Monochromatic Colors of #494967
Black with #494967
Text Example
Text Example
White with #494967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494967; }
p { color: rgb(73,73,103); }
H1.HeaderClassName
{
color: #494967;
}
.AnyTagClassName
{
color: #494967;
}
</style>
background-color css
<style>
a { background-color: #494967; }
a { background-color: rgb(73,73,103); }
div.DivClassName
{
background-color: #494967;
}
.BgClassName
{
background-color: #494967;
}
</style>
border-color css
<style>
span { border-color: #494967; }
span { border-color: rgb(73,73,103); }
td.TdClassName
{
border-color: #494967;
}
.TagClassName
{
border-color: #494967;
}
</style>