Html Css Color HEX #4E3C7F Gigas

📋 copy color: '#4E3C7F'

red 78 ◦ green 60 ◦ blue 127

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

Shades of Gigas #4E3C7F

Tints of Gigas #4E3C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 127 (50% from 255) = 47.92%

R = 29.43%
G = 22.64%
B = 47.92%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4E3C7F (or 0x4E3C7F) is known color: Gigas. HEX triplet: 4E, 3C and 7F. RGB value is (78,60,127). Sum of RGB (Red+Green+Blue) = 78+60+127=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E3C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3C7F is #B1C380. Grayscale: #484848. Windows color (decimal): -11649921 or 8338510. OLE color: 8338510.

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

Color convert

RGB 78 60 127 -
CMYK 0.39 0.53 0 0.50
HSL 256.12º 0.36% 0.37% -
HSV(B) 256.12º 0.53% 0.5% -
XYZ 8.59 6.38 20.86 -
YUV 73.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 78 60 127 0.39 0.53 0 0.50 256.12 0.36 0.37
Hex 4E 3C 7F 27 35 0 32 100 24 25
Octal 116 74 177 47 65 0 62 400 44 45
Binary 1001110 111100 1111111 100111 110101 0 110010 100000000 100100 100101

Color Harmonies of #4E3C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3C7F

Black with #4E3C7F

Text Example


Text Example

White with #4E3C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,60,127); }

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

background-color css

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

 a { background-color: rgb(78,60,127); }

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

border-color css

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

 span { border-color: rgb(78,60,127); }

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