#4E2BA2

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

Shades of Blue Gem #4E2BA2

Tints of Blue Gem #4E2BA2

Color information

#4E2BA2 (or 0x4E2BA2) is unknown color: approx Blue Gem. HEX triplet: 4E, 2B and A2. RGB value is (78,43,162). Sum of RGB (Red+Green+Blue) = 78+43+162=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E2BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2BA2 is #B1D45D. Grayscale: #424242. Windows color (decimal): -11654238 or 10627918. OLE color: 10627918.

HSL color Cylindrical-coordinate representation of color #4E2BA2: hue angle of 257.65º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E2BA2 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7843162-
CMYK0.520.7300.36
HSL257.65º58.05%40.2%-
HSV(B)257.65º73.46%63.53%-
XYZ10.535.9634.78-
YUV67.03181.6135.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 162 (63.67% from 255) = 57.24%
R=27.56%
G=15.19%
B=57.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78431620.520.7300.36257.6558.0540.2
Hex4E2BA234490241023a28
Octal11653242641110444027250
Binary10011101010111010001011010010010010100100100000010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,43,162); }

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

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

 a { background-color: rgb(78,43,162); }

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

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

 span { border-color: rgb(78,43,162); }

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