Shades of Blue Gem #4D2DAB
Tints of Blue Gem #4D2DAB
RGB
CMYK
RGB Variations
Color information
#4D2DAB (or 0x4D2DAB) is known color: Blue Gem. HEX triplet: 4D, 2D and AB. RGB value is (77,45,171). Sum of RGB (Red+Green+Blue) = 77+45+171=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D2DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2DAB is #B2D254. Grayscale: #444444. Windows color (decimal): -11719253 or 11218253. OLE color: 11218253.
HSL color Cylindrical-coordinate representation of color #4D2DAB: hue angle of 255.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2DAB is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 45 | 171 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.33 |
| HSL | 255.24º | 0.58% | 0.42% | - |
| HSV(B) | 255.24º | 0.74% | 0.67% | - |
| XYZ | 11.35 | 6.39 | 39.16 | - |
| YUV | 68.93 | 185.6 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 171 | 0.55 | 0.74 | 0 | 0.33 | 255.24 | 0.58 | 0.42 |
| Hex | 4D | 2D | AB | 37 | 4A | 0 | 21 | FF | 3A | 2A |
| Octal | 115 | 55 | 253 | 67 | 112 | 0 | 41 | 377 | 72 | 52 |
| Binary | 1001101 | 101101 | 10101011 | 110111 | 1001010 | 0 | 100001 | 11111111 | 111010 | 101010 |
Color Harmonies of #4D2DAB
Complementary color
Monochromatic Colors of #4D2DAB
Black with #4D2DAB
Text Example
Text Example
White with #4D2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DAB; }
p { color: rgb(77,45,171); }
H1.HeaderClassName
{
color: #4D2DAB;
}
.AnyTagClassName
{
color: #4D2DAB;
}
</style>
background-color css
<style>
a { background-color: #4D2DAB; }
a { background-color: rgb(77,45,171); }
div.DivClassName
{
background-color: #4D2DAB;
}
.BgClassName
{
background-color: #4D2DAB;
}
</style>
border-color css
<style>
span { border-color: #4D2DAB; }
span { border-color: rgb(77,45,171); }
td.TdClassName
{
border-color: #4D2DAB;
}
.TagClassName
{
border-color: #4D2DAB;
}
</style>