Shades of Blue Gem #4D33AA
Tints of Blue Gem #4D33AA
RGB
CMYK
RGB Variations
Color information
#4D33AA (or 0x4D33AA) is known color: Blue Gem. HEX triplet: 4D, 33 and AA. RGB value is (77,51,170). Sum of RGB (Red+Green+Blue) = 77+51+170=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D33AA is #B2CC55. Grayscale: #474747. Windows color (decimal): -11717718 or 11154253. OLE color: 11154253.
HSL color Cylindrical-coordinate representation of color #4D33AA: hue angle of 253.11º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D33AA is Cyan = 0.55, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 51 | 170 | - |
| CMYK | 0.55 | 0.7 | 0 | 0.33 |
| HSL | 253.11º | 0.54% | 0.43% | - |
| HSV(B) | 253.11º | 0.7% | 0.67% | - |
| XYZ | 11.5 | 6.85 | 38.75 | - |
| YUV | 72.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 170 | 0.55 | 0.7 | 0 | 0.33 | 253.11 | 0.54 | 0.43 |
| Hex | 4D | 33 | AA | 37 | 46 | 0 | 21 | FD | 36 | 2B |
| Octal | 115 | 63 | 252 | 67 | 106 | 0 | 41 | 375 | 66 | 53 |
| Binary | 1001101 | 110011 | 10101010 | 110111 | 1000110 | 0 | 100001 | 11111101 | 110110 | 101011 |
Color Harmonies of #4D33AA
Complementary color
Monochromatic Colors of #4D33AA
Black with #4D33AA
Text Example
Text Example
White with #4D33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33AA; }
p { color: rgb(77,51,170); }
H1.HeaderClassName
{
color: #4D33AA;
}
.AnyTagClassName
{
color: #4D33AA;
}
</style>
background-color css
<style>
a { background-color: #4D33AA; }
a { background-color: rgb(77,51,170); }
div.DivClassName
{
background-color: #4D33AA;
}
.BgClassName
{
background-color: #4D33AA;
}
</style>
border-color css
<style>
span { border-color: #4D33AA; }
span { border-color: rgb(77,51,170); }
td.TdClassName
{
border-color: #4D33AA;
}
.TagClassName
{
border-color: #4D33AA;
}
</style>