#4E4079

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

Shades of Gigas #4E4079

Tints of Gigas #4E4079

Color information

#4E4079 (or 0x4E4079) is unknown color: approx Gigas. HEX triplet: 4E, 40 and 79. RGB value is (78,64,121). Sum of RGB (Red+Green+Blue) = 78+64+121=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4079 is #B1BF86. Grayscale: #4A4A4A. Windows color (decimal): -11648903 or 7946318. OLE color: 7946318.

HSL color Cylindrical-coordinate representation of color #4E4079: hue angle of 254.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E4079 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7864121-
CMYK0.360.4700.53
HSL254.74º30.81%36.27%-
HSV(B)254.74º47.11%47.45%-
XYZ8.436.6718.93-
YUV74.68154.14130.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.66%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=29.66%
G=24.33%
B=46.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78641210.360.4700.53254.7430.8136.27
Hex4E4079242F035ff1f24
Octal11610017144570653773744
Binary10011101000000111100110010010111101101011111111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,64,121); }

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

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

 a { background-color: rgb(78,64,121); }

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

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

 span { border-color: rgb(78,64,121); }

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