Shades of Blue Gem #4D32A3
Tints of Blue Gem #4D32A3
RGB
CMYK
RGB Variations
Color information
#4D32A3 (or 0x4D32A3) is known color: Blue Gem. HEX triplet: 4D, 32 and A3. RGB value is (77,50,163). Sum of RGB (Red+Green+Blue) = 77+50+163=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D32A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D32A3 is #B2CD5C. Grayscale: #464646. Windows color (decimal): -11717981 or 10695245. OLE color: 10695245.
HSL color Cylindrical-coordinate representation of color #4D32A3: hue angle of 254.34º degrees, saturation: 0.53, 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 #4D32A3 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 50 | 163 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.36 |
| HSL | 254.34º | 0.53% | 0.42% | - |
| HSV(B) | 254.34º | 0.69% | 0.64% | - |
| XYZ | 10.81 | 6.5 | 35.34 | - |
| YUV | 70.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 163 | 0.53 | 0.69 | 0 | 0.36 | 254.34 | 0.53 | 0.42 |
| Hex | 4D | 32 | A3 | 35 | 45 | 0 | 24 | FE | 35 | 2A |
| Octal | 115 | 62 | 243 | 65 | 105 | 0 | 44 | 376 | 65 | 52 |
| Binary | 1001101 | 110010 | 10100011 | 110101 | 1000101 | 0 | 100100 | 11111110 | 110101 | 101010 |
Color Harmonies of #4D32A3
Complementary color
Monochromatic Colors of #4D32A3
Black with #4D32A3
Text Example
Text Example
White with #4D32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32A3; }
p { color: rgb(77,50,163); }
H1.HeaderClassName
{
color: #4D32A3;
}
.AnyTagClassName
{
color: #4D32A3;
}
</style>
background-color css
<style>
a { background-color: #4D32A3; }
a { background-color: rgb(77,50,163); }
div.DivClassName
{
background-color: #4D32A3;
}
.BgClassName
{
background-color: #4D32A3;
}
</style>
border-color css
<style>
span { border-color: #4D32A3; }
span { border-color: rgb(77,50,163); }
td.TdClassName
{
border-color: #4D32A3;
}
.TagClassName
{
border-color: #4D32A3;
}
</style>