Shades of Victoria #4F4977
Tints of Victoria #4F4977
RGB
CMYK
RGB Variations
Color information
#4F4977 (or 0x4F4977) is known color: Victoria. HEX triplet: 4F, 49 and 77. RGB value is (79,73,119). Sum of RGB (Red+Green+Blue) = 79+73+119=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F4977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4977 is #B0B688. Grayscale: #4F4F4F. Windows color (decimal): -11581065 or 7817551. OLE color: 7817551.
HSL color Cylindrical-coordinate representation of color #4F4977: hue angle of 247.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F4977 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 73 | 119 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.53 |
| HSL | 247.83º | 0.24% | 0.38% | - |
| HSV(B) | 247.83º | 0.39% | 0.47% | - |
| XYZ | 8.94 | 7.76 | 18.48 | - |
| YUV | 80.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 119 | 0.34 | 0.39 | 0 | 0.53 | 247.83 | 0.24 | 0.38 |
| Hex | 4F | 49 | 77 | 22 | 27 | 0 | 35 | F8 | 18 | 26 |
| Octal | 117 | 111 | 167 | 42 | 47 | 0 | 65 | 370 | 30 | 46 |
| Binary | 1001111 | 1001001 | 1110111 | 100010 | 100111 | 0 | 110101 | 11111000 | 11000 | 100110 |
Color Harmonies of #4F4977
Complementary color
Monochromatic Colors of #4F4977
Black with #4F4977
Text Example
Text Example
White with #4F4977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4977; }
p { color: rgb(79,73,119); }
H1.HeaderClassName
{
color: #4F4977;
}
.AnyTagClassName
{
color: #4F4977;
}
</style>
background-color css
<style>
a { background-color: #4F4977; }
a { background-color: rgb(79,73,119); }
div.DivClassName
{
background-color: #4F4977;
}
.BgClassName
{
background-color: #4F4977;
}
</style>
border-color css
<style>
span { border-color: #4F4977; }
span { border-color: rgb(79,73,119); }
td.TdClassName
{
border-color: #4F4977;
}
.TagClassName
{
border-color: #4F4977;
}
</style>