Shades of Victoria #4E497D
Tints of Victoria #4E497D
RGB
CMYK
RGB Variations
Color information
#4E497D (or 0x4E497D) is known color: Victoria. HEX triplet: 4E, 49 and 7D. RGB value is (78,73,125). Sum of RGB (Red+Green+Blue) = 78+73+125=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E497D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E497D is #B1B682. Grayscale: #505050. Windows color (decimal): -11646595 or 8210766. OLE color: 8210766.
HSL color Cylindrical-coordinate representation of color #4E497D: hue angle of 245.77º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E497D is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 73 | 125 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.51 |
| HSL | 245.77º | 0.26% | 0.39% | - |
| HSV(B) | 245.77º | 0.42% | 0.49% | - |
| XYZ | 9.23 | 7.87 | 20.43 | - |
| YUV | 80.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 125 | 0.38 | 0.42 | 0 | 0.51 | 245.77 | 0.26 | 0.39 |
| Hex | 4E | 49 | 7D | 26 | 2A | 0 | 33 | F6 | 1A | 27 |
| Octal | 116 | 111 | 175 | 46 | 52 | 0 | 63 | 366 | 32 | 47 |
| Binary | 1001110 | 1001001 | 1111101 | 100110 | 101010 | 0 | 110011 | 11110110 | 11010 | 100111 |
Color Harmonies of #4E497D
Complementary color
Monochromatic Colors of #4E497D
Black with #4E497D
Text Example
Text Example
White with #4E497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E497D; }
p { color: rgb(78,73,125); }
H1.HeaderClassName
{
color: #4E497D;
}
.AnyTagClassName
{
color: #4E497D;
}
</style>
background-color css
<style>
a { background-color: #4E497D; }
a { background-color: rgb(78,73,125); }
div.DivClassName
{
background-color: #4E497D;
}
.BgClassName
{
background-color: #4E497D;
}
</style>
border-color css
<style>
span { border-color: #4E497D; }
span { border-color: rgb(78,73,125); }
td.TdClassName
{
border-color: #4E497D;
}
.TagClassName
{
border-color: #4E497D;
}
</style>