Shades of Blue Gem #4D34AA
Tints of Blue Gem #4D34AA
RGB
CMYK
RGB Variations
Color information
#4D34AA (or 0x4D34AA) is known color: Blue Gem. HEX triplet: 4D, 34 and AA. RGB value is (77,52,170). Sum of RGB (Red+Green+Blue) = 77+52+170=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D34AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D34AA is #B2CB55. Grayscale: #484848. Windows color (decimal): -11717462 or 11154509. OLE color: 11154509.
HSL color Cylindrical-coordinate representation of color #4D34AA: hue angle of 252.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D34AA is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 52 | 170 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.33 |
| HSL | 252.71º | 0.53% | 0.44% | - |
| HSV(B) | 252.71º | 0.69% | 0.67% | - |
| XYZ | 11.54 | 6.94 | 38.76 | - |
| YUV | 72.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 170 | 0.55 | 0.69 | 0 | 0.33 | 252.71 | 0.53 | 0.44 |
| Hex | 4D | 34 | AA | 37 | 45 | 0 | 21 | FD | 35 | 2C |
| Octal | 115 | 64 | 252 | 67 | 105 | 0 | 41 | 375 | 65 | 54 |
| Binary | 1001101 | 110100 | 10101010 | 110111 | 1000101 | 0 | 100001 | 11111101 | 110101 | 101100 |
Color Harmonies of #4D34AA
Complementary color
Monochromatic Colors of #4D34AA
Black with #4D34AA
Text Example
Text Example
White with #4D34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34AA; }
p { color: rgb(77,52,170); }
H1.HeaderClassName
{
color: #4D34AA;
}
.AnyTagClassName
{
color: #4D34AA;
}
</style>
background-color css
<style>
a { background-color: #4D34AA; }
a { background-color: rgb(77,52,170); }
div.DivClassName
{
background-color: #4D34AA;
}
.BgClassName
{
background-color: #4D34AA;
}
</style>
border-color css
<style>
span { border-color: #4D34AA; }
span { border-color: rgb(77,52,170); }
td.TdClassName
{
border-color: #4D34AA;
}
.TagClassName
{
border-color: #4D34AA;
}
</style>