Shades of Blue Gem #4C348B
Tints of Blue Gem #4C348B
RGB
CMYK
RGB Variations
Color information
#4C348B (or 0x4C348B) is known color: Blue Gem. HEX triplet: 4C, 34 and 8B. RGB value is (76,52,139). Sum of RGB (Red+Green+Blue) = 76+52+139=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C348B is #B3CB74. Grayscale: #444444. Windows color (decimal): -11783029 or 9122892. OLE color: 9122892.
HSL color Cylindrical-coordinate representation of color #4C348B: hue angle of 256.55º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C348B is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 52 | 139 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.45 |
| HSL | 256.55º | 0.46% | 0.37% | - |
| HSV(B) | 256.55º | 0.63% | 0.55% | - |
| XYZ | 8.87 | 5.86 | 25.09 | - |
| YUV | 69.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 139 | 0.45 | 0.63 | 0 | 0.45 | 256.55 | 0.46 | 0.37 |
| Hex | 4C | 34 | 8B | 2D | 3F | 0 | 2D | 101 | 2E | 25 |
| Octal | 114 | 64 | 213 | 55 | 77 | 0 | 55 | 401 | 56 | 45 |
| Binary | 1001100 | 110100 | 10001011 | 101101 | 111111 | 0 | 101101 | 100000001 | 101110 | 100101 |
Color Harmonies of #4C348B
Complementary color
Monochromatic Colors of #4C348B
Black with #4C348B
Text Example
Text Example
White with #4C348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C348B; }
p { color: rgb(76,52,139); }
H1.HeaderClassName
{
color: #4C348B;
}
.AnyTagClassName
{
color: #4C348B;
}
</style>
background-color css
<style>
a { background-color: #4C348B; }
a { background-color: rgb(76,52,139); }
div.DivClassName
{
background-color: #4C348B;
}
.BgClassName
{
background-color: #4C348B;
}
</style>
border-color css
<style>
span { border-color: #4C348B; }
span { border-color: rgb(76,52,139); }
td.TdClassName
{
border-color: #4C348B;
}
.TagClassName
{
border-color: #4C348B;
}
</style>