#4E379A

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

Shades of Blue Gem #4E379A

Tints of Blue Gem #4E379A

Color information

#4E379A (or 0x4E379A) is unknown color: approx Blue Gem. HEX triplet: 4E, 37 and 9A. RGB value is (78,55,154). Sum of RGB (Red+Green+Blue) = 78+55+154=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E379A is #B1C865. Grayscale: #484848. Windows color (decimal): -11651174 or 10106702. OLE color: 10106702.

HSL color Cylindrical-coordinate representation of color #4E379A: hue angle of 253.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E379A is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7855154-
CMYK0.490.6400.40
HSL253.94º47.37%40.98%-
HSV(B)253.94º64.29%60.39%-
XYZ10.346.6931.32-
YUV73.16173.62131.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=27.18%
G=19.16%
B=53.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78551540.490.6400.40253.9447.3740.98
Hex4E379A3140028fe2f29
Octal11667232611000503765751
Binary1001110110111100110101100011000000010100011111110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,55,154); }

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

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

 a { background-color: rgb(78,55,154); }

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

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

 span { border-color: rgb(78,55,154); }

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