Shades of Victoria #4E4477
Tints of Victoria #4E4477
RGB
CMYK
RGB Variations
Color information
#4E4477 (or 0x4E4477) is known color: Victoria. HEX triplet: 4E, 44 and 77. RGB value is (78,68,119). Sum of RGB (Red+Green+Blue) = 78+68+119=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E4477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4477 is #B1BB88. Grayscale: #4C4C4C. Windows color (decimal): -11647881 or 7816270. OLE color: 7816270.
HSL color Cylindrical-coordinate representation of color #4E4477: hue angle of 251.76º 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 #4E4477 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 68 | 119 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.53 |
| HSL | 251.76º | 0.27% | 0.37% | - |
| HSV(B) | 251.76º | 0.43% | 0.47% | - |
| XYZ | 8.54 | 7.09 | 18.37 | - |
| YUV | 76.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 119 | 0.34 | 0.43 | 0 | 0.53 | 251.76 | 0.27 | 0.37 |
| Hex | 4E | 44 | 77 | 22 | 2B | 0 | 35 | FC | 1B | 25 |
| Octal | 116 | 104 | 167 | 42 | 53 | 0 | 65 | 374 | 33 | 45 |
| Binary | 1001110 | 1000100 | 1110111 | 100010 | 101011 | 0 | 110101 | 11111100 | 11011 | 100101 |
Color Harmonies of #4E4477
Complementary color
Monochromatic Colors of #4E4477
Black with #4E4477
Text Example
Text Example
White with #4E4477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4477; }
p { color: rgb(78,68,119); }
H1.HeaderClassName
{
color: #4E4477;
}
.AnyTagClassName
{
color: #4E4477;
}
</style>
background-color css
<style>
a { background-color: #4E4477; }
a { background-color: rgb(78,68,119); }
div.DivClassName
{
background-color: #4E4477;
}
.BgClassName
{
background-color: #4E4477;
}
</style>
border-color css
<style>
span { border-color: #4E4477; }
span { border-color: rgb(78,68,119); }
td.TdClassName
{
border-color: #4E4477;
}
.TagClassName
{
border-color: #4E4477;
}
</style>