Shades of Blue Gem #4D309F
Tints of Blue Gem #4D309F
RGB
CMYK
RGB Variations
Color information
#4D309F (or 0x4D309F) is known color: Blue Gem. HEX triplet: 4D, 30 and 9F. RGB value is (77,48,159). Sum of RGB (Red+Green+Blue) = 77+48+159=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D309F is #B2CF60. Grayscale: #444444. Windows color (decimal): -11718497 or 10432589. OLE color: 10432589.
HSL color Cylindrical-coordinate representation of color #4D309F: hue angle of 255.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D309F is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 48 | 159 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.38 |
| HSL | 255.68º | 0.54% | 0.41% | - |
| HSV(B) | 255.68º | 0.7% | 0.62% | - |
| XYZ | 10.38 | 6.19 | 33.45 | - |
| YUV | 69.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 159 | 0.52 | 0.70 | 0 | 0.38 | 255.68 | 0.54 | 0.41 |
| Hex | 4D | 30 | 9F | 34 | 46 | 0 | 26 | 100 | 36 | 29 |
| Octal | 115 | 60 | 237 | 64 | 106 | 0 | 46 | 400 | 66 | 51 |
| Binary | 1001101 | 110000 | 10011111 | 110100 | 1000110 | 0 | 100110 | 100000000 | 110110 | 101001 |
Color Harmonies of #4D309F
Complementary color
Monochromatic Colors of #4D309F
Black with #4D309F
Text Example
Text Example
White with #4D309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D309F; }
p { color: rgb(77,48,159); }
H1.HeaderClassName
{
color: #4D309F;
}
.AnyTagClassName
{
color: #4D309F;
}
</style>
background-color css
<style>
a { background-color: #4D309F; }
a { background-color: rgb(77,48,159); }
div.DivClassName
{
background-color: #4D309F;
}
.BgClassName
{
background-color: #4D309F;
}
</style>
border-color css
<style>
span { border-color: #4D309F; }
span { border-color: rgb(77,48,159); }
td.TdClassName
{
border-color: #4D309F;
}
.TagClassName
{
border-color: #4D309F;
}
</style>