Shades of Victoria #4D4582
Tints of Victoria #4D4582
RGB
CMYK
RGB Variations
Color information
#4D4582 (or 0x4D4582) is known color: Victoria. HEX triplet: 4D, 45 and 82. RGB value is (77,69,130). Sum of RGB (Red+Green+Blue) = 77+69+130=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4582 is #B2BA7D. Grayscale: #4E4E4E. Windows color (decimal): -11713150 or 8537421. OLE color: 8537421.
HSL color Cylindrical-coordinate representation of color #4D4582: hue angle of 247.87º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4582 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 69 | 130 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.49 |
| HSL | 247.87º | 0.31% | 0.39% | - |
| HSV(B) | 247.87º | 0.47% | 0.51% | - |
| XYZ | 9.22 | 7.45 | 22.07 | - |
| YUV | 78.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 130 | 0.41 | 0.47 | 0 | 0.49 | 247.87 | 0.31 | 0.39 |
| Hex | 4D | 45 | 82 | 29 | 2F | 0 | 31 | F8 | 1F | 27 |
| Octal | 115 | 105 | 202 | 51 | 57 | 0 | 61 | 370 | 37 | 47 |
| Binary | 1001101 | 1000101 | 10000010 | 101001 | 101111 | 0 | 110001 | 11111000 | 11111 | 100111 |
Color Harmonies of #4D4582
Complementary color
Monochromatic Colors of #4D4582
Black with #4D4582
Text Example
Text Example
White with #4D4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4582; }
p { color: rgb(77,69,130); }
H1.HeaderClassName
{
color: #4D4582;
}
.AnyTagClassName
{
color: #4D4582;
}
</style>
background-color css
<style>
a { background-color: #4D4582; }
a { background-color: rgb(77,69,130); }
div.DivClassName
{
background-color: #4D4582;
}
.BgClassName
{
background-color: #4D4582;
}
</style>
border-color css
<style>
span { border-color: #4D4582; }
span { border-color: rgb(77,69,130); }
td.TdClassName
{
border-color: #4D4582;
}
.TagClassName
{
border-color: #4D4582;
}
</style>