Shades of Blue Gem #4B329E
Tints of Blue Gem #4B329E
RGB
CMYK
RGB Variations
Color information
#4B329E (or 0x4B329E) is known color: Blue Gem. HEX triplet: 4B, 32 and 9E. RGB value is (75,50,158). Sum of RGB (Red+Green+Blue) = 75+50+158=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B329E is #B4CD61. Grayscale: #454545. Windows color (decimal): -11849058 or 10367563. OLE color: 10367563.
HSL color Cylindrical-coordinate representation of color #4B329E: hue angle of 253.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B329E is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 50 | 158 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.38 |
| HSL | 253.89º | 0.52% | 0.41% | - |
| HSV(B) | 253.89º | 0.68% | 0.62% | - |
| XYZ | 10.21 | 6.25 | 33.01 | - |
| YUV | 69.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 158 | 0.53 | 0.68 | 0 | 0.38 | 253.89 | 0.52 | 0.41 |
| Hex | 4B | 32 | 9E | 35 | 44 | 0 | 26 | FE | 34 | 29 |
| Octal | 113 | 62 | 236 | 65 | 104 | 0 | 46 | 376 | 64 | 51 |
| Binary | 1001011 | 110010 | 10011110 | 110101 | 1000100 | 0 | 100110 | 11111110 | 110100 | 101001 |
Color Harmonies of #4B329E
Complementary color
Monochromatic Colors of #4B329E
Black with #4B329E
Text Example
Text Example
White with #4B329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B329E; }
p { color: rgb(75,50,158); }
H1.HeaderClassName
{
color: #4B329E;
}
.AnyTagClassName
{
color: #4B329E;
}
</style>
background-color css
<style>
a { background-color: #4B329E; }
a { background-color: rgb(75,50,158); }
div.DivClassName
{
background-color: #4B329E;
}
.BgClassName
{
background-color: #4B329E;
}
</style>
border-color css
<style>
span { border-color: #4B329E; }
span { border-color: rgb(75,50,158); }
td.TdClassName
{
border-color: #4B329E;
}
.TagClassName
{
border-color: #4B329E;
}
</style>