Shades of Blue Gem #4D34AB
Tints of Blue Gem #4D34AB
RGB
CMYK
RGB Variations
Color information
#4D34AB (or 0x4D34AB) is known color: Blue Gem. HEX triplet: 4D, 34 and AB. RGB value is (77,52,171). Sum of RGB (Red+Green+Blue) = 77+52+171=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D34AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D34AB is #B2CB54. Grayscale: #484848. Windows color (decimal): -11717461 or 11220045. OLE color: 11220045.
HSL color Cylindrical-coordinate representation of color #4D34AB: hue angle of 252.61º degrees, saturation: 0.53, 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 #4D34AB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 52 | 171 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.33 |
| HSL | 252.61º | 0.53% | 0.44% | - |
| HSV(B) | 252.61º | 0.7% | 0.67% | - |
| XYZ | 11.64 | 6.97 | 39.26 | - |
| YUV | 73.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 171 | 0.55 | 0.70 | 0 | 0.33 | 252.61 | 0.53 | 0.44 |
| Hex | 4D | 34 | AB | 37 | 46 | 0 | 21 | FD | 35 | 2C |
| Octal | 115 | 64 | 253 | 67 | 106 | 0 | 41 | 375 | 65 | 54 |
| Binary | 1001101 | 110100 | 10101011 | 110111 | 1000110 | 0 | 100001 | 11111101 | 110101 | 101100 |
Color Harmonies of #4D34AB
Complementary color
Monochromatic Colors of #4D34AB
Black with #4D34AB
Text Example
Text Example
White with #4D34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34AB; }
p { color: rgb(77,52,171); }
H1.HeaderClassName
{
color: #4D34AB;
}
.AnyTagClassName
{
color: #4D34AB;
}
</style>
background-color css
<style>
a { background-color: #4D34AB; }
a { background-color: rgb(77,52,171); }
div.DivClassName
{
background-color: #4D34AB;
}
.BgClassName
{
background-color: #4D34AB;
}
</style>
border-color css
<style>
span { border-color: #4D34AB; }
span { border-color: rgb(77,52,171); }
td.TdClassName
{
border-color: #4D34AB;
}
.TagClassName
{
border-color: #4D34AB;
}
</style>