Shades of Blue Gem #4B348A
Tints of Blue Gem #4B348A
RGB
CMYK
RGB Variations
Color information
#4B348A (or 0x4B348A) is known color: Blue Gem. HEX triplet: 4B, 34 and 8A. RGB value is (75,52,138). Sum of RGB (Red+Green+Blue) = 75+52+138=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B348A is #B4CB75. Grayscale: #444444. Windows color (decimal): -11848566 or 9057355. OLE color: 9057355.
HSL color Cylindrical-coordinate representation of color #4B348A: hue angle of 256.05º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B348A is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 52 | 138 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.46 |
| HSL | 256.05º | 0.45% | 0.37% | - |
| HSV(B) | 256.05º | 0.62% | 0.54% | - |
| XYZ | 8.72 | 5.79 | 24.7 | - |
| YUV | 68.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 138 | 0.46 | 0.62 | 0 | 0.46 | 256.05 | 0.45 | 0.37 |
| Hex | 4B | 34 | 8A | 2E | 3E | 0 | 2E | 100 | 2D | 25 |
| Octal | 113 | 64 | 212 | 56 | 76 | 0 | 56 | 400 | 55 | 45 |
| Binary | 1001011 | 110100 | 10001010 | 101110 | 111110 | 0 | 101110 | 100000000 | 101101 | 100101 |
Color Harmonies of #4B348A
Complementary color
Monochromatic Colors of #4B348A
Black with #4B348A
Text Example
Text Example
White with #4B348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B348A; }
p { color: rgb(75,52,138); }
H1.HeaderClassName
{
color: #4B348A;
}
.AnyTagClassName
{
color: #4B348A;
}
</style>
background-color css
<style>
a { background-color: #4B348A; }
a { background-color: rgb(75,52,138); }
div.DivClassName
{
background-color: #4B348A;
}
.BgClassName
{
background-color: #4B348A;
}
</style>
border-color css
<style>
span { border-color: #4B348A; }
span { border-color: rgb(75,52,138); }
td.TdClassName
{
border-color: #4B348A;
}
.TagClassName
{
border-color: #4B348A;
}
</style>