#4E3980

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

Shades of Blue Gem #4E3980

Tints of Blue Gem #4E3980

Color information

#4E3980 (or 0x4E3980) is unknown color: approx Blue Gem. HEX triplet: 4E, 39 and 80. RGB value is (78,57,128). Sum of RGB (Red+Green+Blue) = 78+57+128=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E3980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3980 is #B1C67F. Grayscale: #474747. Windows color (decimal): -11650688 or 8403278. OLE color: 8403278.

HSL color Cylindrical-coordinate representation of color #4E3980: hue angle of 257.75º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E3980 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7857128-
CMYK0.390.5500.50
HSL257.75º38.38%36.27%-
HSV(B)257.75º55.47%50.2%-
XYZ8.56.121.15-
YUV71.37159.96132.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.66%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=29.66%
G=21.67%
B=48.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78571280.390.5500.50257.7538.3836.27
Hex4E398027370321022624
Octal1167120047670624024644
Binary1001110111001100000001001111101110110010100000010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,57,128); }

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

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

 a { background-color: rgb(78,57,128); }

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

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

 span { border-color: rgb(78,57,128); }

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