Shades of Blue Gem #4E3CA4
Tints of Blue Gem #4E3CA4
RGB
CMYK
RGB Variations
Color information
#4E3CA4 (or 0x4E3CA4) is known color: Blue Gem. HEX triplet: 4E, 3C and A4. RGB value is (78,60,164). Sum of RGB (Red+Green+Blue) = 78+60+164=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E3CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CA4 is #B1C35B. Grayscale: #4C4C4C. Windows color (decimal): -11649884 or 10763342. OLE color: 10763342.
HSL color Cylindrical-coordinate representation of color #4E3CA4: hue angle of 250.38º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E3CA4 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 60 | 164 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.36 |
| HSL | 250.38º | 0.46% | 0.44% | - |
| HSV(B) | 250.38º | 0.63% | 0.64% | - |
| XYZ | 11.46 | 7.53 | 35.97 | - |
| YUV | 77.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 164 | 0.52 | 0.63 | 0 | 0.36 | 250.38 | 0.46 | 0.44 |
| Hex | 4E | 3C | A4 | 34 | 3F | 0 | 24 | FA | 2E | 2C |
| Octal | 116 | 74 | 244 | 64 | 77 | 0 | 44 | 372 | 56 | 54 |
| Binary | 1001110 | 111100 | 10100100 | 110100 | 111111 | 0 | 100100 | 11111010 | 101110 | 101100 |
Color Harmonies of #4E3CA4
Complementary color
Monochromatic Colors of #4E3CA4
Black with #4E3CA4
Text Example
Text Example
White with #4E3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3CA4; }
p { color: rgb(78,60,164); }
H1.HeaderClassName
{
color: #4E3CA4;
}
.AnyTagClassName
{
color: #4E3CA4;
}
</style>
background-color css
<style>
a { background-color: #4E3CA4; }
a { background-color: rgb(78,60,164); }
div.DivClassName
{
background-color: #4E3CA4;
}
.BgClassName
{
background-color: #4E3CA4;
}
</style>
border-color css
<style>
span { border-color: #4E3CA4; }
span { border-color: rgb(78,60,164); }
td.TdClassName
{
border-color: #4E3CA4;
}
.TagClassName
{
border-color: #4E3CA4;
}
</style>