Shades of Victoria #4C487D
Tints of Victoria #4C487D
RGB
CMYK
RGB Variations
Color information
#4C487D (or 0x4C487D) is known color: Victoria. HEX triplet: 4C, 48 and 7D. RGB value is (76,72,125). Sum of RGB (Red+Green+Blue) = 76+72+125=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C487D is #B3B782. Grayscale: #4F4F4F. Windows color (decimal): -11777923 or 8210508. OLE color: 8210508.
HSL color Cylindrical-coordinate representation of color #4C487D: hue angle of 244.53º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C487D is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 72 | 125 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.51 |
| HSL | 244.53º | 0.27% | 0.39% | - |
| HSV(B) | 244.53º | 0.42% | 0.49% | - |
| XYZ | 9 | 7.65 | 20.4 | - |
| YUV | 79.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 125 | 0.39 | 0.42 | 0 | 0.51 | 244.53 | 0.27 | 0.39 |
| Hex | 4C | 48 | 7D | 27 | 2A | 0 | 33 | F5 | 1B | 27 |
| Octal | 114 | 110 | 175 | 47 | 52 | 0 | 63 | 365 | 33 | 47 |
| Binary | 1001100 | 1001000 | 1111101 | 100111 | 101010 | 0 | 110011 | 11110101 | 11011 | 100111 |
Color Harmonies of #4C487D
Complementary color
Monochromatic Colors of #4C487D
Black with #4C487D
Text Example
Text Example
White with #4C487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C487D; }
p { color: rgb(76,72,125); }
H1.HeaderClassName
{
color: #4C487D;
}
.AnyTagClassName
{
color: #4C487D;
}
</style>
background-color css
<style>
a { background-color: #4C487D; }
a { background-color: rgb(76,72,125); }
div.DivClassName
{
background-color: #4C487D;
}
.BgClassName
{
background-color: #4C487D;
}
</style>
border-color css
<style>
span { border-color: #4C487D; }
span { border-color: rgb(76,72,125); }
td.TdClassName
{
border-color: #4C487D;
}
.TagClassName
{
border-color: #4C487D;
}
</style>