Shades of Victoria #4E497C
Tints of Victoria #4E497C
RGB
CMYK
RGB Variations
Color information
#4E497C (or 0x4E497C) is known color: Victoria. HEX triplet: 4E, 49 and 7C. RGB value is (78,73,124). Sum of RGB (Red+Green+Blue) = 78+73+124=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E497C is #B1B683. Grayscale: #505050. Windows color (decimal): -11646596 or 8145230. OLE color: 8145230.
HSL color Cylindrical-coordinate representation of color #4E497C: hue angle of 245.88º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E497C is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 73 | 124 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.51 |
| HSL | 245.88º | 0.26% | 0.39% | - |
| HSV(B) | 245.88º | 0.41% | 0.49% | - |
| XYZ | 9.16 | 7.84 | 20.1 | - |
| YUV | 80.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 124 | 0.37 | 0.41 | 0 | 0.51 | 245.88 | 0.26 | 0.39 |
| Hex | 4E | 49 | 7C | 25 | 29 | 0 | 33 | F6 | 1A | 27 |
| Octal | 116 | 111 | 174 | 45 | 51 | 0 | 63 | 366 | 32 | 47 |
| Binary | 1001110 | 1001001 | 1111100 | 100101 | 101001 | 0 | 110011 | 11110110 | 11010 | 100111 |
Color Harmonies of #4E497C
Complementary color
Monochromatic Colors of #4E497C
Black with #4E497C
Text Example
Text Example
White with #4E497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E497C; }
p { color: rgb(78,73,124); }
H1.HeaderClassName
{
color: #4E497C;
}
.AnyTagClassName
{
color: #4E497C;
}
</style>
background-color css
<style>
a { background-color: #4E497C; }
a { background-color: rgb(78,73,124); }
div.DivClassName
{
background-color: #4E497C;
}
.BgClassName
{
background-color: #4E497C;
}
</style>
border-color css
<style>
span { border-color: #4E497C; }
span { border-color: rgb(78,73,124); }
td.TdClassName
{
border-color: #4E497C;
}
.TagClassName
{
border-color: #4E497C;
}
</style>