#4E4081

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

Shades of Gigas #4E4081

Tints of Gigas #4E4081

Color information

#4E4081 (or 0x4E4081) is unknown color: approx Gigas. HEX triplet: 4E, 40 and 81. RGB value is (78,64,129). Sum of RGB (Red+Green+Blue) = 78+64+129=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4081 is #B1BF7E. Grayscale: #4B4B4B. Windows color (decimal): -11648895 or 8470606. OLE color: 8470606.

HSL color Cylindrical-coordinate representation of color #4E4081: hue angle of 252.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4081 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7864129-
CMYK0.400.5000.49
HSL252.92º33.68%37.84%-
HSV(B)252.92º50.39%50.59%-
XYZ8.946.8721.62-
YUV75.6158.14129.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=28.78%
G=23.62%
B=47.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78641290.400.5000.49252.9233.6837.84
Hex4E40812832031fd2226
Octal11610020150620613754246
Binary1001110100000010000001101000110010011000111111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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