Shades of Blue Gem #4D349E
Tints of Blue Gem #4D349E
RGB
CMYK
RGB Variations
Color information
#4D349E (or 0x4D349E) is known color: Blue Gem. HEX triplet: 4D, 34 and 9E. RGB value is (77,52,158). Sum of RGB (Red+Green+Blue) = 77+52+158=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D349E is #B2CB61. Grayscale: #474747. Windows color (decimal): -11717474 or 10368077. OLE color: 10368077.
HSL color Cylindrical-coordinate representation of color #4D349E: hue angle of 254.15º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D349E is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 52 | 158 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.38 |
| HSL | 254.15º | 0.5% | 0.41% | - |
| HSV(B) | 254.15º | 0.67% | 0.62% | - |
| XYZ | 10.46 | 6.5 | 33.05 | - |
| YUV | 71.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 158 | 0.51 | 0.67 | 0 | 0.38 | 254.15 | 0.5 | 0.41 |
| Hex | 4D | 34 | 9E | 33 | 43 | 0 | 26 | FE | 32 | 29 |
| Octal | 115 | 64 | 236 | 63 | 103 | 0 | 46 | 376 | 62 | 51 |
| Binary | 1001101 | 110100 | 10011110 | 110011 | 1000011 | 0 | 100110 | 11111110 | 110010 | 101001 |
Color Harmonies of #4D349E
Complementary color
Monochromatic Colors of #4D349E
Black with #4D349E
Text Example
Text Example
White with #4D349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D349E; }
p { color: rgb(77,52,158); }
H1.HeaderClassName
{
color: #4D349E;
}
.AnyTagClassName
{
color: #4D349E;
}
</style>
background-color css
<style>
a { background-color: #4D349E; }
a { background-color: rgb(77,52,158); }
div.DivClassName
{
background-color: #4D349E;
}
.BgClassName
{
background-color: #4D349E;
}
</style>
border-color css
<style>
span { border-color: #4D349E; }
span { border-color: rgb(77,52,158); }
td.TdClassName
{
border-color: #4D349E;
}
.TagClassName
{
border-color: #4D349E;
}
</style>