Shades of Victoria #4D4879
Tints of Victoria #4D4879
RGB
CMYK
RGB Variations
Color information
#4D4879 (or 0x4D4879) is known color: Victoria. HEX triplet: 4D, 48 and 79. RGB value is (77,72,121). Sum of RGB (Red+Green+Blue) = 77+72+121=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D4879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4879 is #B2B786. Grayscale: #4E4E4E. Windows color (decimal): -11712391 or 7948365. OLE color: 7948365.
HSL color Cylindrical-coordinate representation of color #4D4879: hue angle of 246.12º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D4879 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 72 | 121 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.53 |
| HSL | 246.12º | 0.25% | 0.38% | - |
| HSV(B) | 246.12º | 0.4% | 0.47% | - |
| XYZ | 8.83 | 7.59 | 19.09 | - |
| YUV | 79.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 121 | 0.36 | 0.40 | 0 | 0.53 | 246.12 | 0.25 | 0.38 |
| Hex | 4D | 48 | 79 | 24 | 28 | 0 | 35 | F6 | 19 | 26 |
| Octal | 115 | 110 | 171 | 44 | 50 | 0 | 65 | 366 | 31 | 46 |
| Binary | 1001101 | 1001000 | 1111001 | 100100 | 101000 | 0 | 110101 | 11110110 | 11001 | 100110 |
Color Harmonies of #4D4879
Complementary color
Monochromatic Colors of #4D4879
Black with #4D4879
Text Example
Text Example
White with #4D4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4879; }
p { color: rgb(77,72,121); }
H1.HeaderClassName
{
color: #4D4879;
}
.AnyTagClassName
{
color: #4D4879;
}
</style>
background-color css
<style>
a { background-color: #4D4879; }
a { background-color: rgb(77,72,121); }
div.DivClassName
{
background-color: #4D4879;
}
.BgClassName
{
background-color: #4D4879;
}
</style>
border-color css
<style>
span { border-color: #4D4879; }
span { border-color: rgb(77,72,121); }
td.TdClassName
{
border-color: #4D4879;
}
.TagClassName
{
border-color: #4D4879;
}
</style>