Shades of Victoria #4F477E
Tints of Victoria #4F477E
RGB
CMYK
RGB Variations
Color information
#4F477E (or 0x4F477E) is known color: Victoria. HEX triplet: 4F, 47 and 7E. RGB value is (79,71,126). Sum of RGB (Red+Green+Blue) = 79+71+126=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F477E is #B0B881. Grayscale: #4F4F4F. Windows color (decimal): -11581570 or 8275791. OLE color: 8275791.
HSL color Cylindrical-coordinate representation of color #4F477E: hue angle of 248.73º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F477E is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 71 | 126 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.51 |
| HSL | 248.73º | 0.28% | 0.39% | - |
| HSV(B) | 248.73º | 0.44% | 0.49% | - |
| XYZ | 9.24 | 7.68 | 20.73 | - |
| YUV | 79.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 126 | 0.37 | 0.44 | 0 | 0.51 | 248.73 | 0.28 | 0.39 |
| Hex | 4F | 47 | 7E | 25 | 2C | 0 | 33 | F9 | 1C | 27 |
| Octal | 117 | 107 | 176 | 45 | 54 | 0 | 63 | 371 | 34 | 47 |
| Binary | 1001111 | 1000111 | 1111110 | 100101 | 101100 | 0 | 110011 | 11111001 | 11100 | 100111 |
Color Harmonies of #4F477E
Complementary color
Monochromatic Colors of #4F477E
Black with #4F477E
Text Example
Text Example
White with #4F477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F477E; }
p { color: rgb(79,71,126); }
H1.HeaderClassName
{
color: #4F477E;
}
.AnyTagClassName
{
color: #4F477E;
}
</style>
background-color css
<style>
a { background-color: #4F477E; }
a { background-color: rgb(79,71,126); }
div.DivClassName
{
background-color: #4F477E;
}
.BgClassName
{
background-color: #4F477E;
}
</style>
border-color css
<style>
span { border-color: #4F477E; }
span { border-color: rgb(79,71,126); }
td.TdClassName
{
border-color: #4F477E;
}
.TagClassName
{
border-color: #4F477E;
}
</style>