Shades of Corn Flower Blue #494778
Tints of Corn Flower Blue #494778
RGB
CMYK
RGB Variations
Color information
#494778 (or 0x494778) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 78. RGB value is (73,71,120). Sum of RGB (Red+Green+Blue) = 73+71+120=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #494778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494778 is #B6B887. Grayscale: #4C4C4C. Windows color (decimal): -11974792 or 7882569. OLE color: 7882569.
HSL color Cylindrical-coordinate representation of color #494778: hue angle of 242.45º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494778 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 71 | 120 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.53 |
| HSL | 242.45º | 0.26% | 0.37% | - |
| HSV(B) | 242.45º | 0.41% | 0.47% | - |
| XYZ | 8.39 | 7.28 | 18.73 | - |
| YUV | 77.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 120 | 0.39 | 0.41 | 0 | 0.53 | 242.45 | 0.26 | 0.37 |
| Hex | 49 | 47 | 78 | 27 | 29 | 0 | 35 | F2 | 1A | 25 |
| Octal | 111 | 107 | 170 | 47 | 51 | 0 | 65 | 362 | 32 | 45 |
| Binary | 1001001 | 1000111 | 1111000 | 100111 | 101001 | 0 | 110101 | 11110010 | 11010 | 100101 |
Color Harmonies of #494778
Complementary color
Monochromatic Colors of #494778
Black with #494778
Text Example
Text Example
White with #494778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494778; }
p { color: rgb(73,71,120); }
H1.HeaderClassName
{
color: #494778;
}
.AnyTagClassName
{
color: #494778;
}
</style>
background-color css
<style>
a { background-color: #494778; }
a { background-color: rgb(73,71,120); }
div.DivClassName
{
background-color: #494778;
}
.BgClassName
{
background-color: #494778;
}
</style>
border-color css
<style>
span { border-color: #494778; }
span { border-color: rgb(73,71,120); }
td.TdClassName
{
border-color: #494778;
}
.TagClassName
{
border-color: #494778;
}
</style>