Shades of Victoria #4D4682
Tints of Victoria #4D4682
RGB
CMYK
RGB Variations
Color information
#4D4682 (or 0x4D4682) is known color: Victoria. HEX triplet: 4D, 46 and 82. RGB value is (77,70,130). Sum of RGB (Red+Green+Blue) = 77+70+130=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4682 is #B2B97D. Grayscale: #4E4E4E. Windows color (decimal): -11712894 or 8537677. OLE color: 8537677.
HSL color Cylindrical-coordinate representation of color #4D4682: hue angle of 247º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D4682 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 70 | 130 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.49 |
| HSL | 247º | 0.3% | 0.39% | - |
| HSV(B) | 247º | 0.46% | 0.51% | - |
| XYZ | 9.28 | 7.57 | 22.09 | - |
| YUV | 78.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 130 | 0.41 | 0.46 | 0 | 0.49 | 247 | 0.3 | 0.39 |
| Hex | 4D | 46 | 82 | 29 | 2E | 0 | 31 | F7 | 1E | 27 |
| Octal | 115 | 106 | 202 | 51 | 56 | 0 | 61 | 367 | 36 | 47 |
| Binary | 1001101 | 1000110 | 10000010 | 101001 | 101110 | 0 | 110001 | 11110111 | 11110 | 100111 |
Color Harmonies of #4D4682
Complementary color
Monochromatic Colors of #4D4682
Black with #4D4682
Text Example
Text Example
White with #4D4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4682; }
p { color: rgb(77,70,130); }
H1.HeaderClassName
{
color: #4D4682;
}
.AnyTagClassName
{
color: #4D4682;
}
</style>
background-color css
<style>
a { background-color: #4D4682; }
a { background-color: rgb(77,70,130); }
div.DivClassName
{
background-color: #4D4682;
}
.BgClassName
{
background-color: #4D4682;
}
</style>
border-color css
<style>
span { border-color: #4D4682; }
span { border-color: rgb(77,70,130); }
td.TdClassName
{
border-color: #4D4682;
}
.TagClassName
{
border-color: #4D4682;
}
</style>