Shades of Victoria #4F4773
Tints of Victoria #4F4773
RGB
CMYK
RGB Variations
Color information
#4F4773 (or 0x4F4773) is known color: Victoria. HEX triplet: 4F, 47 and 73. RGB value is (79,71,115). Sum of RGB (Red+Green+Blue) = 79+71+115=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F4773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4773 is #B0B88C. Grayscale: #4E4E4E. Windows color (decimal): -11581581 or 7554895. OLE color: 7554895.
HSL color Cylindrical-coordinate representation of color #4F4773: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F4773 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 71 | 115 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.55 |
| HSL | 250.91º | 0.24% | 0.36% | - |
| HSV(B) | 250.91º | 0.38% | 0.45% | - |
| XYZ | 8.57 | 7.41 | 17.2 | - |
| YUV | 78.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 115 | 0.31 | 0.38 | 0 | 0.55 | 250.91 | 0.24 | 0.36 |
| Hex | 4F | 47 | 73 | 1F | 26 | 0 | 37 | FB | 18 | 24 |
| Octal | 117 | 107 | 163 | 37 | 46 | 0 | 67 | 373 | 30 | 44 |
| Binary | 1001111 | 1000111 | 1110011 | 11111 | 100110 | 0 | 110111 | 11111011 | 11000 | 100100 |
Color Harmonies of #4F4773
Complementary color
Monochromatic Colors of #4F4773
Black with #4F4773
Text Example
Text Example
White with #4F4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4773; }
p { color: rgb(79,71,115); }
H1.HeaderClassName
{
color: #4F4773;
}
.AnyTagClassName
{
color: #4F4773;
}
</style>
background-color css
<style>
a { background-color: #4F4773; }
a { background-color: rgb(79,71,115); }
div.DivClassName
{
background-color: #4F4773;
}
.BgClassName
{
background-color: #4F4773;
}
</style>
border-color css
<style>
span { border-color: #4F4773; }
span { border-color: rgb(79,71,115); }
td.TdClassName
{
border-color: #4F4773;
}
.TagClassName
{
border-color: #4F4773;
}
</style>