Html Css Color HEX #4E4079 Gigas

📋 copy color: '#4E4079'

red 78 ◦ green 64 ◦ blue 121

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

Shades of Gigas #4E4079

Tints of Gigas #4E4079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 29.66%
G = 24.33%
B = 46.01%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E4079 (or 0x4E4079) is known color: Gigas. HEX triplet: 4E, 40 and 79. RGB value is (78,64,121). Sum of RGB (Red+Green+Blue) = 78+64+121=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4079 is #B1BF86. Grayscale: #4A4A4A. Windows color (decimal): -11648903 or 7946318. OLE color: 7946318.

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

Color convert

RGB 78 64 121 -
CMYK 0.36 0.47 0 0.53
HSL 254.74º 0.31% 0.36% -
HSV(B) 254.74º 0.47% 0.47% -
XYZ 8.43 6.67 18.93 -
YUV 74.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 78 64 121 0.36 0.47 0 0.53 254.74 0.31 0.36
Hex 4E 40 79 24 2F 0 35 FF 1F 24
Octal 116 100 171 44 57 0 65 377 37 44
Binary 1001110 1000000 1111001 100100 101111 0 110101 11111111 11111 100100

Color Harmonies of #4E4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4079

Black with #4E4079

Text Example


Text Example

White with #4E4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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