Shades of Victoria #4D4678
Tints of Victoria #4D4678
RGB
CMYK
RGB Variations
Color information
#4D4678 (or 0x4D4678) is known color: Victoria. HEX triplet: 4D, 46 and 78. RGB value is (77,70,120). Sum of RGB (Red+Green+Blue) = 77+70+120=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D4678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4678 is #B2B987. Grayscale: #4D4D4D. Windows color (decimal): -11712904 or 7882317. OLE color: 7882317.
HSL color Cylindrical-coordinate representation of color #4D4678: hue angle of 248.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D4678 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 70 | 120 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.53 |
| HSL | 248.4º | 0.26% | 0.37% | - |
| HSV(B) | 248.4º | 0.42% | 0.47% | - |
| XYZ | 8.64 | 7.31 | 18.73 | - |
| YUV | 77.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 120 | 0.36 | 0.42 | 0 | 0.53 | 248.4 | 0.26 | 0.37 |
| Hex | 4D | 46 | 78 | 24 | 2A | 0 | 35 | F8 | 1A | 25 |
| Octal | 115 | 106 | 170 | 44 | 52 | 0 | 65 | 370 | 32 | 45 |
| Binary | 1001101 | 1000110 | 1111000 | 100100 | 101010 | 0 | 110101 | 11111000 | 11010 | 100101 |
Color Harmonies of #4D4678
Complementary color
Monochromatic Colors of #4D4678
Black with #4D4678
Text Example
Text Example
White with #4D4678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4678; }
p { color: rgb(77,70,120); }
H1.HeaderClassName
{
color: #4D4678;
}
.AnyTagClassName
{
color: #4D4678;
}
</style>
background-color css
<style>
a { background-color: #4D4678; }
a { background-color: rgb(77,70,120); }
div.DivClassName
{
background-color: #4D4678;
}
.BgClassName
{
background-color: #4D4678;
}
</style>
border-color css
<style>
span { border-color: #4D4678; }
span { border-color: rgb(77,70,120); }
td.TdClassName
{
border-color: #4D4678;
}
.TagClassName
{
border-color: #4D4678;
}
</style>