Shades of Victoria #4D4A83
Tints of Victoria #4D4A83
RGB
CMYK
RGB Variations
Color information
#4D4A83 (or 0x4D4A83) is known color: Victoria. HEX triplet: 4D, 4A and 83. RGB value is (77,74,131). Sum of RGB (Red+Green+Blue) = 77+74+131=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D4A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4A83 is #B2B57C. Grayscale: #515151. Windows color (decimal): -11711869 or 8604237. OLE color: 8604237.
HSL color Cylindrical-coordinate representation of color #4D4A83: hue angle of 243.16º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D4A83 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 74 | 131 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.49 |
| HSL | 243.16º | 0.28% | 0.4% | - |
| HSV(B) | 243.16º | 0.44% | 0.51% | - |
| XYZ | 9.61 | 8.11 | 22.53 | - |
| YUV | 81.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 131 | 0.41 | 0.44 | 0 | 0.49 | 243.16 | 0.28 | 0.4 |
| Hex | 4D | 4A | 83 | 29 | 2C | 0 | 31 | F3 | 1C | 28 |
| Octal | 115 | 112 | 203 | 51 | 54 | 0 | 61 | 363 | 34 | 50 |
| Binary | 1001101 | 1001010 | 10000011 | 101001 | 101100 | 0 | 110001 | 11110011 | 11100 | 101000 |
Color Harmonies of #4D4A83
Complementary color
Monochromatic Colors of #4D4A83
Black with #4D4A83
Text Example
Text Example
White with #4D4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A83; }
p { color: rgb(77,74,131); }
H1.HeaderClassName
{
color: #4D4A83;
}
.AnyTagClassName
{
color: #4D4A83;
}
</style>
background-color css
<style>
a { background-color: #4D4A83; }
a { background-color: rgb(77,74,131); }
div.DivClassName
{
background-color: #4D4A83;
}
.BgClassName
{
background-color: #4D4A83;
}
</style>
border-color css
<style>
span { border-color: #4D4A83; }
span { border-color: rgb(77,74,131); }
td.TdClassName
{
border-color: #4D4A83;
}
.TagClassName
{
border-color: #4D4A83;
}
</style>