Shades of Victoria #4F4778
Tints of Victoria #4F4778
RGB
CMYK
RGB Variations
Color information
#4F4778 (or 0x4F4778) is known color: Victoria. HEX triplet: 4F, 47 and 78. RGB value is (79,71,120). Sum of RGB (Red+Green+Blue) = 79+71+120=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4778 is #B0B887. Grayscale: #4E4E4E. Windows color (decimal): -11581576 or 7882575. OLE color: 7882575.
HSL color Cylindrical-coordinate representation of color #4F4778: hue angle of 249.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F4778 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 71 | 120 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.53 |
| HSL | 249.8º | 0.26% | 0.37% | - |
| HSV(B) | 249.8º | 0.41% | 0.47% | - |
| XYZ | 8.87 | 7.52 | 18.75 | - |
| YUV | 78.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 120 | 0.34 | 0.41 | 0 | 0.53 | 249.8 | 0.26 | 0.37 |
| Hex | 4F | 47 | 78 | 22 | 29 | 0 | 35 | FA | 1A | 25 |
| Octal | 117 | 107 | 170 | 42 | 51 | 0 | 65 | 372 | 32 | 45 |
| Binary | 1001111 | 1000111 | 1111000 | 100010 | 101001 | 0 | 110101 | 11111010 | 11010 | 100101 |
Color Harmonies of #4F4778
Complementary color
Monochromatic Colors of #4F4778
Black with #4F4778
Text Example
Text Example
White with #4F4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4778; }
p { color: rgb(79,71,120); }
H1.HeaderClassName
{
color: #4F4778;
}
.AnyTagClassName
{
color: #4F4778;
}
</style>
background-color css
<style>
a { background-color: #4F4778; }
a { background-color: rgb(79,71,120); }
div.DivClassName
{
background-color: #4F4778;
}
.BgClassName
{
background-color: #4F4778;
}
</style>
border-color css
<style>
span { border-color: #4F4778; }
span { border-color: rgb(79,71,120); }
td.TdClassName
{
border-color: #4F4778;
}
.TagClassName
{
border-color: #4F4778;
}
</style>