Shades of Blue Gem #4D37AA
Tints of Blue Gem #4D37AA
RGB
CMYK
RGB Variations
Color information
#4D37AA (or 0x4D37AA) is known color: Blue Gem. HEX triplet: 4D, 37 and AA. RGB value is (77,55,170). Sum of RGB (Red+Green+Blue) = 77+55+170=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D37AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D37AA is #B2C855. Grayscale: #4A4A4A. Windows color (decimal): -11716694 or 11155277. OLE color: 11155277.
HSL color Cylindrical-coordinate representation of color #4D37AA: hue angle of 251.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D37AA is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 55 | 170 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.33 |
| HSL | 251.48º | 0.51% | 0.44% | - |
| HSV(B) | 251.48º | 0.68% | 0.67% | - |
| XYZ | 11.68 | 7.21 | 38.81 | - |
| YUV | 74.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 170 | 0.55 | 0.68 | 0 | 0.33 | 251.48 | 0.51 | 0.44 |
| Hex | 4D | 37 | AA | 37 | 44 | 0 | 21 | FB | 33 | 2C |
| Octal | 115 | 67 | 252 | 67 | 104 | 0 | 41 | 373 | 63 | 54 |
| Binary | 1001101 | 110111 | 10101010 | 110111 | 1000100 | 0 | 100001 | 11111011 | 110011 | 101100 |
Color Harmonies of #4D37AA
Complementary color
Monochromatic Colors of #4D37AA
Black with #4D37AA
Text Example
Text Example
White with #4D37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37AA; }
p { color: rgb(77,55,170); }
H1.HeaderClassName
{
color: #4D37AA;
}
.AnyTagClassName
{
color: #4D37AA;
}
</style>
background-color css
<style>
a { background-color: #4D37AA; }
a { background-color: rgb(77,55,170); }
div.DivClassName
{
background-color: #4D37AA;
}
.BgClassName
{
background-color: #4D37AA;
}
</style>
border-color css
<style>
span { border-color: #4D37AA; }
span { border-color: rgb(77,55,170); }
td.TdClassName
{
border-color: #4D37AA;
}
.TagClassName
{
border-color: #4D37AA;
}
</style>