Shades of Blue Gem #4D36A3
Tints of Blue Gem #4D36A3
RGB
CMYK
RGB Variations
Color information
#4D36A3 (or 0x4D36A3) is known color: Blue Gem. HEX triplet: 4D, 36 and A3. RGB value is (77,54,163). Sum of RGB (Red+Green+Blue) = 77+54+163=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D36A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D36A3 is #B2C95C. Grayscale: #484848. Windows color (decimal): -11716957 or 10696269. OLE color: 10696269.
HSL color Cylindrical-coordinate representation of color #4D36A3: hue angle of 252.66º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D36A3 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 54 | 163 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.36 |
| HSL | 252.66º | 0.5% | 0.43% | - |
| HSV(B) | 252.66º | 0.67% | 0.64% | - |
| XYZ | 10.99 | 6.86 | 35.4 | - |
| YUV | 73.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 163 | 0.53 | 0.67 | 0 | 0.36 | 252.66 | 0.5 | 0.43 |
| Hex | 4D | 36 | A3 | 35 | 43 | 0 | 24 | FD | 32 | 2B |
| Octal | 115 | 66 | 243 | 65 | 103 | 0 | 44 | 375 | 62 | 53 |
| Binary | 1001101 | 110110 | 10100011 | 110101 | 1000011 | 0 | 100100 | 11111101 | 110010 | 101011 |
Color Harmonies of #4D36A3
Complementary color
Monochromatic Colors of #4D36A3
Black with #4D36A3
Text Example
Text Example
White with #4D36A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D36A3; }
p { color: rgb(77,54,163); }
H1.HeaderClassName
{
color: #4D36A3;
}
.AnyTagClassName
{
color: #4D36A3;
}
</style>
background-color css
<style>
a { background-color: #4D36A3; }
a { background-color: rgb(77,54,163); }
div.DivClassName
{
background-color: #4D36A3;
}
.BgClassName
{
background-color: #4D36A3;
}
</style>
border-color css
<style>
span { border-color: #4D36A3; }
span { border-color: rgb(77,54,163); }
td.TdClassName
{
border-color: #4D36A3;
}
.TagClassName
{
border-color: #4D36A3;
}
</style>