Shades of Blue Gem #4E259C
Tints of Blue Gem #4E259C
RGB
CMYK
RGB Variations
Color information
#4E259C (or 0x4E259C) is known color: Blue Gem. HEX triplet: 4E, 25 and 9C. RGB value is (78,37,156). Sum of RGB (Red+Green+Blue) = 78+37+156=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E259C is #B1DA63. Grayscale: #3E3E3E. Windows color (decimal): -11655780 or 10233166. OLE color: 10233166.
HSL color Cylindrical-coordinate representation of color #4E259C: hue angle of 260.67º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E259C is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 37 | 156 | - |
| CMYK | 0.5 | 0.76 | 0 | 0.39 |
| HSL | 260.67º | 0.62% | 0.38% | - |
| HSV(B) | 260.67º | 0.76% | 0.61% | - |
| XYZ | 9.8 | 5.34 | 31.97 | - |
| YUV | 62.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 156 | 0.5 | 0.76 | 0 | 0.39 | 260.67 | 0.62 | 0.38 |
| Hex | 4E | 25 | 9C | 32 | 4C | 0 | 27 | 105 | 3E | 26 |
| Octal | 116 | 45 | 234 | 62 | 114 | 0 | 47 | 405 | 76 | 46 |
| Binary | 1001110 | 100101 | 10011100 | 110010 | 1001100 | 0 | 100111 | 100000101 | 111110 | 100110 |
Color Harmonies of #4E259C
Complementary color
Monochromatic Colors of #4E259C
Black with #4E259C
Text Example
Text Example
White with #4E259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E259C; }
p { color: rgb(78,37,156); }
H1.HeaderClassName
{
color: #4E259C;
}
.AnyTagClassName
{
color: #4E259C;
}
</style>
background-color css
<style>
a { background-color: #4E259C; }
a { background-color: rgb(78,37,156); }
div.DivClassName
{
background-color: #4E259C;
}
.BgClassName
{
background-color: #4E259C;
}
</style>
border-color css
<style>
span { border-color: #4E259C; }
span { border-color: rgb(78,37,156); }
td.TdClassName
{
border-color: #4E259C;
}
.TagClassName
{
border-color: #4E259C;
}
</style>