Shades of Blue Gem #4E3D92
Tints of Blue Gem #4E3D92
RGB
CMYK
RGB Variations
Color information
#4E3D92 (or 0x4E3D92) is known color: Blue Gem. HEX triplet: 4E, 3D and 92. RGB value is (78,61,146). Sum of RGB (Red+Green+Blue) = 78+61+146=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E3D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3D92 is #B1C26D. Grayscale: #4B4B4B. Windows color (decimal): -11649646 or 9583950. OLE color: 9583950.
HSL color Cylindrical-coordinate representation of color #4E3D92: hue angle of 252º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E3D92 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 61 | 146 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.43 |
| HSL | 252º | 0.41% | 0.41% | - |
| HSV(B) | 252º | 0.58% | 0.57% | - |
| XYZ | 10 | 7.03 | 28.02 | - |
| YUV | 75.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 146 | 0.47 | 0.58 | 0 | 0.43 | 252 | 0.41 | 0.41 |
| Hex | 4E | 3D | 92 | 2F | 3A | 0 | 2B | FC | 29 | 29 |
| Octal | 116 | 75 | 222 | 57 | 72 | 0 | 53 | 374 | 51 | 51 |
| Binary | 1001110 | 111101 | 10010010 | 101111 | 111010 | 0 | 101011 | 11111100 | 101001 | 101001 |
Color Harmonies of #4E3D92
Complementary color
Monochromatic Colors of #4E3D92
Black with #4E3D92
Text Example
Text Example
White with #4E3D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3D92; }
p { color: rgb(78,61,146); }
H1.HeaderClassName
{
color: #4E3D92;
}
.AnyTagClassName
{
color: #4E3D92;
}
</style>
background-color css
<style>
a { background-color: #4E3D92; }
a { background-color: rgb(78,61,146); }
div.DivClassName
{
background-color: #4E3D92;
}
.BgClassName
{
background-color: #4E3D92;
}
</style>
border-color css
<style>
span { border-color: #4E3D92; }
span { border-color: rgb(78,61,146); }
td.TdClassName
{
border-color: #4E3D92;
}
.TagClassName
{
border-color: #4E3D92;
}
</style>