Shades of Blue Gem #4D319B
Tints of Blue Gem #4D319B
RGB
CMYK
RGB Variations
Color information
#4D319B (or 0x4D319B) is known color: Blue Gem. HEX triplet: 4D, 31 and 9B. RGB value is (77,49,155). Sum of RGB (Red+Green+Blue) = 77+49+155=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D319B is #B2CE64. Grayscale: #454545. Windows color (decimal): -11718245 or 10170701. OLE color: 10170701.
HSL color Cylindrical-coordinate representation of color #4D319B: hue angle of 255.85º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D319B is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 49 | 155 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.39 |
| HSL | 255.85º | 0.52% | 0.4% | - |
| HSV(B) | 255.85º | 0.68% | 0.61% | - |
| XYZ | 10.08 | 6.14 | 31.66 | - |
| YUV | 69.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 155 | 0.50 | 0.68 | 0 | 0.39 | 255.85 | 0.52 | 0.4 |
| Hex | 4D | 31 | 9B | 32 | 44 | 0 | 27 | 100 | 34 | 28 |
| Octal | 115 | 61 | 233 | 62 | 104 | 0 | 47 | 400 | 64 | 50 |
| Binary | 1001101 | 110001 | 10011011 | 110010 | 1000100 | 0 | 100111 | 100000000 | 110100 | 101000 |
Color Harmonies of #4D319B
Complementary color
Monochromatic Colors of #4D319B
Black with #4D319B
Text Example
Text Example
White with #4D319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D319B; }
p { color: rgb(77,49,155); }
H1.HeaderClassName
{
color: #4D319B;
}
.AnyTagClassName
{
color: #4D319B;
}
</style>
background-color css
<style>
a { background-color: #4D319B; }
a { background-color: rgb(77,49,155); }
div.DivClassName
{
background-color: #4D319B;
}
.BgClassName
{
background-color: #4D319B;
}
</style>
border-color css
<style>
span { border-color: #4D319B; }
span { border-color: rgb(77,49,155); }
td.TdClassName
{
border-color: #4D319B;
}
.TagClassName
{
border-color: #4D319B;
}
</style>