#4E3CAB

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

Shades of Blue Gem #4E3CAB

Tints of Blue Gem #4E3CAB

Color information

#4E3CAB (or 0x4E3CAB) is unknown color: approx Blue Gem. HEX triplet: 4E, 3C and AB. RGB value is (78,60,171). Sum of RGB (Red+Green+Blue) = 78+60+171=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CAB is #B1C354. Grayscale: #4D4D4D. Windows color (decimal): -11649877 or 11222094. OLE color: 11222094.

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

Color convert

RGB7860171-
CMYK0.540.6500.33
HSL249.73º48.05%45.29%-
HSV(B)249.73º64.91%67.06%-
XYZ12.117.7939.39-
YUV78.04180.46127.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=25.24%
G=19.42%
B=55.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78601710.540.6500.33249.7348.0545.29
Hex4E3CAB3641021fa302d
Octal11674253661010413726055
Binary1001110111100101010111101101000001010000111111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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