Shades of Blue Gem #4B328D
Tints of Blue Gem #4B328D
RGB
CMYK
RGB Variations
Color information
#4B328D (or 0x4B328D) is known color: Blue Gem. HEX triplet: 4B, 32 and 8D. RGB value is (75,50,141). Sum of RGB (Red+Green+Blue) = 75+50+141=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B328D is #B4CD72. Grayscale: #434343. Windows color (decimal): -11849075 or 9253451. OLE color: 9253451.
HSL color Cylindrical-coordinate representation of color #4B328D: hue angle of 256.48º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B328D is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 50 | 141 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.45 |
| HSL | 256.48º | 0.48% | 0.37% | - |
| HSV(B) | 256.48º | 0.65% | 0.55% | - |
| XYZ | 8.85 | 5.7 | 25.83 | - |
| YUV | 67.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 141 | 0.47 | 0.65 | 0 | 0.45 | 256.48 | 0.48 | 0.37 |
| Hex | 4B | 32 | 8D | 2F | 41 | 0 | 2D | 100 | 30 | 25 |
| Octal | 113 | 62 | 215 | 57 | 101 | 0 | 55 | 400 | 60 | 45 |
| Binary | 1001011 | 110010 | 10001101 | 101111 | 1000001 | 0 | 101101 | 100000000 | 110000 | 100101 |
Color Harmonies of #4B328D
Complementary color
Monochromatic Colors of #4B328D
Black with #4B328D
Text Example
Text Example
White with #4B328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B328D; }
p { color: rgb(75,50,141); }
H1.HeaderClassName
{
color: #4B328D;
}
.AnyTagClassName
{
color: #4B328D;
}
</style>
background-color css
<style>
a { background-color: #4B328D; }
a { background-color: rgb(75,50,141); }
div.DivClassName
{
background-color: #4B328D;
}
.BgClassName
{
background-color: #4B328D;
}
</style>
border-color css
<style>
span { border-color: #4B328D; }
span { border-color: rgb(75,50,141); }
td.TdClassName
{
border-color: #4B328D;
}
.TagClassName
{
border-color: #4B328D;
}
</style>