#4E417C

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

Shades of Gigas #4E417C

Tints of Gigas #4E417C

Color information

#4E417C (or 0x4E417C) is unknown color: approx Gigas. HEX triplet: 4E, 41 and 7C. RGB value is (78,65,124). Sum of RGB (Red+Green+Blue) = 78+65+124=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E417C is #B1BE83. Grayscale: #4B4B4B. Windows color (decimal): -11648644 or 8143182. OLE color: 8143182.

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

Color convert

RGB7865124-
CMYK0.370.4800.51
HSL253.22º31.22%37.06%-
HSV(B)253.22º47.58%48.63%-
XYZ8.676.8619.94-
YUV75.61155.31129.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=29.21%
G=24.34%
B=46.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78651240.370.4800.51253.2231.2237.06
Hex4E417C2530033fd1f25
Octal11610117445600633753745
Binary10011101000001111110010010111000001100111111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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