Shades of Corn Flower Blue #494768
Tints of Corn Flower Blue #494768
RGB
CMYK
RGB Variations
Color information
#494768 (or 0x494768) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 68. RGB value is (73,71,104). Sum of RGB (Red+Green+Blue) = 73+71+104=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #494768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494768 is #B6B897. Grayscale: #4B4B4B. Windows color (decimal): -11974808 or 6833993. OLE color: 6833993.
HSL color Cylindrical-coordinate representation of color #494768: hue angle of 243.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494768 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 71 | 104 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.59 |
| HSL | 243.64º | 0.19% | 0.34% | - |
| HSV(B) | 243.64º | 0.32% | 0.41% | - |
| XYZ | 7.5 | 6.92 | 14.04 | - |
| YUV | 75.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 104 | 0.30 | 0.32 | 0 | 0.59 | 243.64 | 0.19 | 0.34 |
| Hex | 49 | 47 | 68 | 1E | 20 | 0 | 3B | F4 | 13 | 22 |
| Octal | 111 | 107 | 150 | 36 | 40 | 0 | 73 | 364 | 23 | 42 |
| Binary | 1001001 | 1000111 | 1101000 | 11110 | 100000 | 0 | 111011 | 11110100 | 10011 | 100010 |
Color Harmonies of #494768
Complementary color
Monochromatic Colors of #494768
Black with #494768
Text Example
Text Example
White with #494768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494768; }
p { color: rgb(73,71,104); }
H1.HeaderClassName
{
color: #494768;
}
.AnyTagClassName
{
color: #494768;
}
</style>
background-color css
<style>
a { background-color: #494768; }
a { background-color: rgb(73,71,104); }
div.DivClassName
{
background-color: #494768;
}
.BgClassName
{
background-color: #494768;
}
</style>
border-color css
<style>
span { border-color: #494768; }
span { border-color: rgb(73,71,104); }
td.TdClassName
{
border-color: #494768;
}
.TagClassName
{
border-color: #494768;
}
</style>