Shades of Corn Flower Blue #494C6C
Tints of Corn Flower Blue #494C6C
RGB
CMYK
RGB Variations
Color information
#494C6C (or 0x494C6C) is known color: Corn Flower Blue. HEX triplet: 49, 4C and 6C. RGB value is (73,76,108). Sum of RGB (Red+Green+Blue) = 73+76+108=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #494C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C6C is #B6B393. Grayscale: #4E4E4E. Windows color (decimal): -11973524 or 7097417. OLE color: 7097417.
HSL color Cylindrical-coordinate representation of color #494C6C: hue angle of 234.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494C6C is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 76 | 108 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.58 |
| HSL | 234.86º | 0.19% | 0.35% | - |
| HSV(B) | 234.86º | 0.32% | 0.42% | - |
| XYZ | 8.04 | 7.67 | 15.24 | - |
| YUV | 78.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 108 | 0.32 | 0.30 | 0 | 0.58 | 234.86 | 0.19 | 0.35 |
| Hex | 49 | 4C | 6C | 20 | 1E | 0 | 3A | EB | 13 | 23 |
| Octal | 111 | 114 | 154 | 40 | 36 | 0 | 72 | 353 | 23 | 43 |
| Binary | 1001001 | 1001100 | 1101100 | 100000 | 11110 | 0 | 111010 | 11101011 | 10011 | 100011 |
Color Harmonies of #494C6C
Complementary color
Monochromatic Colors of #494C6C
Black with #494C6C
Text Example
Text Example
White with #494C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C6C; }
p { color: rgb(73,76,108); }
H1.HeaderClassName
{
color: #494C6C;
}
.AnyTagClassName
{
color: #494C6C;
}
</style>
background-color css
<style>
a { background-color: #494C6C; }
a { background-color: rgb(73,76,108); }
div.DivClassName
{
background-color: #494C6C;
}
.BgClassName
{
background-color: #494C6C;
}
</style>
border-color css
<style>
span { border-color: #494C6C; }
span { border-color: rgb(73,76,108); }
td.TdClassName
{
border-color: #494C6C;
}
.TagClassName
{
border-color: #494C6C;
}
</style>