Shades of Blue Gem #4E459D
Tints of Blue Gem #4E459D
RGB
CMYK
RGB Variations
Color information
#4E459D (or 0x4E459D) is known color: Blue Gem. HEX triplet: 4E, 45 and 9D. RGB value is (78,69,157). Sum of RGB (Red+Green+Blue) = 78+69+157=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E459D is #B1BA62. Grayscale: #515151. Windows color (decimal): -11647587 or 10306894. OLE color: 10306894.
HSL color Cylindrical-coordinate representation of color #4E459D: hue angle of 246.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E459D is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 69 | 157 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.38 |
| HSL | 246.14º | 0.39% | 0.44% | - |
| HSV(B) | 246.14º | 0.56% | 0.62% | - |
| XYZ | 11.36 | 8.31 | 32.9 | - |
| YUV | 81.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 157 | 0.50 | 0.56 | 0 | 0.38 | 246.14 | 0.39 | 0.44 |
| Hex | 4E | 45 | 9D | 32 | 38 | 0 | 26 | F6 | 27 | 2C |
| Octal | 116 | 105 | 235 | 62 | 70 | 0 | 46 | 366 | 47 | 54 |
| Binary | 1001110 | 1000101 | 10011101 | 110010 | 111000 | 0 | 100110 | 11110110 | 100111 | 101100 |
Color Harmonies of #4E459D
Complementary color
Monochromatic Colors of #4E459D
Black with #4E459D
Text Example
Text Example
White with #4E459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E459D; }
p { color: rgb(78,69,157); }
H1.HeaderClassName
{
color: #4E459D;
}
.AnyTagClassName
{
color: #4E459D;
}
</style>
background-color css
<style>
a { background-color: #4E459D; }
a { background-color: rgb(78,69,157); }
div.DivClassName
{
background-color: #4E459D;
}
.BgClassName
{
background-color: #4E459D;
}
</style>
border-color css
<style>
span { border-color: #4E459D; }
span { border-color: rgb(78,69,157); }
td.TdClassName
{
border-color: #4E459D;
}
.TagClassName
{
border-color: #4E459D;
}
</style>