Shades of Victoria #504A79
Tints of Victoria #504A79
RGB
CMYK
RGB Variations
Color information
#504A79 (or 0x504A79) is known color: Victoria. HEX triplet: 50, 4A and 79. RGB value is (80,74,121). Sum of RGB (Red+Green+Blue) = 80+74+121=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #504A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A79 is #AFB586. Grayscale: #505050. Windows color (decimal): -11515271 or 7948880. OLE color: 7948880.
HSL color Cylindrical-coordinate representation of color #504A79: hue angle of 247.66º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504A79 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 74 | 121 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.53 |
| HSL | 247.66º | 0.24% | 0.38% | - |
| HSV(B) | 247.66º | 0.39% | 0.47% | - |
| XYZ | 9.21 | 7.98 | 19.14 | - |
| YUV | 81.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 121 | 0.34 | 0.39 | 0 | 0.53 | 247.66 | 0.24 | 0.38 |
| Hex | 50 | 4A | 79 | 22 | 27 | 0 | 35 | F8 | 18 | 26 |
| Octal | 120 | 112 | 171 | 42 | 47 | 0 | 65 | 370 | 30 | 46 |
| Binary | 1010000 | 1001010 | 1111001 | 100010 | 100111 | 0 | 110101 | 11111000 | 11000 | 100110 |
Color Harmonies of #504A79
Complementary color
Monochromatic Colors of #504A79
Black with #504A79
Text Example
Text Example
White with #504A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A79; }
p { color: rgb(80,74,121); }
H1.HeaderClassName
{
color: #504A79;
}
.AnyTagClassName
{
color: #504A79;
}
</style>
background-color css
<style>
a { background-color: #504A79; }
a { background-color: rgb(80,74,121); }
div.DivClassName
{
background-color: #504A79;
}
.BgClassName
{
background-color: #504A79;
}
</style>
border-color css
<style>
span { border-color: #504A79; }
span { border-color: rgb(80,74,121); }
td.TdClassName
{
border-color: #504A79;
}
.TagClassName
{
border-color: #504A79;
}
</style>