#4E3295

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

Shades of Blue Gem #4E3295

Tints of Blue Gem #4E3295

Color information

#4E3295 (or 0x4E3295) is unknown color: approx Blue Gem. HEX triplet: 4E, 32 and 95. RGB value is (78,50,149). Sum of RGB (Red+Green+Blue) = 78+50+149=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E3295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3295 is #B1CD6A. Grayscale: #454545. Windows color (decimal): -11652459 or 9777742. OLE color: 9777742.

HSL color Cylindrical-coordinate representation of color #4E3295: hue angle of 256.97º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E3295 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7850149-
CMYK0.480.6600.42
HSL256.97º49.75%39.02%-
HSV(B)256.97º66.44%58.43%-
XYZ9.716.0729.09-
YUV69.66172.78133.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=28.16%
G=18.05%
B=53.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78501490.480.6600.42256.9749.7539.02
Hex4E3295304202A1013227
Octal11662225601020524016247
Binary10011101100101001010111000010000100101010100000001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,149); }

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

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

 a { background-color: rgb(78,50,149); }

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

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

 span { border-color: rgb(78,50,149); }

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