#4E4181

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

Shades of Gigas #4E4181

Tints of Gigas #4E4181

Color information

#4E4181 (or 0x4E4181) is unknown color: approx Gigas. HEX triplet: 4E, 41 and 81. RGB value is (78,65,129). Sum of RGB (Red+Green+Blue) = 78+65+129=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4181 is #B1BE7E. Grayscale: #4B4B4B. Windows color (decimal): -11648639 or 8470862. OLE color: 8470862.

HSL color Cylindrical-coordinate representation of color #4E4181: hue angle of 252.19º degrees, saturation: 0.33, 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 #4E4181 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7865129-
CMYK0.400.5000.49
HSL252.19º32.99%38.04%-
HSV(B)252.19º49.61%50.59%-
XYZ8.996.9921.64-
YUV76.18157.81129.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.68%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=28.68%
G=23.90%
B=47.43%

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
Decimal78651290.400.5000.49252.1932.9938.04
Hex4E41812832031fc2126
Octal11610120150620613744146
Binary1001110100000110000001101000110010011000111111100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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