Shades of Blue Gem #4E348B
Tints of Blue Gem #4E348B
RGB
CMYK
RGB Variations
Color information
#4E348B (or 0x4E348B) is known color: Blue Gem. HEX triplet: 4E, 34 and 8B. RGB value is (78,52,139). Sum of RGB (Red+Green+Blue) = 78+52+139=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E348B is #B1CB74. Grayscale: #454545. Windows color (decimal): -11651957 or 9122894. OLE color: 9122894.
HSL color Cylindrical-coordinate representation of color #4E348B: hue angle of 257.93º 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 #4E348B is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 52 | 139 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.45 |
| HSL | 257.93º | 0.46% | 0.37% | - |
| HSV(B) | 257.93º | 0.63% | 0.55% | - |
| XYZ | 9.03 | 5.94 | 25.1 | - |
| YUV | 69.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 139 | 0.44 | 0.63 | 0 | 0.45 | 257.93 | 0.46 | 0.37 |
| Hex | 4E | 34 | 8B | 2C | 3F | 0 | 2D | 102 | 2E | 25 |
| Octal | 116 | 64 | 213 | 54 | 77 | 0 | 55 | 402 | 56 | 45 |
| Binary | 1001110 | 110100 | 10001011 | 101100 | 111111 | 0 | 101101 | 100000010 | 101110 | 100101 |
Color Harmonies of #4E348B
Complementary color
Monochromatic Colors of #4E348B
Black with #4E348B
Text Example
Text Example
White with #4E348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E348B; }
p { color: rgb(78,52,139); }
H1.HeaderClassName
{
color: #4E348B;
}
.AnyTagClassName
{
color: #4E348B;
}
</style>
background-color css
<style>
a { background-color: #4E348B; }
a { background-color: rgb(78,52,139); }
div.DivClassName
{
background-color: #4E348B;
}
.BgClassName
{
background-color: #4E348B;
}
</style>
border-color css
<style>
span { border-color: #4E348B; }
span { border-color: rgb(78,52,139); }
td.TdClassName
{
border-color: #4E348B;
}
.TagClassName
{
border-color: #4E348B;
}
</style>