Shades of Blue Gem #4D37AB
Tints of Blue Gem #4D37AB
RGB
CMYK
RGB Variations
Color information
#4D37AB (or 0x4D37AB) is known color: Blue Gem. HEX triplet: 4D, 37 and AB. RGB value is (77,55,171). Sum of RGB (Red+Green+Blue) = 77+55+171=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D37AB is #B2C854. Grayscale: #4A4A4A. Windows color (decimal): -11716693 or 11220813. OLE color: 11220813.
HSL color Cylindrical-coordinate representation of color #4D37AB: hue angle of 251.38º 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 #4D37AB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 55 | 171 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.33 |
| HSL | 251.38º | 0.51% | 0.44% | - |
| HSV(B) | 251.38º | 0.68% | 0.67% | - |
| XYZ | 11.78 | 7.25 | 39.31 | - |
| YUV | 74.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 171 | 0.55 | 0.68 | 0 | 0.33 | 251.38 | 0.51 | 0.44 |
| Hex | 4D | 37 | AB | 37 | 44 | 0 | 21 | FB | 33 | 2C |
| Octal | 115 | 67 | 253 | 67 | 104 | 0 | 41 | 373 | 63 | 54 |
| Binary | 1001101 | 110111 | 10101011 | 110111 | 1000100 | 0 | 100001 | 11111011 | 110011 | 101100 |
Color Harmonies of #4D37AB
Complementary color
Monochromatic Colors of #4D37AB
Black with #4D37AB
Text Example
Text Example
White with #4D37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37AB; }
p { color: rgb(77,55,171); }
H1.HeaderClassName
{
color: #4D37AB;
}
.AnyTagClassName
{
color: #4D37AB;
}
</style>
background-color css
<style>
a { background-color: #4D37AB; }
a { background-color: rgb(77,55,171); }
div.DivClassName
{
background-color: #4D37AB;
}
.BgClassName
{
background-color: #4D37AB;
}
</style>
border-color css
<style>
span { border-color: #4D37AB; }
span { border-color: rgb(77,55,171); }
td.TdClassName
{
border-color: #4D37AB;
}
.TagClassName
{
border-color: #4D37AB;
}
</style>