Shades of Blue Gem #4D33AB
Tints of Blue Gem #4D33AB
RGB
CMYK
RGB Variations
Color information
#4D33AB (or 0x4D33AB) is known color: Blue Gem. HEX triplet: 4D, 33 and AB. RGB value is (77,51,171). Sum of RGB (Red+Green+Blue) = 77+51+171=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D33AB is #B2CC54. Grayscale: #484848. Windows color (decimal): -11717717 or 11219789. OLE color: 11219789.
HSL color Cylindrical-coordinate representation of color #4D33AB: hue angle of 253º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D33AB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 51 | 171 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.33 |
| HSL | 253º | 0.54% | 0.44% | - |
| HSV(B) | 253º | 0.7% | 0.67% | - |
| XYZ | 11.6 | 6.89 | 39.25 | - |
| YUV | 72.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 171 | 0.55 | 0.70 | 0 | 0.33 | 253 | 0.54 | 0.44 |
| Hex | 4D | 33 | AB | 37 | 46 | 0 | 21 | FD | 36 | 2C |
| Octal | 115 | 63 | 253 | 67 | 106 | 0 | 41 | 375 | 66 | 54 |
| Binary | 1001101 | 110011 | 10101011 | 110111 | 1000110 | 0 | 100001 | 11111101 | 110110 | 101100 |
Color Harmonies of #4D33AB
Complementary color
Monochromatic Colors of #4D33AB
Black with #4D33AB
Text Example
Text Example
White with #4D33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33AB; }
p { color: rgb(77,51,171); }
H1.HeaderClassName
{
color: #4D33AB;
}
.AnyTagClassName
{
color: #4D33AB;
}
</style>
background-color css
<style>
a { background-color: #4D33AB; }
a { background-color: rgb(77,51,171); }
div.DivClassName
{
background-color: #4D33AB;
}
.BgClassName
{
background-color: #4D33AB;
}
</style>
border-color css
<style>
span { border-color: #4D33AB; }
span { border-color: rgb(77,51,171); }
td.TdClassName
{
border-color: #4D33AB;
}
.TagClassName
{
border-color: #4D33AB;
}
</style>