Shades of Victoria #4D4E86
Tints of Victoria #4D4E86
RGB
CMYK
RGB Variations
Color information
#4D4E86 (or 0x4D4E86) is known color: Victoria. HEX triplet: 4D, 4E and 86. RGB value is (77,78,134). Sum of RGB (Red+Green+Blue) = 77+78+134=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D4E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4E86 is #B2B179. Grayscale: #535353. Windows color (decimal): -11710842 or 8801869. OLE color: 8801869.
HSL color Cylindrical-coordinate representation of color #4D4E86: hue angle of 238.95º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D4E86 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 78 | 134 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.47 |
| HSL | 238.95º | 0.27% | 0.41% | - |
| HSV(B) | 238.95º | 0.43% | 0.53% | - |
| XYZ | 10.09 | 8.75 | 23.71 | - |
| YUV | 84.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 134 | 0.43 | 0.42 | 0 | 0.47 | 238.95 | 0.27 | 0.41 |
| Hex | 4D | 4E | 86 | 2B | 2A | 0 | 2F | EF | 1B | 29 |
| Octal | 115 | 116 | 206 | 53 | 52 | 0 | 57 | 357 | 33 | 51 |
| Binary | 1001101 | 1001110 | 10000110 | 101011 | 101010 | 0 | 101111 | 11101111 | 11011 | 101001 |
Color Harmonies of #4D4E86
Complementary color
Monochromatic Colors of #4D4E86
Black with #4D4E86
Text Example
Text Example
White with #4D4E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4E86; }
p { color: rgb(77,78,134); }
H1.HeaderClassName
{
color: #4D4E86;
}
.AnyTagClassName
{
color: #4D4E86;
}
</style>
background-color css
<style>
a { background-color: #4D4E86; }
a { background-color: rgb(77,78,134); }
div.DivClassName
{
background-color: #4D4E86;
}
.BgClassName
{
background-color: #4D4E86;
}
</style>
border-color css
<style>
span { border-color: #4D4E86; }
span { border-color: rgb(77,78,134); }
td.TdClassName
{
border-color: #4D4E86;
}
.TagClassName
{
border-color: #4D4E86;
}
</style>