Shades of Blue Gem #4E259B
Tints of Blue Gem #4E259B
RGB
CMYK
RGB Variations
Color information
#4E259B (or 0x4E259B) is known color: Blue Gem. HEX triplet: 4E, 25 and 9B. RGB value is (78,37,155). Sum of RGB (Red+Green+Blue) = 78+37+155=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E259B is #B1DA64. Grayscale: #3E3E3E. Windows color (decimal): -11655781 or 10167630. OLE color: 10167630.
HSL color Cylindrical-coordinate representation of color #4E259B: hue angle of 260.85º degrees, saturation: 0.61, 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 #4E259B is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 37 | 155 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.39 |
| HSL | 260.85º | 0.61% | 0.38% | - |
| HSV(B) | 260.85º | 0.76% | 0.61% | - |
| XYZ | 9.72 | 5.31 | 31.52 | - |
| YUV | 62.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 155 | 0.50 | 0.76 | 0 | 0.39 | 260.85 | 0.61 | 0.38 |
| Hex | 4E | 25 | 9B | 32 | 4C | 0 | 27 | 105 | 3D | 26 |
| Octal | 116 | 45 | 233 | 62 | 114 | 0 | 47 | 405 | 75 | 46 |
| Binary | 1001110 | 100101 | 10011011 | 110010 | 1001100 | 0 | 100111 | 100000101 | 111101 | 100110 |
Color Harmonies of #4E259B
Complementary color
Monochromatic Colors of #4E259B
Black with #4E259B
Text Example
Text Example
White with #4E259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E259B; }
p { color: rgb(78,37,155); }
H1.HeaderClassName
{
color: #4E259B;
}
.AnyTagClassName
{
color: #4E259B;
}
</style>
background-color css
<style>
a { background-color: #4E259B; }
a { background-color: rgb(78,37,155); }
div.DivClassName
{
background-color: #4E259B;
}
.BgClassName
{
background-color: #4E259B;
}
</style>
border-color css
<style>
span { border-color: #4E259B; }
span { border-color: rgb(78,37,155); }
td.TdClassName
{
border-color: #4E259B;
}
.TagClassName
{
border-color: #4E259B;
}
</style>