Html Css Color HEX #4E407C Gigas

📋 copy color: '#4E407C'

red 78 ◦ green 64 ◦ blue 124

#4E407C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #4E407C

Tints of Gigas #4E407C

RGB

 RED value IS 78 (30.86% from 255) = 29.32%

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 29.32%
G = 24.06%
B = 46.62%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E407C (or 0x4E407C) is known color: Gigas. HEX triplet: 4E, 40 and 7C. RGB value is (78,64,124). Sum of RGB (Red+Green+Blue) = 78+64+124=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E407C is #B1BF83. Grayscale: #4A4A4A. Windows color (decimal): -11648900 or 8142926. OLE color: 8142926.

HSL color Cylindrical-coordinate representation of color #4E407C: hue angle of 254º degrees, saturation: 0.32, 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 #4E407C is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 64 124 -
CMYK 0.37 0.48 0 0.51
HSL 254º 0.32% 0.37% -
HSV(B) 254º 0.48% 0.49% -
XYZ 8.61 6.74 19.92 -
YUV 75.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 78 64 124 0.37 0.48 0 0.51 254 0.32 0.37
Hex 4E 40 7C 25 30 0 33 FE 20 25
Octal 116 100 174 45 60 0 63 376 40 45
Binary 1001110 1000000 1111100 100101 110000 0 110011 11111110 100000 100101

Color Harmonies of #4E407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E407C

Black with #4E407C

Text Example


Text Example

White with #4E407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E407C;
 }
 .AnyTagClassName
 {
   color: #4E407C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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