Shades of Victoria #50477B
Tints of Victoria #50477B
RGB
CMYK
RGB Variations
Color information
#50477B (or 0x50477B) is known color: Victoria. HEX triplet: 50, 47 and 7B. RGB value is (80,71,123). Sum of RGB (Red+Green+Blue) = 80+71+123=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #50477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50477B is #AFB884. Grayscale: #4F4F4F. Windows color (decimal): -11516037 or 8079184. OLE color: 8079184.
HSL color Cylindrical-coordinate representation of color #50477B: hue angle of 250.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50477B is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 71 | 123 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.52 |
| HSL | 250.38º | 0.27% | 0.38% | - |
| HSV(B) | 250.38º | 0.42% | 0.48% | - |
| XYZ | 9.14 | 7.64 | 19.73 | - |
| YUV | 79.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 123 | 0.35 | 0.42 | 0 | 0.52 | 250.38 | 0.27 | 0.38 |
| Hex | 50 | 47 | 7B | 23 | 2A | 0 | 34 | FA | 1B | 26 |
| Octal | 120 | 107 | 173 | 43 | 52 | 0 | 64 | 372 | 33 | 46 |
| Binary | 1010000 | 1000111 | 1111011 | 100011 | 101010 | 0 | 110100 | 11111010 | 11011 | 100110 |
Color Harmonies of #50477B
Complementary color
Monochromatic Colors of #50477B
Black with #50477B
Text Example
Text Example
White with #50477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50477B; }
p { color: rgb(80,71,123); }
H1.HeaderClassName
{
color: #50477B;
}
.AnyTagClassName
{
color: #50477B;
}
</style>
background-color css
<style>
a { background-color: #50477B; }
a { background-color: rgb(80,71,123); }
div.DivClassName
{
background-color: #50477B;
}
.BgClassName
{
background-color: #50477B;
}
</style>
border-color css
<style>
span { border-color: #50477B; }
span { border-color: rgb(80,71,123); }
td.TdClassName
{
border-color: #50477B;
}
.TagClassName
{
border-color: #50477B;
}
</style>