Shades of Victoria #4F497A
Tints of Victoria #4F497A
RGB
CMYK
RGB Variations
Color information
#4F497A (or 0x4F497A) is known color: Victoria. HEX triplet: 4F, 49 and 7A. RGB value is (79,73,122). Sum of RGB (Red+Green+Blue) = 79+73+122=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F497A is #B0B685. Grayscale: #505050. Windows color (decimal): -11581062 or 8014159. OLE color: 8014159.
HSL color Cylindrical-coordinate representation of color #4F497A: hue angle of 247.35º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F497A is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 73 | 122 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.52 |
| HSL | 247.35º | 0.25% | 0.38% | - |
| HSV(B) | 247.35º | 0.4% | 0.48% | - |
| XYZ | 9.12 | 7.83 | 19.44 | - |
| YUV | 80.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 122 | 0.35 | 0.40 | 0 | 0.52 | 247.35 | 0.25 | 0.38 |
| Hex | 4F | 49 | 7A | 23 | 28 | 0 | 34 | F7 | 19 | 26 |
| Octal | 117 | 111 | 172 | 43 | 50 | 0 | 64 | 367 | 31 | 46 |
| Binary | 1001111 | 1001001 | 1111010 | 100011 | 101000 | 0 | 110100 | 11110111 | 11001 | 100110 |
Color Harmonies of #4F497A
Complementary color
Monochromatic Colors of #4F497A
Black with #4F497A
Text Example
Text Example
White with #4F497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F497A; }
p { color: rgb(79,73,122); }
H1.HeaderClassName
{
color: #4F497A;
}
.AnyTagClassName
{
color: #4F497A;
}
</style>
background-color css
<style>
a { background-color: #4F497A; }
a { background-color: rgb(79,73,122); }
div.DivClassName
{
background-color: #4F497A;
}
.BgClassName
{
background-color: #4F497A;
}
</style>
border-color css
<style>
span { border-color: #4F497A; }
span { border-color: rgb(79,73,122); }
td.TdClassName
{
border-color: #4F497A;
}
.TagClassName
{
border-color: #4F497A;
}
</style>