Shades of Victoria #4E4578
Tints of Victoria #4E4578
RGB
CMYK
RGB Variations
Color information
#4E4578 (or 0x4E4578) is known color: Victoria. HEX triplet: 4E, 45 and 78. RGB value is (78,69,120). Sum of RGB (Red+Green+Blue) = 78+69+120=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 69 (27.34% from 255 or 25.84% 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 #4E4578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4578 is #B1BA87. Grayscale: #4D4D4D. Windows color (decimal): -11647624 or 7882062. OLE color: 7882062.
HSL color Cylindrical-coordinate representation of color #4E4578: hue angle of 250.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E4578 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 69 | 120 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.53 |
| HSL | 250.59º | 0.27% | 0.37% | - |
| HSV(B) | 250.59º | 0.43% | 0.47% | - |
| XYZ | 8.66 | 7.23 | 18.71 | - |
| YUV | 77.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 120 | 0.35 | 0.42 | 0 | 0.53 | 250.59 | 0.27 | 0.37 |
| Hex | 4E | 45 | 78 | 23 | 2A | 0 | 35 | FB | 1B | 25 |
| Octal | 116 | 105 | 170 | 43 | 52 | 0 | 65 | 373 | 33 | 45 |
| Binary | 1001110 | 1000101 | 1111000 | 100011 | 101010 | 0 | 110101 | 11111011 | 11011 | 100101 |
Color Harmonies of #4E4578
Complementary color
Monochromatic Colors of #4E4578
Black with #4E4578
Text Example
Text Example
White with #4E4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4578; }
p { color: rgb(78,69,120); }
H1.HeaderClassName
{
color: #4E4578;
}
.AnyTagClassName
{
color: #4E4578;
}
</style>
background-color css
<style>
a { background-color: #4E4578; }
a { background-color: rgb(78,69,120); }
div.DivClassName
{
background-color: #4E4578;
}
.BgClassName
{
background-color: #4E4578;
}
</style>
border-color css
<style>
span { border-color: #4E4578; }
span { border-color: rgb(78,69,120); }
td.TdClassName
{
border-color: #4E4578;
}
.TagClassName
{
border-color: #4E4578;
}
</style>