Shades of Victoria #4D4782
Tints of Victoria #4D4782
RGB
CMYK
RGB Variations
Color information
#4D4782 (or 0x4D4782) is known color: Victoria. HEX triplet: 4D, 47 and 82. RGB value is (77,71,130). Sum of RGB (Red+Green+Blue) = 77+71+130=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4782 is #B2B87D. Grayscale: #4F4F4F. Windows color (decimal): -11712638 or 8537933. OLE color: 8537933.
HSL color Cylindrical-coordinate representation of color #4D4782: hue angle of 246.1º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D4782 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 71 | 130 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.49 |
| HSL | 246.1º | 0.29% | 0.39% | - |
| HSV(B) | 246.1º | 0.45% | 0.51% | - |
| XYZ | 9.34 | 7.7 | 22.11 | - |
| YUV | 79.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 130 | 0.41 | 0.45 | 0 | 0.49 | 246.1 | 0.29 | 0.39 |
| Hex | 4D | 47 | 82 | 29 | 2D | 0 | 31 | F6 | 1D | 27 |
| Octal | 115 | 107 | 202 | 51 | 55 | 0 | 61 | 366 | 35 | 47 |
| Binary | 1001101 | 1000111 | 10000010 | 101001 | 101101 | 0 | 110001 | 11110110 | 11101 | 100111 |
Color Harmonies of #4D4782
Complementary color
Monochromatic Colors of #4D4782
Black with #4D4782
Text Example
Text Example
White with #4D4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4782; }
p { color: rgb(77,71,130); }
H1.HeaderClassName
{
color: #4D4782;
}
.AnyTagClassName
{
color: #4D4782;
}
</style>
background-color css
<style>
a { background-color: #4D4782; }
a { background-color: rgb(77,71,130); }
div.DivClassName
{
background-color: #4D4782;
}
.BgClassName
{
background-color: #4D4782;
}
</style>
border-color css
<style>
span { border-color: #4D4782; }
span { border-color: rgb(77,71,130); }
td.TdClassName
{
border-color: #4D4782;
}
.TagClassName
{
border-color: #4D4782;
}
</style>