Shades of Blue Gem #4D34AD
Tints of Blue Gem #4D34AD
RGB
CMYK
RGB Variations
Color information
#4D34AD (or 0x4D34AD) is known color: Blue Gem. HEX triplet: 4D, 34 and AD. RGB value is (77,52,173). Sum of RGB (Red+Green+Blue) = 77+52+173=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D34AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D34AD is #B2CB52. Grayscale: #484848. Windows color (decimal): -11717459 or 11351117. OLE color: 11351117.
HSL color Cylindrical-coordinate representation of color #4D34AD: hue angle of 252.4º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D34AD is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 52 | 173 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.32 |
| HSL | 252.4º | 0.54% | 0.44% | - |
| HSV(B) | 252.4º | 0.7% | 0.68% | - |
| XYZ | 11.83 | 7.05 | 40.27 | - |
| YUV | 73.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 173 | 0.55 | 0.70 | 0 | 0.32 | 252.4 | 0.54 | 0.44 |
| Hex | 4D | 34 | AD | 37 | 46 | 0 | 20 | FC | 36 | 2C |
| Octal | 115 | 64 | 255 | 67 | 106 | 0 | 40 | 374 | 66 | 54 |
| Binary | 1001101 | 110100 | 10101101 | 110111 | 1000110 | 0 | 100000 | 11111100 | 110110 | 101100 |
Color Harmonies of #4D34AD
Complementary color
Monochromatic Colors of #4D34AD
Black with #4D34AD
Text Example
Text Example
White with #4D34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34AD; }
p { color: rgb(77,52,173); }
H1.HeaderClassName
{
color: #4D34AD;
}
.AnyTagClassName
{
color: #4D34AD;
}
</style>
background-color css
<style>
a { background-color: #4D34AD; }
a { background-color: rgb(77,52,173); }
div.DivClassName
{
background-color: #4D34AD;
}
.BgClassName
{
background-color: #4D34AD;
}
</style>
border-color css
<style>
span { border-color: #4D34AD; }
span { border-color: rgb(77,52,173); }
td.TdClassName
{
border-color: #4D34AD;
}
.TagClassName
{
border-color: #4D34AD;
}
</style>