#4E3E7C

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

Shades of Gigas #4E3E7C

Tints of Gigas #4E3E7C

Color information

#4E3E7C (or 0x4E3E7C) is unknown color: approx Gigas. HEX triplet: 4E, 3E and 7C. RGB value is (78,62,124). Sum of RGB (Red+Green+Blue) = 78+62+124=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E3E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3E7C is #B1C183. Grayscale: #494949. Windows color (decimal): -11649412 or 8142414. OLE color: 8142414.

HSL color Cylindrical-coordinate representation of color #4E3E7C: hue angle of 255.48º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E3E7C is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7862124-
CMYK0.370.500.51
HSL255.48º33.33%36.47%-
HSV(B)255.48º50%48.63%-
XYZ8.56.5219.88-
YUV73.85156.3130.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.55%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=29.55%
G=23.48%
B=46.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78621240.370.500.51255.4833.3336.47
Hex4E3E7C2532033ff2124
Octal1167617445620633774144
Binary10011101111101111100100101110010011001111111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,62,124); }

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

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

 a { background-color: rgb(78,62,124); }

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

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

 span { border-color: rgb(78,62,124); }

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