Shades of Victoria #4C4377
Tints of Victoria #4C4377
RGB
CMYK
RGB Variations
Color information
#4C4377 (or 0x4C4377) is known color: Victoria. HEX triplet: 4C, 43 and 77. RGB value is (76,67,119). Sum of RGB (Red+Green+Blue) = 76+67+119=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4377 is #B3BC88. Grayscale: #4B4B4B. Windows color (decimal): -11779209 or 7816012. OLE color: 7816012.
HSL color Cylindrical-coordinate representation of color #4C4377: hue angle of 250.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C4377 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 67 | 119 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.53 |
| HSL | 250.38º | 0.28% | 0.36% | - |
| HSV(B) | 250.38º | 0.44% | 0.47% | - |
| XYZ | 8.32 | 6.88 | 18.34 | - |
| YUV | 75.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 119 | 0.36 | 0.44 | 0 | 0.53 | 250.38 | 0.28 | 0.36 |
| Hex | 4C | 43 | 77 | 24 | 2C | 0 | 35 | FA | 1C | 24 |
| Octal | 114 | 103 | 167 | 44 | 54 | 0 | 65 | 372 | 34 | 44 |
| Binary | 1001100 | 1000011 | 1110111 | 100100 | 101100 | 0 | 110101 | 11111010 | 11100 | 100100 |
Color Harmonies of #4C4377
Complementary color
Monochromatic Colors of #4C4377
Black with #4C4377
Text Example
Text Example
White with #4C4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4377; }
p { color: rgb(76,67,119); }
H1.HeaderClassName
{
color: #4C4377;
}
.AnyTagClassName
{
color: #4C4377;
}
</style>
background-color css
<style>
a { background-color: #4C4377; }
a { background-color: rgb(76,67,119); }
div.DivClassName
{
background-color: #4C4377;
}
.BgClassName
{
background-color: #4C4377;
}
</style>
border-color css
<style>
span { border-color: #4C4377; }
span { border-color: rgb(76,67,119); }
td.TdClassName
{
border-color: #4C4377;
}
.TagClassName
{
border-color: #4C4377;
}
</style>