Shades of Victoria #4E4582
Tints of Victoria #4E4582
RGB
CMYK
RGB Variations
Color information
#4E4582 (or 0x4E4582) is known color: Victoria. HEX triplet: 4E, 45 and 82. RGB value is (78,69,130). Sum of RGB (Red+Green+Blue) = 78+69+130=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E4582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4582 is #B1BA7D. Grayscale: #4E4E4E. Windows color (decimal): -11647614 or 8537422. OLE color: 8537422.
HSL color Cylindrical-coordinate representation of color #4E4582: hue angle of 248.85º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E4582 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 69 | 130 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.49 |
| HSL | 248.85º | 0.31% | 0.39% | - |
| HSV(B) | 248.85º | 0.47% | 0.51% | - |
| XYZ | 9.3 | 7.49 | 22.07 | - |
| YUV | 78.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 130 | 0.40 | 0.47 | 0 | 0.49 | 248.85 | 0.31 | 0.39 |
| Hex | 4E | 45 | 82 | 28 | 2F | 0 | 31 | F9 | 1F | 27 |
| Octal | 116 | 105 | 202 | 50 | 57 | 0 | 61 | 371 | 37 | 47 |
| Binary | 1001110 | 1000101 | 10000010 | 101000 | 101111 | 0 | 110001 | 11111001 | 11111 | 100111 |
Color Harmonies of #4E4582
Complementary color
Monochromatic Colors of #4E4582
Black with #4E4582
Text Example
Text Example
White with #4E4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4582; }
p { color: rgb(78,69,130); }
H1.HeaderClassName
{
color: #4E4582;
}
.AnyTagClassName
{
color: #4E4582;
}
</style>
background-color css
<style>
a { background-color: #4E4582; }
a { background-color: rgb(78,69,130); }
div.DivClassName
{
background-color: #4E4582;
}
.BgClassName
{
background-color: #4E4582;
}
</style>
border-color css
<style>
span { border-color: #4E4582; }
span { border-color: rgb(78,69,130); }
td.TdClassName
{
border-color: #4E4582;
}
.TagClassName
{
border-color: #4E4582;
}
</style>