Shades of Victoria #4E4880
Tints of Victoria #4E4880
RGB
CMYK
RGB Variations
Color information
#4E4880 (or 0x4E4880) is known color: Victoria. HEX triplet: 4E, 48 and 80. RGB value is (78,72,128). Sum of RGB (Red+Green+Blue) = 78+72+128=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E4880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4880 is #B1B77F. Grayscale: #4F4F4F. Windows color (decimal): -11646848 or 8407118. OLE color: 8407118.
HSL color Cylindrical-coordinate representation of color #4E4880: hue angle of 246.43º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E4880 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 72 | 128 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.50 |
| HSL | 246.43º | 0.28% | 0.39% | - |
| HSV(B) | 246.43º | 0.44% | 0.5% | - |
| XYZ | 9.36 | 7.81 | 21.44 | - |
| YUV | 80.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 128 | 0.39 | 0.44 | 0 | 0.50 | 246.43 | 0.28 | 0.39 |
| Hex | 4E | 48 | 80 | 27 | 2C | 0 | 32 | F6 | 1C | 27 |
| Octal | 116 | 110 | 200 | 47 | 54 | 0 | 62 | 366 | 34 | 47 |
| Binary | 1001110 | 1001000 | 10000000 | 100111 | 101100 | 0 | 110010 | 11110110 | 11100 | 100111 |
Color Harmonies of #4E4880
Complementary color
Monochromatic Colors of #4E4880
Black with #4E4880
Text Example
Text Example
White with #4E4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4880; }
p { color: rgb(78,72,128); }
H1.HeaderClassName
{
color: #4E4880;
}
.AnyTagClassName
{
color: #4E4880;
}
</style>
background-color css
<style>
a { background-color: #4E4880; }
a { background-color: rgb(78,72,128); }
div.DivClassName
{
background-color: #4E4880;
}
.BgClassName
{
background-color: #4E4880;
}
</style>
border-color css
<style>
span { border-color: #4E4880; }
span { border-color: rgb(78,72,128); }
td.TdClassName
{
border-color: #4E4880;
}
.TagClassName
{
border-color: #4E4880;
}
</style>