Shades of Victoria #4D497A
Tints of Victoria #4D497A
RGB
CMYK
RGB Variations
Color information
#4D497A (or 0x4D497A) is known color: Victoria. HEX triplet: 4D, 49 and 7A. RGB value is (77,73,122). Sum of RGB (Red+Green+Blue) = 77+73+122=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D497A is #B2B685. Grayscale: #4F4F4F. Windows color (decimal): -11712134 or 8014157. OLE color: 8014157.
HSL color Cylindrical-coordinate representation of color #4D497A: hue angle of 244.9º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D497A is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 73 | 122 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.52 |
| HSL | 244.9º | 0.25% | 0.38% | - |
| HSV(B) | 244.9º | 0.4% | 0.48% | - |
| XYZ | 8.96 | 7.75 | 19.44 | - |
| YUV | 79.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 122 | 0.37 | 0.40 | 0 | 0.52 | 244.9 | 0.25 | 0.38 |
| Hex | 4D | 49 | 7A | 25 | 28 | 0 | 34 | F5 | 19 | 26 |
| Octal | 115 | 111 | 172 | 45 | 50 | 0 | 64 | 365 | 31 | 46 |
| Binary | 1001101 | 1001001 | 1111010 | 100101 | 101000 | 0 | 110100 | 11110101 | 11001 | 100110 |
Color Harmonies of #4D497A
Complementary color
Monochromatic Colors of #4D497A
Black with #4D497A
Text Example
Text Example
White with #4D497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D497A; }
p { color: rgb(77,73,122); }
H1.HeaderClassName
{
color: #4D497A;
}
.AnyTagClassName
{
color: #4D497A;
}
</style>
background-color css
<style>
a { background-color: #4D497A; }
a { background-color: rgb(77,73,122); }
div.DivClassName
{
background-color: #4D497A;
}
.BgClassName
{
background-color: #4D497A;
}
</style>
border-color css
<style>
span { border-color: #4D497A; }
span { border-color: rgb(77,73,122); }
td.TdClassName
{
border-color: #4D497A;
}
.TagClassName
{
border-color: #4D497A;
}
</style>