Shades of Corn Flower Blue #494A78
Tints of Corn Flower Blue #494A78
RGB
CMYK
RGB Variations
Color information
#494A78 (or 0x494A78) is known color: Corn Flower Blue. HEX triplet: 49, 4A and 78. RGB value is (73,74,120). Sum of RGB (Red+Green+Blue) = 73+74+120=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #494A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A78 is #B6B587. Grayscale: #4E4E4E. Windows color (decimal): -11974024 or 7883337. OLE color: 7883337.
HSL color Cylindrical-coordinate representation of color #494A78: hue angle of 238.72º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #494A78 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 74 | 120 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.53 |
| HSL | 238.72º | 0.24% | 0.38% | - |
| HSV(B) | 238.72º | 0.39% | 0.47% | - |
| XYZ | 8.59 | 7.67 | 18.8 | - |
| YUV | 78.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 120 | 0.39 | 0.38 | 0 | 0.53 | 238.72 | 0.24 | 0.38 |
| Hex | 49 | 4A | 78 | 27 | 26 | 0 | 35 | EF | 18 | 26 |
| Octal | 111 | 112 | 170 | 47 | 46 | 0 | 65 | 357 | 30 | 46 |
| Binary | 1001001 | 1001010 | 1111000 | 100111 | 100110 | 0 | 110101 | 11101111 | 11000 | 100110 |
Color Harmonies of #494A78
Complementary color
Monochromatic Colors of #494A78
Black with #494A78
Text Example
Text Example
White with #494A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A78; }
p { color: rgb(73,74,120); }
H1.HeaderClassName
{
color: #494A78;
}
.AnyTagClassName
{
color: #494A78;
}
</style>
background-color css
<style>
a { background-color: #494A78; }
a { background-color: rgb(73,74,120); }
div.DivClassName
{
background-color: #494A78;
}
.BgClassName
{
background-color: #494A78;
}
</style>
border-color css
<style>
span { border-color: #494A78; }
span { border-color: rgb(73,74,120); }
td.TdClassName
{
border-color: #494A78;
}
.TagClassName
{
border-color: #494A78;
}
</style>