Shades of Corn Flower Blue #494077
Tints of Corn Flower Blue #494077
RGB
CMYK
RGB Variations
Color information
#494077 (or 0x494077) is known color: Corn Flower Blue. HEX triplet: 49, 40 and 77. RGB value is (73,64,119). Sum of RGB (Red+Green+Blue) = 73+64+119=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #494077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494077 is #B6BF88. Grayscale: #484848. Windows color (decimal): -11976585 or 7815241. OLE color: 7815241.
HSL color Cylindrical-coordinate representation of color #494077: hue angle of 249.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494077 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 64 | 119 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.53 |
| HSL | 249.82º | 0.3% | 0.36% | - |
| HSV(B) | 249.82º | 0.46% | 0.47% | - |
| XYZ | 7.91 | 6.42 | 18.27 | - |
| YUV | 72.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 119 | 0.39 | 0.46 | 0 | 0.53 | 249.82 | 0.3 | 0.36 |
| Hex | 49 | 40 | 77 | 27 | 2E | 0 | 35 | FA | 1E | 24 |
| Octal | 111 | 100 | 167 | 47 | 56 | 0 | 65 | 372 | 36 | 44 |
| Binary | 1001001 | 1000000 | 1110111 | 100111 | 101110 | 0 | 110101 | 11111010 | 11110 | 100100 |
Color Harmonies of #494077
Complementary color
Monochromatic Colors of #494077
Black with #494077
Text Example
Text Example
White with #494077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494077; }
p { color: rgb(73,64,119); }
H1.HeaderClassName
{
color: #494077;
}
.AnyTagClassName
{
color: #494077;
}
</style>
background-color css
<style>
a { background-color: #494077; }
a { background-color: rgb(73,64,119); }
div.DivClassName
{
background-color: #494077;
}
.BgClassName
{
background-color: #494077;
}
</style>
border-color css
<style>
span { border-color: #494077; }
span { border-color: rgb(73,64,119); }
td.TdClassName
{
border-color: #494077;
}
.TagClassName
{
border-color: #494077;
}
</style>