Shades of Blue Gem #4D33A3
Tints of Blue Gem #4D33A3
RGB
CMYK
RGB Variations
Color information
#4D33A3 (or 0x4D33A3) is known color: Blue Gem. HEX triplet: 4D, 33 and A3. RGB value is (77,51,163). Sum of RGB (Red+Green+Blue) = 77+51+163=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D33A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D33A3 is #B2CC5C. Grayscale: #474747. Windows color (decimal): -11717725 or 10695501. OLE color: 10695501.
HSL color Cylindrical-coordinate representation of color #4D33A3: hue angle of 253.93º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D33A3 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 51 | 163 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.36 |
| HSL | 253.93º | 0.52% | 0.42% | - |
| HSV(B) | 253.93º | 0.69% | 0.64% | - |
| XYZ | 10.86 | 6.59 | 35.35 | - |
| YUV | 71.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 163 | 0.53 | 0.69 | 0 | 0.36 | 253.93 | 0.52 | 0.42 |
| Hex | 4D | 33 | A3 | 35 | 45 | 0 | 24 | FE | 34 | 2A |
| Octal | 115 | 63 | 243 | 65 | 105 | 0 | 44 | 376 | 64 | 52 |
| Binary | 1001101 | 110011 | 10100011 | 110101 | 1000101 | 0 | 100100 | 11111110 | 110100 | 101010 |
Color Harmonies of #4D33A3
Complementary color
Monochromatic Colors of #4D33A3
Black with #4D33A3
Text Example
Text Example
White with #4D33A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33A3; }
p { color: rgb(77,51,163); }
H1.HeaderClassName
{
color: #4D33A3;
}
.AnyTagClassName
{
color: #4D33A3;
}
</style>
background-color css
<style>
a { background-color: #4D33A3; }
a { background-color: rgb(77,51,163); }
div.DivClassName
{
background-color: #4D33A3;
}
.BgClassName
{
background-color: #4D33A3;
}
</style>
border-color css
<style>
span { border-color: #4D33A3; }
span { border-color: rgb(77,51,163); }
td.TdClassName
{
border-color: #4D33A3;
}
.TagClassName
{
border-color: #4D33A3;
}
</style>