Shades of Blue Gem #4D3AA3
Tints of Blue Gem #4D3AA3
RGB
CMYK
RGB Variations
Color information
#4D3AA3 (or 0x4D3AA3) is known color: Blue Gem. HEX triplet: 4D, 3A and A3. RGB value is (77,58,163). Sum of RGB (Red+Green+Blue) = 77+58+163=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D3AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3AA3 is #B2C55C. Grayscale: #4B4B4B. Windows color (decimal): -11715933 or 10697293. OLE color: 10697293.
HSL color Cylindrical-coordinate representation of color #4D3AA3: hue angle of 250.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3AA3 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 58 | 163 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.36 |
| HSL | 250.86º | 0.48% | 0.43% | - |
| HSV(B) | 250.86º | 0.64% | 0.64% | - |
| XYZ | 11.18 | 7.25 | 35.46 | - |
| YUV | 75.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 163 | 0.53 | 0.64 | 0 | 0.36 | 250.86 | 0.48 | 0.43 |
| Hex | 4D | 3A | A3 | 35 | 40 | 0 | 24 | FB | 30 | 2B |
| Octal | 115 | 72 | 243 | 65 | 100 | 0 | 44 | 373 | 60 | 53 |
| Binary | 1001101 | 111010 | 10100011 | 110101 | 1000000 | 0 | 100100 | 11111011 | 110000 | 101011 |
Color Harmonies of #4D3AA3
Complementary color
Monochromatic Colors of #4D3AA3
Black with #4D3AA3
Text Example
Text Example
White with #4D3AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3AA3; }
p { color: rgb(77,58,163); }
H1.HeaderClassName
{
color: #4D3AA3;
}
.AnyTagClassName
{
color: #4D3AA3;
}
</style>
background-color css
<style>
a { background-color: #4D3AA3; }
a { background-color: rgb(77,58,163); }
div.DivClassName
{
background-color: #4D3AA3;
}
.BgClassName
{
background-color: #4D3AA3;
}
</style>
border-color css
<style>
span { border-color: #4D3AA3; }
span { border-color: rgb(77,58,163); }
td.TdClassName
{
border-color: #4D3AA3;
}
.TagClassName
{
border-color: #4D3AA3;
}
</style>