Shades of Victoria #4F4875
Tints of Victoria #4F4875
RGB
CMYK
RGB Variations
Color information
#4F4875 (or 0x4F4875) is known color: Victoria. HEX triplet: 4F, 48 and 75. RGB value is (79,72,117). Sum of RGB (Red+Green+Blue) = 79+72+117=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F4875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4875 is #B0B78A. Grayscale: #4F4F4F. Windows color (decimal): -11581323 or 7686223. OLE color: 7686223.
HSL color Cylindrical-coordinate representation of color #4F4875: hue angle of 249.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F4875 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 72 | 117 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.54 |
| HSL | 249.33º | 0.24% | 0.37% | - |
| HSV(B) | 249.33º | 0.38% | 0.46% | - |
| XYZ | 8.75 | 7.58 | 17.83 | - |
| YUV | 79.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 117 | 0.32 | 0.38 | 0 | 0.54 | 249.33 | 0.24 | 0.37 |
| Hex | 4F | 48 | 75 | 20 | 26 | 0 | 36 | F9 | 18 | 25 |
| Octal | 117 | 110 | 165 | 40 | 46 | 0 | 66 | 371 | 30 | 45 |
| Binary | 1001111 | 1001000 | 1110101 | 100000 | 100110 | 0 | 110110 | 11111001 | 11000 | 100101 |
Color Harmonies of #4F4875
Complementary color
Monochromatic Colors of #4F4875
Black with #4F4875
Text Example
Text Example
White with #4F4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4875; }
p { color: rgb(79,72,117); }
H1.HeaderClassName
{
color: #4F4875;
}
.AnyTagClassName
{
color: #4F4875;
}
</style>
background-color css
<style>
a { background-color: #4F4875; }
a { background-color: rgb(79,72,117); }
div.DivClassName
{
background-color: #4F4875;
}
.BgClassName
{
background-color: #4F4875;
}
</style>
border-color css
<style>
span { border-color: #4F4875; }
span { border-color: rgb(79,72,117); }
td.TdClassName
{
border-color: #4F4875;
}
.TagClassName
{
border-color: #4F4875;
}
</style>