#4E3BAB

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

Shades of Blue Gem #4E3BAB

Tints of Blue Gem #4E3BAB

Color information

#4E3BAB (or 0x4E3BAB) is unknown color: approx Blue Gem. HEX triplet: 4E, 3B and AB. RGB value is (78,59,171). Sum of RGB (Red+Green+Blue) = 78+59+171=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E3BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3BAB is #B1C454. Grayscale: #4D4D4D. Windows color (decimal): -11650133 or 11221838. OLE color: 11221838.

HSL color Cylindrical-coordinate representation of color #4E3BAB: hue angle of 250.18º degrees, saturation: 0.49, 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 #4E3BAB is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7859171-
CMYK0.540.6500.33
HSL250.18º48.7%45.1%-
HSV(B)250.18º65.5%67.06%-
XYZ12.067.6939.38-
YUV77.45180.79128.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=25.32%
G=19.16%
B=55.52%

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
Decimal78591710.540.6500.33250.1848.745.1
Hex4E3BAB3641021fa312d
Octal11673253661010413726155
Binary1001110111011101010111101101000001010000111111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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