Shades of Corn Flower Blue #494976
Tints of Corn Flower Blue #494976
RGB
CMYK
RGB Variations
Color information
#494976 (or 0x494976) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 76. RGB value is (73,73,118). Sum of RGB (Red+Green+Blue) = 73+73+118=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #494976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494976 is #B6B689. Grayscale: #4D4D4D. Windows color (decimal): -11974282 or 7752009. OLE color: 7752009.
HSL color Cylindrical-coordinate representation of color #494976: hue angle of 240º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #494976 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 73 | 118 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.54 |
| HSL | 240º | 0.24% | 0.37% | - |
| HSV(B) | 240º | 0.38% | 0.46% | - |
| XYZ | 8.4 | 7.49 | 18.14 | - |
| YUV | 78.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 118 | 0.38 | 0.38 | 0 | 0.54 | 240 | 0.24 | 0.37 |
| Hex | 49 | 49 | 76 | 26 | 26 | 0 | 36 | F0 | 18 | 25 |
| Octal | 111 | 111 | 166 | 46 | 46 | 0 | 66 | 360 | 30 | 45 |
| Binary | 1001001 | 1001001 | 1110110 | 100110 | 100110 | 0 | 110110 | 11110000 | 11000 | 100101 |
Color Harmonies of #494976
Complementary color
Monochromatic Colors of #494976
Black with #494976
Text Example
Text Example
White with #494976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494976; }
p { color: rgb(73,73,118); }
H1.HeaderClassName
{
color: #494976;
}
.AnyTagClassName
{
color: #494976;
}
</style>
background-color css
<style>
a { background-color: #494976; }
a { background-color: rgb(73,73,118); }
div.DivClassName
{
background-color: #494976;
}
.BgClassName
{
background-color: #494976;
}
</style>
border-color css
<style>
span { border-color: #494976; }
span { border-color: rgb(73,73,118); }
td.TdClassName
{
border-color: #494976;
}
.TagClassName
{
border-color: #494976;
}
</style>