Shades of Victoria #4F4479
Tints of Victoria #4F4479
RGB
CMYK
RGB Variations
Color information
#4F4479 (or 0x4F4479) is known color: Victoria. HEX triplet: 4F, 44 and 79. RGB value is (79,68,121). Sum of RGB (Red+Green+Blue) = 79+68+121=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #4F4479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4479 is #B0BB86. Grayscale: #4D4D4D. Windows color (decimal): -11582343 or 7947343. OLE color: 7947343.
HSL color Cylindrical-coordinate representation of color #4F4479: hue angle of 252.45º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F4479 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 68 | 121 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.53 |
| HSL | 252.45º | 0.28% | 0.37% | - |
| HSV(B) | 252.45º | 0.44% | 0.47% | - |
| XYZ | 8.74 | 7.18 | 19.01 | - |
| YUV | 77.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 121 | 0.35 | 0.44 | 0 | 0.53 | 252.45 | 0.28 | 0.37 |
| Hex | 4F | 44 | 79 | 23 | 2C | 0 | 35 | FC | 1C | 25 |
| Octal | 117 | 104 | 171 | 43 | 54 | 0 | 65 | 374 | 34 | 45 |
| Binary | 1001111 | 1000100 | 1111001 | 100011 | 101100 | 0 | 110101 | 11111100 | 11100 | 100101 |
Color Harmonies of #4F4479
Complementary color
Monochromatic Colors of #4F4479
Black with #4F4479
Text Example
Text Example
White with #4F4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4479; }
p { color: rgb(79,68,121); }
H1.HeaderClassName
{
color: #4F4479;
}
.AnyTagClassName
{
color: #4F4479;
}
</style>
background-color css
<style>
a { background-color: #4F4479; }
a { background-color: rgb(79,68,121); }
div.DivClassName
{
background-color: #4F4479;
}
.BgClassName
{
background-color: #4F4479;
}
</style>
border-color css
<style>
span { border-color: #4F4479; }
span { border-color: rgb(79,68,121); }
td.TdClassName
{
border-color: #4F4479;
}
.TagClassName
{
border-color: #4F4479;
}
</style>