Shades of Blue Gem #4D3CAB
Tints of Blue Gem #4D3CAB
RGB
CMYK
RGB Variations
Color information
#4D3CAB (or 0x4D3CAB) is known color: Blue Gem. HEX triplet: 4D, 3C and AB. RGB value is (77,60,171). Sum of RGB (Red+Green+Blue) = 77+60+171=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CAB is #B2C354. Grayscale: #4D4D4D. Windows color (decimal): -11715413 or 11222093. OLE color: 11222093.
HSL color Cylindrical-coordinate representation of color #4D3CAB: hue angle of 249.19º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3CAB is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 60 | 171 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.33 |
| HSL | 249.19º | 0.48% | 0.45% | - |
| HSV(B) | 249.19º | 0.65% | 0.67% | - |
| XYZ | 12.03 | 7.75 | 39.39 | - |
| YUV | 77.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 171 | 0.55 | 0.65 | 0 | 0.33 | 249.19 | 0.48 | 0.45 |
| Hex | 4D | 3C | AB | 37 | 41 | 0 | 21 | F9 | 30 | 2D |
| Octal | 115 | 74 | 253 | 67 | 101 | 0 | 41 | 371 | 60 | 55 |
| Binary | 1001101 | 111100 | 10101011 | 110111 | 1000001 | 0 | 100001 | 11111001 | 110000 | 101101 |
Color Harmonies of #4D3CAB
Complementary color
Monochromatic Colors of #4D3CAB
Black with #4D3CAB
Text Example
Text Example
White with #4D3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CAB; }
p { color: rgb(77,60,171); }
H1.HeaderClassName
{
color: #4D3CAB;
}
.AnyTagClassName
{
color: #4D3CAB;
}
</style>
background-color css
<style>
a { background-color: #4D3CAB; }
a { background-color: rgb(77,60,171); }
div.DivClassName
{
background-color: #4D3CAB;
}
.BgClassName
{
background-color: #4D3CAB;
}
</style>
border-color css
<style>
span { border-color: #4D3CAB; }
span { border-color: rgb(77,60,171); }
td.TdClassName
{
border-color: #4D3CAB;
}
.TagClassName
{
border-color: #4D3CAB;
}
</style>