Shades of Victoria #4F4680
Tints of Victoria #4F4680
RGB
CMYK
RGB Variations
Color information
#4F4680 (or 0x4F4680) is known color: Victoria. HEX triplet: 4F, 46 and 80. RGB value is (79,70,128). Sum of RGB (Red+Green+Blue) = 79+70+128=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #4F4680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4680 is #B0B97F. Grayscale: #4F4F4F. Windows color (decimal): -11581824 or 8406607. OLE color: 8406607.
HSL color Cylindrical-coordinate representation of color #4F4680: hue angle of 249.31º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F4680 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 70 | 128 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.50 |
| HSL | 249.31º | 0.29% | 0.39% | - |
| HSV(B) | 249.31º | 0.45% | 0.5% | - |
| XYZ | 9.31 | 7.6 | 21.4 | - |
| YUV | 79.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 128 | 0.38 | 0.45 | 0 | 0.50 | 249.31 | 0.29 | 0.39 |
| Hex | 4F | 46 | 80 | 26 | 2D | 0 | 32 | F9 | 1D | 27 |
| Octal | 117 | 106 | 200 | 46 | 55 | 0 | 62 | 371 | 35 | 47 |
| Binary | 1001111 | 1000110 | 10000000 | 100110 | 101101 | 0 | 110010 | 11111001 | 11101 | 100111 |
Color Harmonies of #4F4680
Complementary color
Monochromatic Colors of #4F4680
Black with #4F4680
Text Example
Text Example
White with #4F4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4680; }
p { color: rgb(79,70,128); }
H1.HeaderClassName
{
color: #4F4680;
}
.AnyTagClassName
{
color: #4F4680;
}
</style>
background-color css
<style>
a { background-color: #4F4680; }
a { background-color: rgb(79,70,128); }
div.DivClassName
{
background-color: #4F4680;
}
.BgClassName
{
background-color: #4F4680;
}
</style>
border-color css
<style>
span { border-color: #4F4680; }
span { border-color: rgb(79,70,128); }
td.TdClassName
{
border-color: #4F4680;
}
.TagClassName
{
border-color: #4F4680;
}
</style>