Shades of Victoria #4D4B85
Tints of Victoria #4D4B85
RGB
CMYK
RGB Variations
Color information
#4D4B85 (or 0x4D4B85) is known color: Victoria. HEX triplet: 4D, 4B and 85. RGB value is (77,75,133). Sum of RGB (Red+Green+Blue) = 77+75+133=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D4B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4B85 is #B2B47A. Grayscale: #515151. Windows color (decimal): -11711611 or 8735565. OLE color: 8735565.
HSL color Cylindrical-coordinate representation of color #4D4B85: hue angle of 242.07º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D4B85 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 75 | 133 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.48 |
| HSL | 242.07º | 0.28% | 0.41% | - |
| HSV(B) | 242.07º | 0.44% | 0.52% | - |
| XYZ | 9.81 | 8.3 | 23.28 | - |
| YUV | 82.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 133 | 0.42 | 0.44 | 0 | 0.48 | 242.07 | 0.28 | 0.41 |
| Hex | 4D | 4B | 85 | 2A | 2C | 0 | 30 | F2 | 1C | 29 |
| Octal | 115 | 113 | 205 | 52 | 54 | 0 | 60 | 362 | 34 | 51 |
| Binary | 1001101 | 1001011 | 10000101 | 101010 | 101100 | 0 | 110000 | 11110010 | 11100 | 101001 |
Color Harmonies of #4D4B85
Complementary color
Monochromatic Colors of #4D4B85
Black with #4D4B85
Text Example
Text Example
White with #4D4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B85; }
p { color: rgb(77,75,133); }
H1.HeaderClassName
{
color: #4D4B85;
}
.AnyTagClassName
{
color: #4D4B85;
}
</style>
background-color css
<style>
a { background-color: #4D4B85; }
a { background-color: rgb(77,75,133); }
div.DivClassName
{
background-color: #4D4B85;
}
.BgClassName
{
background-color: #4D4B85;
}
</style>
border-color css
<style>
span { border-color: #4D4B85; }
span { border-color: rgb(77,75,133); }
td.TdClassName
{
border-color: #4D4B85;
}
.TagClassName
{
border-color: #4D4B85;
}
</style>