Shades of Victoria #50478C
Tints of Victoria #50478C
RGB
CMYK
RGB Variations
Color information
#50478C (or 0x50478C) is known color: Victoria. HEX triplet: 50, 47 and 8C. RGB value is (80,71,140). Sum of RGB (Red+Green+Blue) = 80+71+140=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #50478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50478C is #AFB873. Grayscale: #515151. Windows color (decimal): -11516020 or 9193296. OLE color: 9193296.
HSL color Cylindrical-coordinate representation of color #50478C: hue angle of 247.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50478C is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 71 | 140 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.45 |
| HSL | 247.83º | 0.33% | 0.41% | - |
| HSV(B) | 247.83º | 0.49% | 0.55% | - |
| XYZ | 10.3 | 8.11 | 25.83 | - |
| YUV | 81.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 140 | 0.43 | 0.49 | 0 | 0.45 | 247.83 | 0.33 | 0.41 |
| Hex | 50 | 47 | 8C | 2B | 31 | 0 | 2D | F8 | 21 | 29 |
| Octal | 120 | 107 | 214 | 53 | 61 | 0 | 55 | 370 | 41 | 51 |
| Binary | 1010000 | 1000111 | 10001100 | 101011 | 110001 | 0 | 101101 | 11111000 | 100001 | 101001 |
Color Harmonies of #50478C
Complementary color
Monochromatic Colors of #50478C
Black with #50478C
Text Example
Text Example
White with #50478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50478C; }
p { color: rgb(80,71,140); }
H1.HeaderClassName
{
color: #50478C;
}
.AnyTagClassName
{
color: #50478C;
}
</style>
background-color css
<style>
a { background-color: #50478C; }
a { background-color: rgb(80,71,140); }
div.DivClassName
{
background-color: #50478C;
}
.BgClassName
{
background-color: #50478C;
}
</style>
border-color css
<style>
span { border-color: #50478C; }
span { border-color: rgb(80,71,140); }
td.TdClassName
{
border-color: #50478C;
}
.TagClassName
{
border-color: #50478C;
}
</style>