Shades of Blue Gem #4D3AA4
Tints of Blue Gem #4D3AA4
RGB
CMYK
RGB Variations
Color information
#4D3AA4 (or 0x4D3AA4) is known color: Blue Gem. HEX triplet: 4D, 3A and A4. RGB value is (77,58,164). Sum of RGB (Red+Green+Blue) = 77+58+164=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D3AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3AA4 is #B2C55B. Grayscale: #4B4B4B. Windows color (decimal): -11715932 or 10762829. OLE color: 10762829.
HSL color Cylindrical-coordinate representation of color #4D3AA4: hue angle of 250.75º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3AA4 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 58 | 164 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.36 |
| HSL | 250.75º | 0.48% | 0.44% | - |
| HSV(B) | 250.75º | 0.65% | 0.64% | - |
| XYZ | 11.27 | 7.28 | 35.93 | - |
| YUV | 75.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 164 | 0.53 | 0.65 | 0 | 0.36 | 250.75 | 0.48 | 0.44 |
| Hex | 4D | 3A | A4 | 35 | 41 | 0 | 24 | FB | 30 | 2C |
| Octal | 115 | 72 | 244 | 65 | 101 | 0 | 44 | 373 | 60 | 54 |
| Binary | 1001101 | 111010 | 10100100 | 110101 | 1000001 | 0 | 100100 | 11111011 | 110000 | 101100 |
Color Harmonies of #4D3AA4
Complementary color
Monochromatic Colors of #4D3AA4
Black with #4D3AA4
Text Example
Text Example
White with #4D3AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3AA4; }
p { color: rgb(77,58,164); }
H1.HeaderClassName
{
color: #4D3AA4;
}
.AnyTagClassName
{
color: #4D3AA4;
}
</style>
background-color css
<style>
a { background-color: #4D3AA4; }
a { background-color: rgb(77,58,164); }
div.DivClassName
{
background-color: #4D3AA4;
}
.BgClassName
{
background-color: #4D3AA4;
}
</style>
border-color css
<style>
span { border-color: #4D3AA4; }
span { border-color: rgb(77,58,164); }
td.TdClassName
{
border-color: #4D3AA4;
}
.TagClassName
{
border-color: #4D3AA4;
}
</style>