Shades of Victoria #4C477F
Tints of Victoria #4C477F
RGB
CMYK
RGB Variations
Color information
#4C477F (or 0x4C477F) is known color: Victoria. HEX triplet: 4C, 47 and 7F. RGB value is (76,71,127). Sum of RGB (Red+Green+Blue) = 76+71+127=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C477F is #B3B880. Grayscale: #4E4E4E. Windows color (decimal): -11778177 or 8341324. OLE color: 8341324.
HSL color Cylindrical-coordinate representation of color #4C477F: hue angle of 245.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C477F is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 71 | 127 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.50 |
| HSL | 245.36º | 0.28% | 0.39% | - |
| HSV(B) | 245.36º | 0.44% | 0.5% | - |
| XYZ | 9.06 | 7.58 | 21.06 | - |
| YUV | 78.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 127 | 0.40 | 0.44 | 0 | 0.50 | 245.36 | 0.28 | 0.39 |
| Hex | 4C | 47 | 7F | 28 | 2C | 0 | 32 | F5 | 1C | 27 |
| Octal | 114 | 107 | 177 | 50 | 54 | 0 | 62 | 365 | 34 | 47 |
| Binary | 1001100 | 1000111 | 1111111 | 101000 | 101100 | 0 | 110010 | 11110101 | 11100 | 100111 |
Color Harmonies of #4C477F
Complementary color
Monochromatic Colors of #4C477F
Black with #4C477F
Text Example
Text Example
White with #4C477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C477F; }
p { color: rgb(76,71,127); }
H1.HeaderClassName
{
color: #4C477F;
}
.AnyTagClassName
{
color: #4C477F;
}
</style>
background-color css
<style>
a { background-color: #4C477F; }
a { background-color: rgb(76,71,127); }
div.DivClassName
{
background-color: #4C477F;
}
.BgClassName
{
background-color: #4C477F;
}
</style>
border-color css
<style>
span { border-color: #4C477F; }
span { border-color: rgb(76,71,127); }
td.TdClassName
{
border-color: #4C477F;
}
.TagClassName
{
border-color: #4C477F;
}
</style>