Shades of Blue Gem #4D1E9B
Tints of Blue Gem #4D1E9B
RGB
CMYK
RGB Variations
Color information
#4D1E9B (or 0x4D1E9B) is known color: Blue Gem. HEX triplet: 4D, 1E and 9B. RGB value is (77,30,155). Sum of RGB (Red+Green+Blue) = 77+30+155=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D1E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1E9B is #B2E164. Grayscale: #393939. Windows color (decimal): -11723109 or 10165837. OLE color: 10165837.
HSL color Cylindrical-coordinate representation of color #4D1E9B: hue angle of 262.56º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1E9B is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 30 | 155 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.39 |
| HSL | 262.56º | 0.68% | 0.36% | - |
| HSV(B) | 262.56º | 0.81% | 0.61% | - |
| XYZ | 9.44 | 4.87 | 31.45 | - |
| YUV | 58.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 155 | 0.50 | 0.81 | 0 | 0.39 | 262.56 | 0.68 | 0.36 |
| Hex | 4D | 1E | 9B | 32 | 51 | 0 | 27 | 107 | 44 | 24 |
| Octal | 115 | 36 | 233 | 62 | 121 | 0 | 47 | 407 | 104 | 44 |
| Binary | 1001101 | 11110 | 10011011 | 110010 | 1010001 | 0 | 100111 | 100000111 | 1000100 | 100100 |
Color Harmonies of #4D1E9B
Complementary color
Monochromatic Colors of #4D1E9B
Black with #4D1E9B
Text Example
Text Example
White with #4D1E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E9B; }
p { color: rgb(77,30,155); }
H1.HeaderClassName
{
color: #4D1E9B;
}
.AnyTagClassName
{
color: #4D1E9B;
}
</style>
background-color css
<style>
a { background-color: #4D1E9B; }
a { background-color: rgb(77,30,155); }
div.DivClassName
{
background-color: #4D1E9B;
}
.BgClassName
{
background-color: #4D1E9B;
}
</style>
border-color css
<style>
span { border-color: #4D1E9B; }
span { border-color: rgb(77,30,155); }
td.TdClassName
{
border-color: #4D1E9B;
}
.TagClassName
{
border-color: #4D1E9B;
}
</style>