Shades of Blue Gem #4B348D
Tints of Blue Gem #4B348D
RGB
CMYK
RGB Variations
Color information
#4B348D (or 0x4B348D) is known color: Blue Gem. HEX triplet: 4B, 34 and 8D. RGB value is (75,52,141). Sum of RGB (Red+Green+Blue) = 75+52+141=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B348D is #B4CB72. Grayscale: #444444. Windows color (decimal): -11848563 or 9253963. OLE color: 9253963.
HSL color Cylindrical-coordinate representation of color #4B348D: hue angle of 255.51º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B348D is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 52 | 141 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.45 |
| HSL | 255.51º | 0.46% | 0.38% | - |
| HSV(B) | 255.51º | 0.63% | 0.55% | - |
| XYZ | 8.94 | 5.87 | 25.86 | - |
| YUV | 69.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 141 | 0.47 | 0.63 | 0 | 0.45 | 255.51 | 0.46 | 0.38 |
| Hex | 4B | 34 | 8D | 2F | 3F | 0 | 2D | 100 | 2E | 26 |
| Octal | 113 | 64 | 215 | 57 | 77 | 0 | 55 | 400 | 56 | 46 |
| Binary | 1001011 | 110100 | 10001101 | 101111 | 111111 | 0 | 101101 | 100000000 | 101110 | 100110 |
Color Harmonies of #4B348D
Complementary color
Monochromatic Colors of #4B348D
Black with #4B348D
Text Example
Text Example
White with #4B348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B348D; }
p { color: rgb(75,52,141); }
H1.HeaderClassName
{
color: #4B348D;
}
.AnyTagClassName
{
color: #4B348D;
}
</style>
background-color css
<style>
a { background-color: #4B348D; }
a { background-color: rgb(75,52,141); }
div.DivClassName
{
background-color: #4B348D;
}
.BgClassName
{
background-color: #4B348D;
}
</style>
border-color css
<style>
span { border-color: #4B348D; }
span { border-color: rgb(75,52,141); }
td.TdClassName
{
border-color: #4B348D;
}
.TagClassName
{
border-color: #4B348D;
}
</style>