Shades of Victoria #4F4476
Tints of Victoria #4F4476
RGB
CMYK
RGB Variations
Color information
#4F4476 (or 0x4F4476) is known color: Victoria. HEX triplet: 4F, 44 and 76. RGB value is (79,68,118). Sum of RGB (Red+Green+Blue) = 79+68+118=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F4476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4476 is #B0BB89. Grayscale: #4C4C4C. Windows color (decimal): -11582346 or 7750735. OLE color: 7750735.
HSL color Cylindrical-coordinate representation of color #4F4476: hue angle of 253.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F4476 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 68 | 118 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.54 |
| HSL | 253.2º | 0.27% | 0.36% | - |
| HSV(B) | 253.2º | 0.42% | 0.46% | - |
| XYZ | 8.56 | 7.1 | 18.06 | - |
| YUV | 76.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 118 | 0.33 | 0.42 | 0 | 0.54 | 253.2 | 0.27 | 0.36 |
| Hex | 4F | 44 | 76 | 21 | 2A | 0 | 36 | FD | 1B | 24 |
| Octal | 117 | 104 | 166 | 41 | 52 | 0 | 66 | 375 | 33 | 44 |
| Binary | 1001111 | 1000100 | 1110110 | 100001 | 101010 | 0 | 110110 | 11111101 | 11011 | 100100 |
Color Harmonies of #4F4476
Complementary color
Monochromatic Colors of #4F4476
Black with #4F4476
Text Example
Text Example
White with #4F4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4476; }
p { color: rgb(79,68,118); }
H1.HeaderClassName
{
color: #4F4476;
}
.AnyTagClassName
{
color: #4F4476;
}
</style>
background-color css
<style>
a { background-color: #4F4476; }
a { background-color: rgb(79,68,118); }
div.DivClassName
{
background-color: #4F4476;
}
.BgClassName
{
background-color: #4F4476;
}
</style>
border-color css
<style>
span { border-color: #4F4476; }
span { border-color: rgb(79,68,118); }
td.TdClassName
{
border-color: #4F4476;
}
.TagClassName
{
border-color: #4F4476;
}
</style>