Shades of Blue Gem #4D318A
Tints of Blue Gem #4D318A
RGB
CMYK
RGB Variations
Color information
#4D318A (or 0x4D318A) is known color: Blue Gem. HEX triplet: 4D, 31 and 8A. RGB value is (77,49,138). Sum of RGB (Red+Green+Blue) = 77+49+138=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D318A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D318A is #B2CE75. Grayscale: #434343. Windows color (decimal): -11718262 or 9056589. OLE color: 9056589.
HSL color Cylindrical-coordinate representation of color #4D318A: hue angle of 258.88º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D318A is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 49 | 138 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.46 |
| HSL | 258.88º | 0.48% | 0.37% | - |
| HSV(B) | 258.88º | 0.64% | 0.54% | - |
| XYZ | 8.75 | 5.61 | 24.67 | - |
| YUV | 67.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 138 | 0.44 | 0.64 | 0 | 0.46 | 258.88 | 0.48 | 0.37 |
| Hex | 4D | 31 | 8A | 2C | 40 | 0 | 2E | 103 | 30 | 25 |
| Octal | 115 | 61 | 212 | 54 | 100 | 0 | 56 | 403 | 60 | 45 |
| Binary | 1001101 | 110001 | 10001010 | 101100 | 1000000 | 0 | 101110 | 100000011 | 110000 | 100101 |
Color Harmonies of #4D318A
Complementary color
Monochromatic Colors of #4D318A
Black with #4D318A
Text Example
Text Example
White with #4D318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D318A; }
p { color: rgb(77,49,138); }
H1.HeaderClassName
{
color: #4D318A;
}
.AnyTagClassName
{
color: #4D318A;
}
</style>
background-color css
<style>
a { background-color: #4D318A; }
a { background-color: rgb(77,49,138); }
div.DivClassName
{
background-color: #4D318A;
}
.BgClassName
{
background-color: #4D318A;
}
</style>
border-color css
<style>
span { border-color: #4D318A; }
span { border-color: rgb(77,49,138); }
td.TdClassName
{
border-color: #4D318A;
}
.TagClassName
{
border-color: #4D318A;
}
</style>