Shades of Victoria #50468B
Tints of Victoria #50468B
RGB
CMYK
RGB Variations
Color information
#50468B (or 0x50468B) is known color: Victoria. HEX triplet: 50, 46 and 8B. RGB value is (80,70,139). Sum of RGB (Red+Green+Blue) = 80+70+139=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #50468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50468B is #AFB974. Grayscale: #505050. Windows color (decimal): -11516277 or 9127504. OLE color: 9127504.
HSL color Cylindrical-coordinate representation of color #50468B: hue angle of 248.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50468B is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 70 | 139 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.45 |
| HSL | 248.7º | 0.33% | 0.41% | - |
| HSV(B) | 248.7º | 0.5% | 0.55% | - |
| XYZ | 10.16 | 7.95 | 25.43 | - |
| YUV | 80.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 139 | 0.42 | 0.50 | 0 | 0.45 | 248.7 | 0.33 | 0.41 |
| Hex | 50 | 46 | 8B | 2A | 32 | 0 | 2D | F9 | 21 | 29 |
| Octal | 120 | 106 | 213 | 52 | 62 | 0 | 55 | 371 | 41 | 51 |
| Binary | 1010000 | 1000110 | 10001011 | 101010 | 110010 | 0 | 101101 | 11111001 | 100001 | 101001 |
Color Harmonies of #50468B
Complementary color
Monochromatic Colors of #50468B
Black with #50468B
Text Example
Text Example
White with #50468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50468B; }
p { color: rgb(80,70,139); }
H1.HeaderClassName
{
color: #50468B;
}
.AnyTagClassName
{
color: #50468B;
}
</style>
background-color css
<style>
a { background-color: #50468B; }
a { background-color: rgb(80,70,139); }
div.DivClassName
{
background-color: #50468B;
}
.BgClassName
{
background-color: #50468B;
}
</style>
border-color css
<style>
span { border-color: #50468B; }
span { border-color: rgb(80,70,139); }
td.TdClassName
{
border-color: #50468B;
}
.TagClassName
{
border-color: #50468B;
}
</style>