Shades of Victoria #4E447A
Tints of Victoria #4E447A
RGB
CMYK
RGB Variations
Color information
#4E447A (or 0x4E447A) is known color: Victoria. HEX triplet: 4E, 44 and 7A. RGB value is (78,68,122). Sum of RGB (Red+Green+Blue) = 78+68+122=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E447A is #B1BB85. Grayscale: #4C4C4C. Windows color (decimal): -11647878 or 8012878. OLE color: 8012878.
HSL color Cylindrical-coordinate representation of color #4E447A: hue angle of 251.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E447A is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 68 | 122 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.52 |
| HSL | 251.11º | 0.28% | 0.37% | - |
| HSV(B) | 251.11º | 0.44% | 0.48% | - |
| XYZ | 8.72 | 7.16 | 19.33 | - |
| YUV | 77.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 122 | 0.36 | 0.44 | 0 | 0.52 | 251.11 | 0.28 | 0.37 |
| Hex | 4E | 44 | 7A | 24 | 2C | 0 | 34 | FB | 1C | 25 |
| Octal | 116 | 104 | 172 | 44 | 54 | 0 | 64 | 373 | 34 | 45 |
| Binary | 1001110 | 1000100 | 1111010 | 100100 | 101100 | 0 | 110100 | 11111011 | 11100 | 100101 |
Color Harmonies of #4E447A
Complementary color
Monochromatic Colors of #4E447A
Black with #4E447A
Text Example
Text Example
White with #4E447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E447A; }
p { color: rgb(78,68,122); }
H1.HeaderClassName
{
color: #4E447A;
}
.AnyTagClassName
{
color: #4E447A;
}
</style>
background-color css
<style>
a { background-color: #4E447A; }
a { background-color: rgb(78,68,122); }
div.DivClassName
{
background-color: #4E447A;
}
.BgClassName
{
background-color: #4E447A;
}
</style>
border-color css
<style>
span { border-color: #4E447A; }
span { border-color: rgb(78,68,122); }
td.TdClassName
{
border-color: #4E447A;
}
.TagClassName
{
border-color: #4E447A;
}
</style>