Shades of Blue Gem #4E41A4
Tints of Blue Gem #4E41A4
RGB
CMYK
RGB Variations
Color information
#4E41A4 (or 0x4E41A4) is known color: Blue Gem. HEX triplet: 4E, 41 and A4. RGB value is (78,65,164). Sum of RGB (Red+Green+Blue) = 78+65+164=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E41A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E41A4 is #B1BE5B. Grayscale: #4F4F4F. Windows color (decimal): -11648604 or 10764622. OLE color: 10764622.
HSL color Cylindrical-coordinate representation of color #4E41A4: hue angle of 247.88º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E41A4 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 65 | 164 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.36 |
| HSL | 247.88º | 0.43% | 0.45% | - |
| HSV(B) | 247.88º | 0.6% | 0.64% | - |
| XYZ | 11.73 | 8.08 | 36.06 | - |
| YUV | 80.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 164 | 0.52 | 0.60 | 0 | 0.36 | 247.88 | 0.43 | 0.45 |
| Hex | 4E | 41 | A4 | 34 | 3C | 0 | 24 | F8 | 2B | 2D |
| Octal | 116 | 101 | 244 | 64 | 74 | 0 | 44 | 370 | 53 | 55 |
| Binary | 1001110 | 1000001 | 10100100 | 110100 | 111100 | 0 | 100100 | 11111000 | 101011 | 101101 |
Color Harmonies of #4E41A4
Complementary color
Monochromatic Colors of #4E41A4
Black with #4E41A4
Text Example
Text Example
White with #4E41A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E41A4; }
p { color: rgb(78,65,164); }
H1.HeaderClassName
{
color: #4E41A4;
}
.AnyTagClassName
{
color: #4E41A4;
}
</style>
background-color css
<style>
a { background-color: #4E41A4; }
a { background-color: rgb(78,65,164); }
div.DivClassName
{
background-color: #4E41A4;
}
.BgClassName
{
background-color: #4E41A4;
}
</style>
border-color css
<style>
span { border-color: #4E41A4; }
span { border-color: rgb(78,65,164); }
td.TdClassName
{
border-color: #4E41A4;
}
.TagClassName
{
border-color: #4E41A4;
}
</style>