Shades of Blue Gem #4D3093
Tints of Blue Gem #4D3093
RGB
CMYK
RGB Variations
Color information
#4D3093 (or 0x4D3093) is known color: Blue Gem. HEX triplet: 4D, 30 and 93. RGB value is (77,48,147). Sum of RGB (Red+Green+Blue) = 77+48+147=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D3093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3093 is #B2CF6C. Grayscale: #434343. Windows color (decimal): -11718509 or 9646157. OLE color: 9646157.
HSL color Cylindrical-coordinate representation of color #4D3093: hue angle of 257.58º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3093 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 48 | 147 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.42 |
| HSL | 257.58º | 0.51% | 0.38% | - |
| HSV(B) | 257.58º | 0.67% | 0.58% | - |
| XYZ | 9.38 | 5.8 | 28.23 | - |
| YUV | 67.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 147 | 0.48 | 0.67 | 0 | 0.42 | 257.58 | 0.51 | 0.38 |
| Hex | 4D | 30 | 93 | 30 | 43 | 0 | 2A | 102 | 33 | 26 |
| Octal | 115 | 60 | 223 | 60 | 103 | 0 | 52 | 402 | 63 | 46 |
| Binary | 1001101 | 110000 | 10010011 | 110000 | 1000011 | 0 | 101010 | 100000010 | 110011 | 100110 |
Color Harmonies of #4D3093
Complementary color
Monochromatic Colors of #4D3093
Black with #4D3093
Text Example
Text Example
White with #4D3093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3093; }
p { color: rgb(77,48,147); }
H1.HeaderClassName
{
color: #4D3093;
}
.AnyTagClassName
{
color: #4D3093;
}
</style>
background-color css
<style>
a { background-color: #4D3093; }
a { background-color: rgb(77,48,147); }
div.DivClassName
{
background-color: #4D3093;
}
.BgClassName
{
background-color: #4D3093;
}
</style>
border-color css
<style>
span { border-color: #4D3093; }
span { border-color: rgb(77,48,147); }
td.TdClassName
{
border-color: #4D3093;
}
.TagClassName
{
border-color: #4D3093;
}
</style>