Shades of Victoria #50498F
Tints of Victoria #50498F
RGB
CMYK
RGB Variations
Color information
#50498F (or 0x50498F) is known color: Victoria. HEX triplet: 50, 49 and 8F. RGB value is (80,73,143). Sum of RGB (Red+Green+Blue) = 80+73+143=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #50498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50498F is #AFB670. Grayscale: #525252. Windows color (decimal): -11515505 or 9390416. OLE color: 9390416.
HSL color Cylindrical-coordinate representation of color #50498F: hue angle of 246º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50498F is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 73 | 143 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.44 |
| HSL | 246º | 0.32% | 0.42% | - |
| HSV(B) | 246º | 0.49% | 0.56% | - |
| XYZ | 10.65 | 8.45 | 27.06 | - |
| YUV | 83.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 143 | 0.44 | 0.49 | 0 | 0.44 | 246 | 0.32 | 0.42 |
| Hex | 50 | 49 | 8F | 2C | 31 | 0 | 2C | F6 | 20 | 2A |
| Octal | 120 | 111 | 217 | 54 | 61 | 0 | 54 | 366 | 40 | 52 |
| Binary | 1010000 | 1001001 | 10001111 | 101100 | 110001 | 0 | 101100 | 11110110 | 100000 | 101010 |
Color Harmonies of #50498F
Complementary color
Monochromatic Colors of #50498F
Black with #50498F
Text Example
Text Example
White with #50498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50498F; }
p { color: rgb(80,73,143); }
H1.HeaderClassName
{
color: #50498F;
}
.AnyTagClassName
{
color: #50498F;
}
</style>
background-color css
<style>
a { background-color: #50498F; }
a { background-color: rgb(80,73,143); }
div.DivClassName
{
background-color: #50498F;
}
.BgClassName
{
background-color: #50498F;
}
</style>
border-color css
<style>
span { border-color: #50498F; }
span { border-color: rgb(80,73,143); }
td.TdClassName
{
border-color: #50498F;
}
.TagClassName
{
border-color: #50498F;
}
</style>