Shades of Victoria #4C427B
Tints of Victoria #4C427B
RGB
CMYK
RGB Variations
Color information
#4C427B (or 0x4C427B) is known color: Victoria. HEX triplet: 4C, 42 and 7B. RGB value is (76,66,123). Sum of RGB (Red+Green+Blue) = 76+66+123=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C427B is #B3BD84. Grayscale: #4B4B4B. Windows color (decimal): -11779461 or 8077900. OLE color: 8077900.
HSL color Cylindrical-coordinate representation of color #4C427B: hue angle of 250.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C427B is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 66 | 123 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.52 |
| HSL | 250.53º | 0.3% | 0.37% | - |
| HSV(B) | 250.53º | 0.46% | 0.48% | - |
| XYZ | 8.5 | 6.86 | 19.62 | - |
| YUV | 75.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 123 | 0.38 | 0.46 | 0 | 0.52 | 250.53 | 0.3 | 0.37 |
| Hex | 4C | 42 | 7B | 26 | 2E | 0 | 34 | FB | 1E | 25 |
| Octal | 114 | 102 | 173 | 46 | 56 | 0 | 64 | 373 | 36 | 45 |
| Binary | 1001100 | 1000010 | 1111011 | 100110 | 101110 | 0 | 110100 | 11111011 | 11110 | 100101 |
Color Harmonies of #4C427B
Complementary color
Monochromatic Colors of #4C427B
Black with #4C427B
Text Example
Text Example
White with #4C427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C427B; }
p { color: rgb(76,66,123); }
H1.HeaderClassName
{
color: #4C427B;
}
.AnyTagClassName
{
color: #4C427B;
}
</style>
background-color css
<style>
a { background-color: #4C427B; }
a { background-color: rgb(76,66,123); }
div.DivClassName
{
background-color: #4C427B;
}
.BgClassName
{
background-color: #4C427B;
}
</style>
border-color css
<style>
span { border-color: #4C427B; }
span { border-color: rgb(76,66,123); }
td.TdClassName
{
border-color: #4C427B;
}
.TagClassName
{
border-color: #4C427B;
}
</style>