Shades of Corn Flower Blue #494574
Tints of Corn Flower Blue #494574
RGB
CMYK
RGB Variations
Color information
#494574 (or 0x494574) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 74. RGB value is (73,69,116). Sum of RGB (Red+Green+Blue) = 73+69+116=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #494574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494574 is #B6BA8B. Grayscale: #4B4B4B. Windows color (decimal): -11975308 or 7619913. OLE color: 7619913.
HSL color Cylindrical-coordinate representation of color #494574: hue angle of 245.11º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494574 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 69 | 116 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.55 |
| HSL | 245.11º | 0.25% | 0.36% | - |
| HSV(B) | 245.11º | 0.41% | 0.45% | - |
| XYZ | 8.03 | 6.93 | 17.44 | - |
| YUV | 75.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 116 | 0.37 | 0.41 | 0 | 0.55 | 245.11 | 0.25 | 0.36 |
| Hex | 49 | 45 | 74 | 25 | 29 | 0 | 37 | F5 | 19 | 24 |
| Octal | 111 | 105 | 164 | 45 | 51 | 0 | 67 | 365 | 31 | 44 |
| Binary | 1001001 | 1000101 | 1110100 | 100101 | 101001 | 0 | 110111 | 11110101 | 11001 | 100100 |
Color Harmonies of #494574
Complementary color
Monochromatic Colors of #494574
Black with #494574
Text Example
Text Example
White with #494574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494574; }
p { color: rgb(73,69,116); }
H1.HeaderClassName
{
color: #494574;
}
.AnyTagClassName
{
color: #494574;
}
</style>
background-color css
<style>
a { background-color: #494574; }
a { background-color: rgb(73,69,116); }
div.DivClassName
{
background-color: #494574;
}
.BgClassName
{
background-color: #494574;
}
</style>
border-color css
<style>
span { border-color: #494574; }
span { border-color: rgb(73,69,116); }
td.TdClassName
{
border-color: #494574;
}
.TagClassName
{
border-color: #494574;
}
</style>