Shades of Corn Flower Blue #494678
Tints of Corn Flower Blue #494678
RGB
CMYK
RGB Variations
Color information
#494678 (or 0x494678) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 78. RGB value is (73,70,120). Sum of RGB (Red+Green+Blue) = 73+70+120=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #494678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494678 is #B6B987. Grayscale: #4C4C4C. Windows color (decimal): -11975048 or 7882313. OLE color: 7882313.
HSL color Cylindrical-coordinate representation of color #494678: hue angle of 243.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494678 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 70 | 120 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.53 |
| HSL | 243.6º | 0.26% | 0.37% | - |
| HSV(B) | 243.6º | 0.42% | 0.47% | - |
| XYZ | 8.33 | 7.15 | 18.71 | - |
| YUV | 76.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 120 | 0.39 | 0.42 | 0 | 0.53 | 243.6 | 0.26 | 0.37 |
| Hex | 49 | 46 | 78 | 27 | 2A | 0 | 35 | F4 | 1A | 25 |
| Octal | 111 | 106 | 170 | 47 | 52 | 0 | 65 | 364 | 32 | 45 |
| Binary | 1001001 | 1000110 | 1111000 | 100111 | 101010 | 0 | 110101 | 11110100 | 11010 | 100101 |
Color Harmonies of #494678
Complementary color
Monochromatic Colors of #494678
Black with #494678
Text Example
Text Example
White with #494678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494678; }
p { color: rgb(73,70,120); }
H1.HeaderClassName
{
color: #494678;
}
.AnyTagClassName
{
color: #494678;
}
</style>
background-color css
<style>
a { background-color: #494678; }
a { background-color: rgb(73,70,120); }
div.DivClassName
{
background-color: #494678;
}
.BgClassName
{
background-color: #494678;
}
</style>
border-color css
<style>
span { border-color: #494678; }
span { border-color: rgb(73,70,120); }
td.TdClassName
{
border-color: #494678;
}
.TagClassName
{
border-color: #494678;
}
</style>