Shades of Victoria #4F497F
Tints of Victoria #4F497F
RGB
CMYK
RGB Variations
Color information
#4F497F (or 0x4F497F) is known color: Victoria. HEX triplet: 4F, 49 and 7F. RGB value is (79,73,127). Sum of RGB (Red+Green+Blue) = 79+73+127=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F497F is #B0B680. Grayscale: #505050. Windows color (decimal): -11581057 or 8341839. OLE color: 8341839.
HSL color Cylindrical-coordinate representation of color #4F497F: hue angle of 246.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F497F is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 73 | 127 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.50 |
| HSL | 246.67º | 0.27% | 0.39% | - |
| HSV(B) | 246.67º | 0.43% | 0.5% | - |
| XYZ | 9.44 | 7.96 | 21.12 | - |
| YUV | 80.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 127 | 0.38 | 0.43 | 0 | 0.50 | 246.67 | 0.27 | 0.39 |
| Hex | 4F | 49 | 7F | 26 | 2B | 0 | 32 | F7 | 1B | 27 |
| Octal | 117 | 111 | 177 | 46 | 53 | 0 | 62 | 367 | 33 | 47 |
| Binary | 1001111 | 1001001 | 1111111 | 100110 | 101011 | 0 | 110010 | 11110111 | 11011 | 100111 |
Color Harmonies of #4F497F
Complementary color
Monochromatic Colors of #4F497F
Black with #4F497F
Text Example
Text Example
White with #4F497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F497F; }
p { color: rgb(79,73,127); }
H1.HeaderClassName
{
color: #4F497F;
}
.AnyTagClassName
{
color: #4F497F;
}
</style>
background-color css
<style>
a { background-color: #4F497F; }
a { background-color: rgb(79,73,127); }
div.DivClassName
{
background-color: #4F497F;
}
.BgClassName
{
background-color: #4F497F;
}
</style>
border-color css
<style>
span { border-color: #4F497F; }
span { border-color: rgb(79,73,127); }
td.TdClassName
{
border-color: #4F497F;
}
.TagClassName
{
border-color: #4F497F;
}
</style>