Shades of Victoria #4D467B
Tints of Victoria #4D467B
RGB
CMYK
RGB Variations
Color information
#4D467B (or 0x4D467B) is known color: Victoria. HEX triplet: 4D, 46 and 7B. RGB value is (77,70,123). Sum of RGB (Red+Green+Blue) = 77+70+123=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D467B is #B2B984. Grayscale: #4D4D4D. Windows color (decimal): -11712901 or 8078925. OLE color: 8078925.
HSL color Cylindrical-coordinate representation of color #4D467B: hue angle of 247.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D467B is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 70 | 123 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.52 |
| HSL | 247.92º | 0.27% | 0.38% | - |
| HSV(B) | 247.92º | 0.43% | 0.48% | - |
| XYZ | 8.83 | 7.39 | 19.7 | - |
| YUV | 78.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 123 | 0.37 | 0.43 | 0 | 0.52 | 247.92 | 0.27 | 0.38 |
| Hex | 4D | 46 | 7B | 25 | 2B | 0 | 34 | F8 | 1B | 26 |
| Octal | 115 | 106 | 173 | 45 | 53 | 0 | 64 | 370 | 33 | 46 |
| Binary | 1001101 | 1000110 | 1111011 | 100101 | 101011 | 0 | 110100 | 11111000 | 11011 | 100110 |
Color Harmonies of #4D467B
Complementary color
Monochromatic Colors of #4D467B
Black with #4D467B
Text Example
Text Example
White with #4D467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D467B; }
p { color: rgb(77,70,123); }
H1.HeaderClassName
{
color: #4D467B;
}
.AnyTagClassName
{
color: #4D467B;
}
</style>
background-color css
<style>
a { background-color: #4D467B; }
a { background-color: rgb(77,70,123); }
div.DivClassName
{
background-color: #4D467B;
}
.BgClassName
{
background-color: #4D467B;
}
</style>
border-color css
<style>
span { border-color: #4D467B; }
span { border-color: rgb(77,70,123); }
td.TdClassName
{
border-color: #4D467B;
}
.TagClassName
{
border-color: #4D467B;
}
</style>