Shades of Blue Gem #4D2C9B
Tints of Blue Gem #4D2C9B
RGB
CMYK
RGB Variations
Color information
#4D2C9B (or 0x4D2C9B) is known color: Blue Gem. HEX triplet: 4D, 2C and 9B. RGB value is (77,44,155). Sum of RGB (Red+Green+Blue) = 77+44+155=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D2C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2C9B is #B2D364. Grayscale: #424242. Windows color (decimal): -11719525 or 10169421. OLE color: 10169421.
HSL color Cylindrical-coordinate representation of color #4D2C9B: hue angle of 257.84º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D2C9B is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 44 | 155 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.39 |
| HSL | 257.84º | 0.56% | 0.39% | - |
| HSV(B) | 257.84º | 0.72% | 0.61% | - |
| XYZ | 9.88 | 5.75 | 31.6 | - |
| YUV | 66.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 155 | 0.50 | 0.72 | 0 | 0.39 | 257.84 | 0.56 | 0.39 |
| Hex | 4D | 2C | 9B | 32 | 48 | 0 | 27 | 102 | 38 | 27 |
| Octal | 115 | 54 | 233 | 62 | 110 | 0 | 47 | 402 | 70 | 47 |
| Binary | 1001101 | 101100 | 10011011 | 110010 | 1001000 | 0 | 100111 | 100000010 | 111000 | 100111 |
Color Harmonies of #4D2C9B
Complementary color
Monochromatic Colors of #4D2C9B
Black with #4D2C9B
Text Example
Text Example
White with #4D2C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C9B; }
p { color: rgb(77,44,155); }
H1.HeaderClassName
{
color: #4D2C9B;
}
.AnyTagClassName
{
color: #4D2C9B;
}
</style>
background-color css
<style>
a { background-color: #4D2C9B; }
a { background-color: rgb(77,44,155); }
div.DivClassName
{
background-color: #4D2C9B;
}
.BgClassName
{
background-color: #4D2C9B;
}
</style>
border-color css
<style>
span { border-color: #4D2C9B; }
span { border-color: rgb(77,44,155); }
td.TdClassName
{
border-color: #4D2C9B;
}
.TagClassName
{
border-color: #4D2C9B;
}
</style>