#4E407A

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

Shades of Gigas #4E407A

Tints of Gigas #4E407A

Color information

#4E407A (or 0x4E407A) is unknown color: approx Gigas. HEX triplet: 4E, 40 and 7A. RGB value is (78,64,122). Sum of RGB (Red+Green+Blue) = 78+64+122=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E407A is #B1BF85. Grayscale: #4A4A4A. Windows color (decimal): -11648902 or 8011854. OLE color: 8011854.

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

Color convert

RGB7864122-
CMYK0.360.4800.52
HSL254.48º31.18%36.47%-
HSV(B)254.48º47.54%47.84%-
XYZ8.496.6919.26-
YUV74.8154.64130.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.55%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=29.55%
G=24.24%
B=46.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78641220.360.4800.52254.4831.1836.47
Hex4E407A2430034fe1f24
Octal11610017244600643763744
Binary10011101000000111101010010011000001101001111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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