Shades of Blue Gem #4D2AA7
Tints of Blue Gem #4D2AA7
RGB
CMYK
RGB Variations
Color information
#4D2AA7 (or 0x4D2AA7) is known color: Blue Gem. HEX triplet: 4D, 2A and A7. RGB value is (77,42,167). Sum of RGB (Red+Green+Blue) = 77+42+167=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 167 (65.62% from 255 or 58.39% from 286); Max value from RGB is 167 - color contains mainly: blue. Hex color #4D2AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2AA7 is #B2D558. Grayscale: #424242. Windows color (decimal): -11720025 or 10955341. OLE color: 10955341.
HSL color Cylindrical-coordinate representation of color #4D2AA7: hue angle of 256.8º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2AA7 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 42 | 167 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.35 |
| HSL | 256.8º | 0.6% | 0.41% | - |
| HSV(B) | 256.8º | 0.75% | 0.65% | - |
| XYZ | 10.86 | 6.02 | 37.15 | - |
| YUV | 66.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 42 | 167 | 0.54 | 0.75 | 0 | 0.35 | 256.8 | 0.6 | 0.41 |
| Hex | 4D | 2A | A7 | 36 | 4B | 0 | 23 | 101 | 3C | 29 |
| Octal | 115 | 52 | 247 | 66 | 113 | 0 | 43 | 401 | 74 | 51 |
| Binary | 1001101 | 101010 | 10100111 | 110110 | 1001011 | 0 | 100011 | 100000001 | 111100 | 101001 |
Color Harmonies of #4D2AA7
Complementary color
Monochromatic Colors of #4D2AA7
Black with #4D2AA7
Text Example
Text Example
White with #4D2AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2AA7; }
p { color: rgb(77,42,167); }
H1.HeaderClassName
{
color: #4D2AA7;
}
.AnyTagClassName
{
color: #4D2AA7;
}
</style>
background-color css
<style>
a { background-color: #4D2AA7; }
a { background-color: rgb(77,42,167); }
div.DivClassName
{
background-color: #4D2AA7;
}
.BgClassName
{
background-color: #4D2AA7;
}
</style>
border-color css
<style>
span { border-color: #4D2AA7; }
span { border-color: rgb(77,42,167); }
td.TdClassName
{
border-color: #4D2AA7;
}
.TagClassName
{
border-color: #4D2AA7;
}
</style>