Shades of Victoria #4B4279
Tints of Victoria #4B4279
RGB
CMYK
RGB Variations
Color information
#4B4279 (or 0x4B4279) is known color: Victoria. HEX triplet: 4B, 42 and 79. RGB value is (75,66,121). Sum of RGB (Red+Green+Blue) = 75+66+121=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B4279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4279 is #B4BD86. Grayscale: #4A4A4A. Windows color (decimal): -11844999 or 7946827. OLE color: 7946827.
HSL color Cylindrical-coordinate representation of color #4B4279: hue angle of 249.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4279 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 66 | 121 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.53 |
| HSL | 249.82º | 0.29% | 0.37% | - |
| HSV(B) | 249.82º | 0.45% | 0.47% | - |
| XYZ | 8.3 | 6.77 | 18.96 | - |
| YUV | 74.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 121 | 0.38 | 0.45 | 0 | 0.53 | 249.82 | 0.29 | 0.37 |
| Hex | 4B | 42 | 79 | 26 | 2D | 0 | 35 | FA | 1D | 25 |
| Octal | 113 | 102 | 171 | 46 | 55 | 0 | 65 | 372 | 35 | 45 |
| Binary | 1001011 | 1000010 | 1111001 | 100110 | 101101 | 0 | 110101 | 11111010 | 11101 | 100101 |
Color Harmonies of #4B4279
Complementary color
Monochromatic Colors of #4B4279
Black with #4B4279
Text Example
Text Example
White with #4B4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4279; }
p { color: rgb(75,66,121); }
H1.HeaderClassName
{
color: #4B4279;
}
.AnyTagClassName
{
color: #4B4279;
}
</style>
background-color css
<style>
a { background-color: #4B4279; }
a { background-color: rgb(75,66,121); }
div.DivClassName
{
background-color: #4B4279;
}
.BgClassName
{
background-color: #4B4279;
}
</style>
border-color css
<style>
span { border-color: #4B4279; }
span { border-color: rgb(75,66,121); }
td.TdClassName
{
border-color: #4B4279;
}
.TagClassName
{
border-color: #4B4279;
}
</style>