Shades of Victoria #4F4577
Tints of Victoria #4F4577
RGB
CMYK
RGB Variations
Color information
#4F4577 (or 0x4F4577) is known color: Victoria. HEX triplet: 4F, 45 and 77. RGB value is (79,69,119). Sum of RGB (Red+Green+Blue) = 79+69+119=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F4577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4577 is #B0BA88. Grayscale: #4D4D4D. Windows color (decimal): -11582089 or 7816527. OLE color: 7816527.
HSL color Cylindrical-coordinate representation of color #4F4577: hue angle of 252º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F4577 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 69 | 119 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.53 |
| HSL | 252º | 0.27% | 0.37% | - |
| HSV(B) | 252º | 0.42% | 0.47% | - |
| XYZ | 8.68 | 7.25 | 18.39 | - |
| YUV | 77.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 119 | 0.34 | 0.42 | 0 | 0.53 | 252 | 0.27 | 0.37 |
| Hex | 4F | 45 | 77 | 22 | 2A | 0 | 35 | FC | 1B | 25 |
| Octal | 117 | 105 | 167 | 42 | 52 | 0 | 65 | 374 | 33 | 45 |
| Binary | 1001111 | 1000101 | 1110111 | 100010 | 101010 | 0 | 110101 | 11111100 | 11011 | 100101 |
Color Harmonies of #4F4577
Complementary color
Monochromatic Colors of #4F4577
Black with #4F4577
Text Example
Text Example
White with #4F4577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4577; }
p { color: rgb(79,69,119); }
H1.HeaderClassName
{
color: #4F4577;
}
.AnyTagClassName
{
color: #4F4577;
}
</style>
background-color css
<style>
a { background-color: #4F4577; }
a { background-color: rgb(79,69,119); }
div.DivClassName
{
background-color: #4F4577;
}
.BgClassName
{
background-color: #4F4577;
}
</style>
border-color css
<style>
span { border-color: #4F4577; }
span { border-color: rgb(79,69,119); }
td.TdClassName
{
border-color: #4F4577;
}
.TagClassName
{
border-color: #4F4577;
}
</style>