Shades of Blue Gem #4E469B
Tints of Blue Gem #4E469B
RGB
CMYK
RGB Variations
Color information
#4E469B (or 0x4E469B) is known color: Blue Gem. HEX triplet: 4E, 46 and 9B. RGB value is (78,70,155). Sum of RGB (Red+Green+Blue) = 78+70+155=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E469B is #B1B964. Grayscale: #515151. Windows color (decimal): -11647333 or 10176078. OLE color: 10176078.
HSL color Cylindrical-coordinate representation of color #4E469B: hue angle of 245.65º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E469B is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 70 | 155 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.39 |
| HSL | 245.65º | 0.38% | 0.44% | - |
| HSV(B) | 245.65º | 0.55% | 0.61% | - |
| XYZ | 11.25 | 8.37 | 32.03 | - |
| YUV | 82.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 155 | 0.50 | 0.55 | 0 | 0.39 | 245.65 | 0.38 | 0.44 |
| Hex | 4E | 46 | 9B | 32 | 37 | 0 | 27 | F6 | 26 | 2C |
| Octal | 116 | 106 | 233 | 62 | 67 | 0 | 47 | 366 | 46 | 54 |
| Binary | 1001110 | 1000110 | 10011011 | 110010 | 110111 | 0 | 100111 | 11110110 | 100110 | 101100 |
Color Harmonies of #4E469B
Complementary color
Monochromatic Colors of #4E469B
Black with #4E469B
Text Example
Text Example
White with #4E469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E469B; }
p { color: rgb(78,70,155); }
H1.HeaderClassName
{
color: #4E469B;
}
.AnyTagClassName
{
color: #4E469B;
}
</style>
background-color css
<style>
a { background-color: #4E469B; }
a { background-color: rgb(78,70,155); }
div.DivClassName
{
background-color: #4E469B;
}
.BgClassName
{
background-color: #4E469B;
}
</style>
border-color css
<style>
span { border-color: #4E469B; }
span { border-color: rgb(78,70,155); }
td.TdClassName
{
border-color: #4E469B;
}
.TagClassName
{
border-color: #4E469B;
}
</style>