Shades of Victoria #4E447B
Tints of Victoria #4E447B
RGB
CMYK
RGB Variations
Color information
#4E447B (or 0x4E447B) is known color: Victoria. HEX triplet: 4E, 44 and 7B. RGB value is (78,68,123). Sum of RGB (Red+Green+Blue) = 78+68+123=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E447B is #B1BB84. Grayscale: #4D4D4D. Windows color (decimal): -11647877 or 8078414. OLE color: 8078414.
HSL color Cylindrical-coordinate representation of color #4E447B: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E447B is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 68 | 123 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.52 |
| HSL | 250.91º | 0.29% | 0.37% | - |
| HSV(B) | 250.91º | 0.45% | 0.48% | - |
| XYZ | 8.78 | 7.18 | 19.66 | - |
| YUV | 77.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 123 | 0.37 | 0.45 | 0 | 0.52 | 250.91 | 0.29 | 0.37 |
| Hex | 4E | 44 | 7B | 25 | 2D | 0 | 34 | FB | 1D | 25 |
| Octal | 116 | 104 | 173 | 45 | 55 | 0 | 64 | 373 | 35 | 45 |
| Binary | 1001110 | 1000100 | 1111011 | 100101 | 101101 | 0 | 110100 | 11111011 | 11101 | 100101 |
Color Harmonies of #4E447B
Complementary color
Monochromatic Colors of #4E447B
Black with #4E447B
Text Example
Text Example
White with #4E447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E447B; }
p { color: rgb(78,68,123); }
H1.HeaderClassName
{
color: #4E447B;
}
.AnyTagClassName
{
color: #4E447B;
}
</style>
background-color css
<style>
a { background-color: #4E447B; }
a { background-color: rgb(78,68,123); }
div.DivClassName
{
background-color: #4E447B;
}
.BgClassName
{
background-color: #4E447B;
}
</style>
border-color css
<style>
span { border-color: #4E447B; }
span { border-color: rgb(78,68,123); }
td.TdClassName
{
border-color: #4E447B;
}
.TagClassName
{
border-color: #4E447B;
}
</style>