Shades of Victoria #4D457F
Tints of Victoria #4D457F
RGB
CMYK
RGB Variations
Color information
#4D457F (or 0x4D457F) is known color: Victoria. HEX triplet: 4D, 45 and 7F. RGB value is (77,69,127). Sum of RGB (Red+Green+Blue) = 77+69+127=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D457F is #B2BA80. Grayscale: #4D4D4D. Windows color (decimal): -11713153 or 8340813. OLE color: 8340813.
HSL color Cylindrical-coordinate representation of color #4D457F: hue angle of 248.28º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D457F is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 69 | 127 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.50 |
| HSL | 248.28º | 0.3% | 0.38% | - |
| HSV(B) | 248.28º | 0.46% | 0.5% | - |
| XYZ | 9.02 | 7.37 | 21.03 | - |
| YUV | 78 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 127 | 0.39 | 0.46 | 0 | 0.50 | 248.28 | 0.3 | 0.38 |
| Hex | 4D | 45 | 7F | 27 | 2E | 0 | 32 | F8 | 1E | 26 |
| Octal | 115 | 105 | 177 | 47 | 56 | 0 | 62 | 370 | 36 | 46 |
| Binary | 1001101 | 1000101 | 1111111 | 100111 | 101110 | 0 | 110010 | 11111000 | 11110 | 100110 |
Color Harmonies of #4D457F
Complementary color
Monochromatic Colors of #4D457F
Black with #4D457F
Text Example
Text Example
White with #4D457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D457F; }
p { color: rgb(77,69,127); }
H1.HeaderClassName
{
color: #4D457F;
}
.AnyTagClassName
{
color: #4D457F;
}
</style>
background-color css
<style>
a { background-color: #4D457F; }
a { background-color: rgb(77,69,127); }
div.DivClassName
{
background-color: #4D457F;
}
.BgClassName
{
background-color: #4D457F;
}
</style>
border-color css
<style>
span { border-color: #4D457F; }
span { border-color: rgb(77,69,127); }
td.TdClassName
{
border-color: #4D457F;
}
.TagClassName
{
border-color: #4D457F;
}
</style>