#4E3AAD

Color #4E3AAD Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4E3AAD

Tints of Blue Gem #4E3AAD

Color information

#4E3AAD (or 0x4E3AAD) is unknown color: approx Blue Gem. HEX triplet: 4E, 3A and AD. RGB value is (78,58,173). Sum of RGB (Red+Green+Blue) = 78+58+173=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E3AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3AAD is #B1C552. Grayscale: #4C4C4C. Windows color (decimal): -11650387 or 11352654. OLE color: 11352654.

HSL color Cylindrical-coordinate representation of color #4E3AAD: hue angle of 250.43º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E3AAD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7858173-
CMYK0.550.6600.32
HSL250.43º49.78%45.29%-
HSV(B)250.43º66.47%67.84%-
XYZ12.27.6640.37-
YUV77.09182.13128.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 58 (23.05% from 255) = 18.77%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=25.24%
G=18.77%
B=55.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78581730.550.6600.32250.4349.7845.29
Hex4E3AAD3742020fa322d
Octal11672255671020403726255
Binary1001110111010101011011101111000010010000011111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3AAD; }

 p { color: rgb(78,58,173); }

 H1.HeaderClassName
 {
   color: #4E3AAD;
 }
 .AnyTagClassName
 {
   color: #4E3AAD;
 }
</style>
background-color css

<style>
 a { background-color: #4E3AAD; }

 a { background-color: rgb(78,58,173); }

 div.DivClassName
 {
   background-color: #4E3AAD;
 }
 .BgClassName
 {
   background-color: #4E3AAD;
 }
</style>
border-color css

<style>
 span { border-color: #4E3AAD; }

 span { border-color: rgb(78,58,173); }

 td.TdClassName
 {
   border-color: #4E3AAD;
 }
 .TagClassName
 {
   border-color: #4E3AAD;
 }
</style>