Shades of Victoria #4D427F
Tints of Victoria #4D427F
RGB
CMYK
RGB Variations
Color information
#4D427F (or 0x4D427F) is known color: Victoria. HEX triplet: 4D, 42 and 7F. RGB value is (77,66,127). Sum of RGB (Red+Green+Blue) = 77+66+127=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D427F is #B2BD80. Grayscale: #4C4C4C. Windows color (decimal): -11713921 or 8340045. OLE color: 8340045.
HSL color Cylindrical-coordinate representation of color #4D427F: hue angle of 250.82º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D427F is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 66 | 127 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.50 |
| HSL | 250.82º | 0.32% | 0.38% | - |
| HSV(B) | 250.82º | 0.48% | 0.5% | - |
| XYZ | 8.84 | 7.01 | 20.97 | - |
| YUV | 76.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 127 | 0.39 | 0.48 | 0 | 0.50 | 250.82 | 0.32 | 0.38 |
| Hex | 4D | 42 | 7F | 27 | 30 | 0 | 32 | FB | 20 | 26 |
| Octal | 115 | 102 | 177 | 47 | 60 | 0 | 62 | 373 | 40 | 46 |
| Binary | 1001101 | 1000010 | 1111111 | 100111 | 110000 | 0 | 110010 | 11111011 | 100000 | 100110 |
Color Harmonies of #4D427F
Complementary color
Monochromatic Colors of #4D427F
Black with #4D427F
Text Example
Text Example
White with #4D427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D427F; }
p { color: rgb(77,66,127); }
H1.HeaderClassName
{
color: #4D427F;
}
.AnyTagClassName
{
color: #4D427F;
}
</style>
background-color css
<style>
a { background-color: #4D427F; }
a { background-color: rgb(77,66,127); }
div.DivClassName
{
background-color: #4D427F;
}
.BgClassName
{
background-color: #4D427F;
}
</style>
border-color css
<style>
span { border-color: #4D427F; }
span { border-color: rgb(77,66,127); }
td.TdClassName
{
border-color: #4D427F;
}
.TagClassName
{
border-color: #4D427F;
}
</style>