#4E3BAE

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

Shades of Blue Gem #4E3BAE

Tints of Blue Gem #4E3BAE

Color information

#4E3BAE (or 0x4E3BAE) is unknown color: approx Blue Gem. HEX triplet: 4E, 3B and AE. RGB value is (78,59,174). Sum of RGB (Red+Green+Blue) = 78+59+174=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E3BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3BAE is #B1C451. Grayscale: #4D4D4D. Windows color (decimal): -11650130 or 11418446. OLE color: 11418446.

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

Color convert

RGB7859174-
CMYK0.550.6600.32
HSL249.91º49.36%45.69%-
HSV(B)249.91º66.09%68.24%-
XYZ12.357.840.9-
YUV77.79182.29128.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.08%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=25.08%
G=18.97%
B=55.95%

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
Decimal78591740.550.6600.32249.9149.3645.69
Hex4E3BAE3742020fa312e
Octal11673256671020403726156
Binary1001110111011101011101101111000010010000011111010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,59,174); }

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

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

 a { background-color: rgb(78,59,174); }

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

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

 span { border-color: rgb(78,59,174); }

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