#4e2eab

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

Shades of Blue Gem #4E2EAB

Tints of Blue Gem #4E2EAB

Color information

#4E2EAB (or 0x4E2EAB) is unknown color: approx Blue Gem. HEX triplet: 4E, 2E and AB. RGB value is (78,46,171). Sum of RGB (Red+Green+Blue) = 78+46+171=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E2EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2EAB is #B1D154. Grayscale: #454545. Windows color (decimal): -11653461 or 11218510. OLE color: 11218510.

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

Color convert

RGB7846171-
CMYK0.540.7300.33
HSL255.36º57.6%42.55%-
HSV(B)255.36º73.1%67.06%-
XYZ11.476.5139.18-
YUV69.82185.1133.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.44%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=26.44%
G=15.59%
B=57.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78461710.540.7300.33255.3657.642.55
Hex4E2EAB3649021ff3a2b
Octal11656253661110413777253
Binary1001110101110101010111101101001001010000111111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e2eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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