Shades of Victoria #4D477E
Tints of Victoria #4D477E
RGB
CMYK
RGB Variations
Color information
#4D477E (or 0x4D477E) is known color: Victoria. HEX triplet: 4D, 47 and 7E. RGB value is (77,71,126). Sum of RGB (Red+Green+Blue) = 77+71+126=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D477E is #B2B881. Grayscale: #4E4E4E. Windows color (decimal): -11712642 or 8275789. OLE color: 8275789.
HSL color Cylindrical-coordinate representation of color #4D477E: hue angle of 246.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D477E is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 71 | 126 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.51 |
| HSL | 246.55º | 0.28% | 0.39% | - |
| HSV(B) | 246.55º | 0.44% | 0.49% | - |
| XYZ | 9.08 | 7.59 | 20.73 | - |
| YUV | 79.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 126 | 0.39 | 0.44 | 0 | 0.51 | 246.55 | 0.28 | 0.39 |
| Hex | 4D | 47 | 7E | 27 | 2C | 0 | 33 | F7 | 1C | 27 |
| Octal | 115 | 107 | 176 | 47 | 54 | 0 | 63 | 367 | 34 | 47 |
| Binary | 1001101 | 1000111 | 1111110 | 100111 | 101100 | 0 | 110011 | 11110111 | 11100 | 100111 |
Color Harmonies of #4D477E
Complementary color
Monochromatic Colors of #4D477E
Black with #4D477E
Text Example
Text Example
White with #4D477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D477E; }
p { color: rgb(77,71,126); }
H1.HeaderClassName
{
color: #4D477E;
}
.AnyTagClassName
{
color: #4D477E;
}
</style>
background-color css
<style>
a { background-color: #4D477E; }
a { background-color: rgb(77,71,126); }
div.DivClassName
{
background-color: #4D477E;
}
.BgClassName
{
background-color: #4D477E;
}
</style>
border-color css
<style>
span { border-color: #4D477E; }
span { border-color: rgb(77,71,126); }
td.TdClassName
{
border-color: #4D477E;
}
.TagClassName
{
border-color: #4D477E;
}
</style>