Shades of Corn Flower Blue #494975
Tints of Corn Flower Blue #494975
RGB
CMYK
RGB Variations
Color information
#494975 (or 0x494975) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 75. RGB value is (73,73,117). Sum of RGB (Red+Green+Blue) = 73+73+117=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #494975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494975 is #B6B68A. Grayscale: #4D4D4D. Windows color (decimal): -11974283 or 7686473. OLE color: 7686473.
HSL color Cylindrical-coordinate representation of color #494975: hue angle of 240º degrees, saturation: 0.23, 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 #494975 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 73 | 117 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.54 |
| HSL | 240º | 0.23% | 0.37% | - |
| HSV(B) | 240º | 0.38% | 0.46% | - |
| XYZ | 8.34 | 7.47 | 17.83 | - |
| YUV | 78.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 117 | 0.38 | 0.38 | 0 | 0.54 | 240 | 0.23 | 0.37 |
| Hex | 49 | 49 | 75 | 26 | 26 | 0 | 36 | F0 | 17 | 25 |
| Octal | 111 | 111 | 165 | 46 | 46 | 0 | 66 | 360 | 27 | 45 |
| Binary | 1001001 | 1001001 | 1110101 | 100110 | 100110 | 0 | 110110 | 11110000 | 10111 | 100101 |
Color Harmonies of #494975
Complementary color
Monochromatic Colors of #494975
Black with #494975
Text Example
Text Example
White with #494975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494975; }
p { color: rgb(73,73,117); }
H1.HeaderClassName
{
color: #494975;
}
.AnyTagClassName
{
color: #494975;
}
</style>
background-color css
<style>
a { background-color: #494975; }
a { background-color: rgb(73,73,117); }
div.DivClassName
{
background-color: #494975;
}
.BgClassName
{
background-color: #494975;
}
</style>
border-color css
<style>
span { border-color: #494975; }
span { border-color: rgb(73,73,117); }
td.TdClassName
{
border-color: #494975;
}
.TagClassName
{
border-color: #494975;
}
</style>