Shades of Corn Flower Blue #494C73
Tints of Corn Flower Blue #494C73
RGB
CMYK
RGB Variations
Color information
#494C73 (or 0x494C73) is known color: Corn Flower Blue. HEX triplet: 49, 4C and 73. RGB value is (73,76,115). Sum of RGB (Red+Green+Blue) = 73+76+115=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #494C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C73 is #B6B38C. Grayscale: #4F4F4F. Windows color (decimal): -11973517 or 7556169. OLE color: 7556169.
HSL color Cylindrical-coordinate representation of color #494C73: hue angle of 235.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494C73 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 76 | 115 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.55 |
| HSL | 235.71º | 0.22% | 0.37% | - |
| HSV(B) | 235.71º | 0.37% | 0.45% | - |
| XYZ | 8.43 | 7.82 | 17.29 | - |
| YUV | 79.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 115 | 0.37 | 0.34 | 0 | 0.55 | 235.71 | 0.22 | 0.37 |
| Hex | 49 | 4C | 73 | 25 | 22 | 0 | 37 | EC | 16 | 25 |
| Octal | 111 | 114 | 163 | 45 | 42 | 0 | 67 | 354 | 26 | 45 |
| Binary | 1001001 | 1001100 | 1110011 | 100101 | 100010 | 0 | 110111 | 11101100 | 10110 | 100101 |
Color Harmonies of #494C73
Complementary color
Monochromatic Colors of #494C73
Black with #494C73
Text Example
Text Example
White with #494C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C73; }
p { color: rgb(73,76,115); }
H1.HeaderClassName
{
color: #494C73;
}
.AnyTagClassName
{
color: #494C73;
}
</style>
background-color css
<style>
a { background-color: #494C73; }
a { background-color: rgb(73,76,115); }
div.DivClassName
{
background-color: #494C73;
}
.BgClassName
{
background-color: #494C73;
}
</style>
border-color css
<style>
span { border-color: #494C73; }
span { border-color: rgb(73,76,115); }
td.TdClassName
{
border-color: #494C73;
}
.TagClassName
{
border-color: #494C73;
}
</style>