Shades of Blue Gem #4E308D
Tints of Blue Gem #4E308D
RGB
CMYK
RGB Variations
Color information
#4E308D (or 0x4E308D) is known color: Blue Gem. HEX triplet: 4E, 30 and 8D. RGB value is (78,48,141). Sum of RGB (Red+Green+Blue) = 78+48+141=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E308D is #B1CF72. Grayscale: #434343. Windows color (decimal): -11652979 or 9252942. OLE color: 9252942.
HSL color Cylindrical-coordinate representation of color #4E308D: hue angle of 259.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E308D is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 48 | 141 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.45 |
| HSL | 259.35º | 0.49% | 0.37% | - |
| HSV(B) | 259.35º | 0.66% | 0.55% | - |
| XYZ | 9.01 | 5.66 | 25.82 | - |
| YUV | 67.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 141 | 0.45 | 0.66 | 0 | 0.45 | 259.35 | 0.49 | 0.37 |
| Hex | 4E | 30 | 8D | 2D | 42 | 0 | 2D | 103 | 31 | 25 |
| Octal | 116 | 60 | 215 | 55 | 102 | 0 | 55 | 403 | 61 | 45 |
| Binary | 1001110 | 110000 | 10001101 | 101101 | 1000010 | 0 | 101101 | 100000011 | 110001 | 100101 |
Color Harmonies of #4E308D
Complementary color
Monochromatic Colors of #4E308D
Black with #4E308D
Text Example
Text Example
White with #4E308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E308D; }
p { color: rgb(78,48,141); }
H1.HeaderClassName
{
color: #4E308D;
}
.AnyTagClassName
{
color: #4E308D;
}
</style>
background-color css
<style>
a { background-color: #4E308D; }
a { background-color: rgb(78,48,141); }
div.DivClassName
{
background-color: #4E308D;
}
.BgClassName
{
background-color: #4E308D;
}
</style>
border-color css
<style>
span { border-color: #4E308D; }
span { border-color: rgb(78,48,141); }
td.TdClassName
{
border-color: #4E308D;
}
.TagClassName
{
border-color: #4E308D;
}
</style>