Shades of Victoria #504476
Tints of Victoria #504476
RGB
CMYK
RGB Variations
Color information
#504476 (or 0x504476) is known color: Victoria. HEX triplet: 50, 44 and 76. RGB value is (80,68,118). Sum of RGB (Red+Green+Blue) = 80+68+118=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #504476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504476 is #AFBB89. Grayscale: #4D4D4D. Windows color (decimal): -11516810 or 7750736. OLE color: 7750736.
HSL color Cylindrical-coordinate representation of color #504476: hue angle of 254.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504476 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 68 | 118 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.54 |
| HSL | 254.4º | 0.27% | 0.36% | - |
| HSV(B) | 254.4º | 0.42% | 0.46% | - |
| XYZ | 8.65 | 7.15 | 18.06 | - |
| YUV | 77.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 118 | 0.32 | 0.42 | 0 | 0.54 | 254.4 | 0.27 | 0.36 |
| Hex | 50 | 44 | 76 | 20 | 2A | 0 | 36 | FE | 1B | 24 |
| Octal | 120 | 104 | 166 | 40 | 52 | 0 | 66 | 376 | 33 | 44 |
| Binary | 1010000 | 1000100 | 1110110 | 100000 | 101010 | 0 | 110110 | 11111110 | 11011 | 100100 |
Color Harmonies of #504476
Complementary color
Monochromatic Colors of #504476
Black with #504476
Text Example
Text Example
White with #504476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504476; }
p { color: rgb(80,68,118); }
H1.HeaderClassName
{
color: #504476;
}
.AnyTagClassName
{
color: #504476;
}
</style>
background-color css
<style>
a { background-color: #504476; }
a { background-color: rgb(80,68,118); }
div.DivClassName
{
background-color: #504476;
}
.BgClassName
{
background-color: #504476;
}
</style>
border-color css
<style>
span { border-color: #504476; }
span { border-color: rgb(80,68,118); }
td.TdClassName
{
border-color: #504476;
}
.TagClassName
{
border-color: #504476;
}
</style>