Shades of Victoria #4F4879
Tints of Victoria #4F4879
RGB
CMYK
RGB Variations
Color information
#4F4879 (or 0x4F4879) is known color: Victoria. HEX triplet: 4F, 48 and 79. RGB value is (79,72,121). Sum of RGB (Red+Green+Blue) = 79+72+121=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #4F4879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4879 is #B0B786. Grayscale: #4F4F4F. Windows color (decimal): -11581319 or 7948367. OLE color: 7948367.
HSL color Cylindrical-coordinate representation of color #4F4879: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F4879 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 72 | 121 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.53 |
| HSL | 248.57º | 0.25% | 0.38% | - |
| HSV(B) | 248.57º | 0.4% | 0.47% | - |
| XYZ | 8.99 | 7.68 | 19.1 | - |
| YUV | 79.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 121 | 0.35 | 0.40 | 0 | 0.53 | 248.57 | 0.25 | 0.38 |
| Hex | 4F | 48 | 79 | 23 | 28 | 0 | 35 | F9 | 19 | 26 |
| Octal | 117 | 110 | 171 | 43 | 50 | 0 | 65 | 371 | 31 | 46 |
| Binary | 1001111 | 1001000 | 1111001 | 100011 | 101000 | 0 | 110101 | 11111001 | 11001 | 100110 |
Color Harmonies of #4F4879
Complementary color
Monochromatic Colors of #4F4879
Black with #4F4879
Text Example
Text Example
White with #4F4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4879; }
p { color: rgb(79,72,121); }
H1.HeaderClassName
{
color: #4F4879;
}
.AnyTagClassName
{
color: #4F4879;
}
</style>
background-color css
<style>
a { background-color: #4F4879; }
a { background-color: rgb(79,72,121); }
div.DivClassName
{
background-color: #4F4879;
}
.BgClassName
{
background-color: #4F4879;
}
</style>
border-color css
<style>
span { border-color: #4F4879; }
span { border-color: rgb(79,72,121); }
td.TdClassName
{
border-color: #4F4879;
}
.TagClassName
{
border-color: #4F4879;
}
</style>