Shades of Blue Gem #4D349D
Tints of Blue Gem #4D349D
RGB
CMYK
RGB Variations
Color information
#4D349D (or 0x4D349D) is known color: Blue Gem. HEX triplet: 4D, 34 and 9D. RGB value is (77,52,157). Sum of RGB (Red+Green+Blue) = 77+52+157=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D349D is #B2CB62. Grayscale: #474747. Windows color (decimal): -11717475 or 10302541. OLE color: 10302541.
HSL color Cylindrical-coordinate representation of color #4D349D: hue angle of 254.29º 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 #4D349D is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 52 | 157 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.38 |
| HSL | 254.29º | 0.5% | 0.41% | - |
| HSV(B) | 254.29º | 0.67% | 0.62% | - |
| XYZ | 10.37 | 6.47 | 32.6 | - |
| YUV | 71.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 157 | 0.51 | 0.67 | 0 | 0.38 | 254.29 | 0.5 | 0.41 |
| Hex | 4D | 34 | 9D | 33 | 43 | 0 | 26 | FE | 32 | 29 |
| Octal | 115 | 64 | 235 | 63 | 103 | 0 | 46 | 376 | 62 | 51 |
| Binary | 1001101 | 110100 | 10011101 | 110011 | 1000011 | 0 | 100110 | 11111110 | 110010 | 101001 |
Color Harmonies of #4D349D
Complementary color
Monochromatic Colors of #4D349D
Black with #4D349D
Text Example
Text Example
White with #4D349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D349D; }
p { color: rgb(77,52,157); }
H1.HeaderClassName
{
color: #4D349D;
}
.AnyTagClassName
{
color: #4D349D;
}
</style>
background-color css
<style>
a { background-color: #4D349D; }
a { background-color: rgb(77,52,157); }
div.DivClassName
{
background-color: #4D349D;
}
.BgClassName
{
background-color: #4D349D;
}
</style>
border-color css
<style>
span { border-color: #4D349D; }
span { border-color: rgb(77,52,157); }
td.TdClassName
{
border-color: #4D349D;
}
.TagClassName
{
border-color: #4D349D;
}
</style>