Shades of Victoria #4D4880
Tints of Victoria #4D4880
RGB
CMYK
RGB Variations
Color information
#4D4880 (or 0x4D4880) is known color: Victoria. HEX triplet: 4D, 48 and 80. RGB value is (77,72,128). Sum of RGB (Red+Green+Blue) = 77+72+128=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D4880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4880 is #B2B77F. Grayscale: #4F4F4F. Windows color (decimal): -11712384 or 8407117. OLE color: 8407117.
HSL color Cylindrical-coordinate representation of color #4D4880: hue angle of 245.36º 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 #4D4880 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 72 | 128 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.50 |
| HSL | 245.36º | 0.28% | 0.39% | - |
| HSV(B) | 245.36º | 0.44% | 0.5% | - |
| XYZ | 9.27 | 7.77 | 21.43 | - |
| YUV | 79.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 128 | 0.40 | 0.44 | 0 | 0.50 | 245.36 | 0.28 | 0.39 |
| Hex | 4D | 48 | 80 | 28 | 2C | 0 | 32 | F5 | 1C | 27 |
| Octal | 115 | 110 | 200 | 50 | 54 | 0 | 62 | 365 | 34 | 47 |
| Binary | 1001101 | 1001000 | 10000000 | 101000 | 101100 | 0 | 110010 | 11110101 | 11100 | 100111 |
Color Harmonies of #4D4880
Complementary color
Monochromatic Colors of #4D4880
Black with #4D4880
Text Example
Text Example
White with #4D4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4880; }
p { color: rgb(77,72,128); }
H1.HeaderClassName
{
color: #4D4880;
}
.AnyTagClassName
{
color: #4D4880;
}
</style>
background-color css
<style>
a { background-color: #4D4880; }
a { background-color: rgb(77,72,128); }
div.DivClassName
{
background-color: #4D4880;
}
.BgClassName
{
background-color: #4D4880;
}
</style>
border-color css
<style>
span { border-color: #4D4880; }
span { border-color: rgb(77,72,128); }
td.TdClassName
{
border-color: #4D4880;
}
.TagClassName
{
border-color: #4D4880;
}
</style>