Shades of Victoria #4F4880
Tints of Victoria #4F4880
RGB
CMYK
RGB Variations
Color information
#4F4880 (or 0x4F4880) is known color: Victoria. HEX triplet: 4F, 48 and 80. RGB value is (79,72,128). Sum of RGB (Red+Green+Blue) = 79+72+128=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #4F4880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4880 is #B0B77F. Grayscale: #505050. Windows color (decimal): -11581312 or 8407119. OLE color: 8407119.
HSL color Cylindrical-coordinate representation of color #4F4880: hue angle of 247.5º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F4880 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 72 | 128 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.50 |
| HSL | 247.5º | 0.28% | 0.39% | - |
| HSV(B) | 247.5º | 0.44% | 0.5% | - |
| XYZ | 9.44 | 7.86 | 21.44 | - |
| YUV | 80.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 128 | 0.38 | 0.44 | 0 | 0.50 | 247.5 | 0.28 | 0.39 |
| Hex | 4F | 48 | 80 | 26 | 2C | 0 | 32 | F8 | 1C | 27 |
| Octal | 117 | 110 | 200 | 46 | 54 | 0 | 62 | 370 | 34 | 47 |
| Binary | 1001111 | 1001000 | 10000000 | 100110 | 101100 | 0 | 110010 | 11111000 | 11100 | 100111 |
Color Harmonies of #4F4880
Complementary color
Monochromatic Colors of #4F4880
Black with #4F4880
Text Example
Text Example
White with #4F4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4880; }
p { color: rgb(79,72,128); }
H1.HeaderClassName
{
color: #4F4880;
}
.AnyTagClassName
{
color: #4F4880;
}
</style>
background-color css
<style>
a { background-color: #4F4880; }
a { background-color: rgb(79,72,128); }
div.DivClassName
{
background-color: #4F4880;
}
.BgClassName
{
background-color: #4F4880;
}
</style>
border-color css
<style>
span { border-color: #4F4880; }
span { border-color: rgb(79,72,128); }
td.TdClassName
{
border-color: #4F4880;
}
.TagClassName
{
border-color: #4F4880;
}
</style>