Shades of Victoria #4F4782
Tints of Victoria #4F4782
RGB
CMYK
RGB Variations
Color information
#4F4782 (or 0x4F4782) is known color: Victoria. HEX triplet: 4F, 47 and 82. RGB value is (79,71,130). Sum of RGB (Red+Green+Blue) = 79+71+130=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4782 is #B0B87D. Grayscale: #4F4F4F. Windows color (decimal): -11581566 or 8537935. OLE color: 8537935.
HSL color Cylindrical-coordinate representation of color #4F4782: hue angle of 248.14º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F4782 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 71 | 130 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.49 |
| HSL | 248.14º | 0.29% | 0.39% | - |
| HSV(B) | 248.14º | 0.45% | 0.51% | - |
| XYZ | 9.51 | 7.78 | 22.12 | - |
| YUV | 80.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 130 | 0.39 | 0.45 | 0 | 0.49 | 248.14 | 0.29 | 0.39 |
| Hex | 4F | 47 | 82 | 27 | 2D | 0 | 31 | F8 | 1D | 27 |
| Octal | 117 | 107 | 202 | 47 | 55 | 0 | 61 | 370 | 35 | 47 |
| Binary | 1001111 | 1000111 | 10000010 | 100111 | 101101 | 0 | 110001 | 11111000 | 11101 | 100111 |
Color Harmonies of #4F4782
Complementary color
Monochromatic Colors of #4F4782
Black with #4F4782
Text Example
Text Example
White with #4F4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4782; }
p { color: rgb(79,71,130); }
H1.HeaderClassName
{
color: #4F4782;
}
.AnyTagClassName
{
color: #4F4782;
}
</style>
background-color css
<style>
a { background-color: #4F4782; }
a { background-color: rgb(79,71,130); }
div.DivClassName
{
background-color: #4F4782;
}
.BgClassName
{
background-color: #4F4782;
}
</style>
border-color css
<style>
span { border-color: #4F4782; }
span { border-color: rgb(79,71,130); }
td.TdClassName
{
border-color: #4F4782;
}
.TagClassName
{
border-color: #4F4782;
}
</style>