Shades of Blue Gem #4D34AC
Tints of Blue Gem #4D34AC
RGB
CMYK
RGB Variations
Color information
#4D34AC (or 0x4D34AC) is known color: Blue Gem. HEX triplet: 4D, 34 and AC. RGB value is (77,52,172). Sum of RGB (Red+Green+Blue) = 77+52+172=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D34AC is #B2CB53. Grayscale: #484848. Windows color (decimal): -11717460 or 11285581. OLE color: 11285581.
HSL color Cylindrical-coordinate representation of color #4D34AC: hue angle of 252.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D34AC is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 52 | 172 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.33 |
| HSL | 252.5º | 0.54% | 0.44% | - |
| HSV(B) | 252.5º | 0.7% | 0.67% | - |
| XYZ | 11.73 | 7.01 | 39.76 | - |
| YUV | 73.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 172 | 0.55 | 0.70 | 0 | 0.33 | 252.5 | 0.54 | 0.44 |
| Hex | 4D | 34 | AC | 37 | 46 | 0 | 21 | FD | 36 | 2C |
| Octal | 115 | 64 | 254 | 67 | 106 | 0 | 41 | 375 | 66 | 54 |
| Binary | 1001101 | 110100 | 10101100 | 110111 | 1000110 | 0 | 100001 | 11111101 | 110110 | 101100 |
Color Harmonies of #4D34AC
Complementary color
Monochromatic Colors of #4D34AC
Black with #4D34AC
Text Example
Text Example
White with #4D34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34AC; }
p { color: rgb(77,52,172); }
H1.HeaderClassName
{
color: #4D34AC;
}
.AnyTagClassName
{
color: #4D34AC;
}
</style>
background-color css
<style>
a { background-color: #4D34AC; }
a { background-color: rgb(77,52,172); }
div.DivClassName
{
background-color: #4D34AC;
}
.BgClassName
{
background-color: #4D34AC;
}
</style>
border-color css
<style>
span { border-color: #4D34AC; }
span { border-color: rgb(77,52,172); }
td.TdClassName
{
border-color: #4D34AC;
}
.TagClassName
{
border-color: #4D34AC;
}
</style>