Shades of Victoria #4F4873
Tints of Victoria #4F4873
RGB
CMYK
RGB Variations
Color information
#4F4873 (or 0x4F4873) is known color: Victoria. HEX triplet: 4F, 48 and 73. RGB value is (79,72,115). Sum of RGB (Red+Green+Blue) = 79+72+115=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F4873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4873 is #B0B78C. Grayscale: #4E4E4E. Windows color (decimal): -11581325 or 7555151. OLE color: 7555151.
HSL color Cylindrical-coordinate representation of color #4F4873: hue angle of 249.77º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F4873 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 72 | 115 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.55 |
| HSL | 249.77º | 0.23% | 0.37% | - |
| HSV(B) | 249.77º | 0.37% | 0.45% | - |
| XYZ | 8.64 | 7.53 | 17.22 | - |
| YUV | 79 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 115 | 0.31 | 0.37 | 0 | 0.55 | 249.77 | 0.23 | 0.37 |
| Hex | 4F | 48 | 73 | 1F | 25 | 0 | 37 | FA | 17 | 25 |
| Octal | 117 | 110 | 163 | 37 | 45 | 0 | 67 | 372 | 27 | 45 |
| Binary | 1001111 | 1001000 | 1110011 | 11111 | 100101 | 0 | 110111 | 11111010 | 10111 | 100101 |
Color Harmonies of #4F4873
Complementary color
Monochromatic Colors of #4F4873
Black with #4F4873
Text Example
Text Example
White with #4F4873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4873; }
p { color: rgb(79,72,115); }
H1.HeaderClassName
{
color: #4F4873;
}
.AnyTagClassName
{
color: #4F4873;
}
</style>
background-color css
<style>
a { background-color: #4F4873; }
a { background-color: rgb(79,72,115); }
div.DivClassName
{
background-color: #4F4873;
}
.BgClassName
{
background-color: #4F4873;
}
</style>
border-color css
<style>
span { border-color: #4F4873; }
span { border-color: rgb(79,72,115); }
td.TdClassName
{
border-color: #4F4873;
}
.TagClassName
{
border-color: #4F4873;
}
</style>