Shades of Victoria #4D4278
Tints of Victoria #4D4278
RGB
CMYK
RGB Variations
Color information
#4D4278 (or 0x4D4278) is known color: Victoria. HEX triplet: 4D, 42 and 78. RGB value is (77,66,120). Sum of RGB (Red+Green+Blue) = 77+66+120=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 66 (26.17% from 255 or 25.10% 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 #4D4278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4278 is #B2BD87. Grayscale: #4B4B4B. Windows color (decimal): -11713928 or 7881293. OLE color: 7881293.
HSL color Cylindrical-coordinate representation of color #4D4278: hue angle of 252.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D4278 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 66 | 120 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.53 |
| HSL | 252.22º | 0.29% | 0.36% | - |
| HSV(B) | 252.22º | 0.45% | 0.47% | - |
| XYZ | 8.4 | 6.83 | 18.65 | - |
| YUV | 75.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 120 | 0.36 | 0.45 | 0 | 0.53 | 252.22 | 0.29 | 0.36 |
| Hex | 4D | 42 | 78 | 24 | 2D | 0 | 35 | FC | 1D | 24 |
| Octal | 115 | 102 | 170 | 44 | 55 | 0 | 65 | 374 | 35 | 44 |
| Binary | 1001101 | 1000010 | 1111000 | 100100 | 101101 | 0 | 110101 | 11111100 | 11101 | 100100 |
Color Harmonies of #4D4278
Complementary color
Monochromatic Colors of #4D4278
Black with #4D4278
Text Example
Text Example
White with #4D4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4278; }
p { color: rgb(77,66,120); }
H1.HeaderClassName
{
color: #4D4278;
}
.AnyTagClassName
{
color: #4D4278;
}
</style>
background-color css
<style>
a { background-color: #4D4278; }
a { background-color: rgb(77,66,120); }
div.DivClassName
{
background-color: #4D4278;
}
.BgClassName
{
background-color: #4D4278;
}
</style>
border-color css
<style>
span { border-color: #4D4278; }
span { border-color: rgb(77,66,120); }
td.TdClassName
{
border-color: #4D4278;
}
.TagClassName
{
border-color: #4D4278;
}
</style>