Shades of Victoria #4D4778
Tints of Victoria #4D4778
RGB
CMYK
RGB Variations
Color information
#4D4778 (or 0x4D4778) is known color: Victoria. HEX triplet: 4D, 47 and 78. RGB value is (77,71,120). Sum of RGB (Red+Green+Blue) = 77+71+120=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4778 is #B2B887. Grayscale: #4E4E4E. Windows color (decimal): -11712648 or 7882573. OLE color: 7882573.
HSL color Cylindrical-coordinate representation of color #4D4778: hue angle of 247.35º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D4778 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 71 | 120 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.53 |
| HSL | 247.35º | 0.26% | 0.37% | - |
| HSV(B) | 247.35º | 0.41% | 0.47% | - |
| XYZ | 8.7 | 7.44 | 18.75 | - |
| YUV | 78.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 120 | 0.36 | 0.41 | 0 | 0.53 | 247.35 | 0.26 | 0.37 |
| Hex | 4D | 47 | 78 | 24 | 29 | 0 | 35 | F7 | 1A | 25 |
| Octal | 115 | 107 | 170 | 44 | 51 | 0 | 65 | 367 | 32 | 45 |
| Binary | 1001101 | 1000111 | 1111000 | 100100 | 101001 | 0 | 110101 | 11110111 | 11010 | 100101 |
Color Harmonies of #4D4778
Complementary color
Monochromatic Colors of #4D4778
Black with #4D4778
Text Example
Text Example
White with #4D4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4778; }
p { color: rgb(77,71,120); }
H1.HeaderClassName
{
color: #4D4778;
}
.AnyTagClassName
{
color: #4D4778;
}
</style>
background-color css
<style>
a { background-color: #4D4778; }
a { background-color: rgb(77,71,120); }
div.DivClassName
{
background-color: #4D4778;
}
.BgClassName
{
background-color: #4D4778;
}
</style>
border-color css
<style>
span { border-color: #4D4778; }
span { border-color: rgb(77,71,120); }
td.TdClassName
{
border-color: #4D4778;
}
.TagClassName
{
border-color: #4D4778;
}
</style>