#4E3AAB

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

Shades of Blue Gem #4E3AAB

Tints of Blue Gem #4E3AAB

Color information

#4E3AAB (or 0x4E3AAB) is unknown color: approx Blue Gem. HEX triplet: 4E, 3A and AB. RGB value is (78,58,171). Sum of RGB (Red+Green+Blue) = 78+58+171=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3AAB is #B1C554. Grayscale: #4C4C4C. Windows color (decimal): -11650389 or 11221582. OLE color: 11221582.

HSL color Cylindrical-coordinate representation of color #4E3AAB: hue angle of 250.62º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E3AAB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7858171-
CMYK0.540.6600.33
HSL250.62º49.34%44.9%-
HSV(B)250.62º66.08%67.06%-
XYZ12.017.5939.36-
YUV76.86181.13128.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=25.41%
G=18.89%
B=55.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78581710.540.6600.33250.6249.3444.9
Hex4E3AAB3642021fb312d
Octal11672253661020413736155
Binary1001110111010101010111101101000010010000111111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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