Shades of Blue Gem #4D349C
Tints of Blue Gem #4D349C
RGB
CMYK
RGB Variations
Color information
#4D349C (or 0x4D349C) is known color: Blue Gem. HEX triplet: 4D, 34 and 9C. RGB value is (77,52,156). Sum of RGB (Red+Green+Blue) = 77+52+156=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D349C is #B2CB63. Grayscale: #464646. Windows color (decimal): -11717476 or 10237005. OLE color: 10237005.
HSL color Cylindrical-coordinate representation of color #4D349C: hue angle of 254.42º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D349C is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 52 | 156 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.39 |
| HSL | 254.42º | 0.5% | 0.41% | - |
| HSV(B) | 254.42º | 0.67% | 0.61% | - |
| XYZ | 10.29 | 6.43 | 32.15 | - |
| YUV | 71.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 156 | 0.51 | 0.67 | 0 | 0.39 | 254.42 | 0.5 | 0.41 |
| Hex | 4D | 34 | 9C | 33 | 43 | 0 | 27 | FE | 32 | 29 |
| Octal | 115 | 64 | 234 | 63 | 103 | 0 | 47 | 376 | 62 | 51 |
| Binary | 1001101 | 110100 | 10011100 | 110011 | 1000011 | 0 | 100111 | 11111110 | 110010 | 101001 |
Color Harmonies of #4D349C
Complementary color
Monochromatic Colors of #4D349C
Black with #4D349C
Text Example
Text Example
White with #4D349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D349C; }
p { color: rgb(77,52,156); }
H1.HeaderClassName
{
color: #4D349C;
}
.AnyTagClassName
{
color: #4D349C;
}
</style>
background-color css
<style>
a { background-color: #4D349C; }
a { background-color: rgb(77,52,156); }
div.DivClassName
{
background-color: #4D349C;
}
.BgClassName
{
background-color: #4D349C;
}
</style>
border-color css
<style>
span { border-color: #4D349C; }
span { border-color: rgb(77,52,156); }
td.TdClassName
{
border-color: #4D349C;
}
.TagClassName
{
border-color: #4D349C;
}
</style>