Html Css Color HEX #4E3B7E Gigas

📋 copy color: '#4E3B7E'

red 78 ◦ green 59 ◦ blue 126

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

Shades of Gigas #4E3B7E

Tints of Gigas #4E3B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.43%

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 29.66%
G = 22.43%
B = 47.91%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E3B7E (or 0x4E3B7E) is known color: Gigas. HEX triplet: 4E, 3B and 7E. RGB value is (78,59,126). Sum of RGB (Red+Green+Blue) = 78+59+126=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E3B7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B7E is #B1C481. Grayscale: #484848. Windows color (decimal): -11650178 or 8272718. OLE color: 8272718.

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

Color convert

RGB 78 59 126 -
CMYK 0.38 0.53 0 0.51
HSL 257.01º 0.36% 0.36% -
HSV(B) 257.01º 0.53% 0.49% -
XYZ 8.47 6.25 20.5 -
YUV 72.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 78 59 126 0.38 0.53 0 0.51 257.01 0.36 0.36
Hex 4E 3B 7E 26 35 0 33 101 24 24
Octal 116 73 176 46 65 0 63 401 44 44
Binary 1001110 111011 1111110 100110 110101 0 110011 100000001 100100 100100

Color Harmonies of #4E3B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3B7E

Black with #4E3B7E

Text Example


Text Example

White with #4E3B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,59,126); }

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

background-color css

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

 a { background-color: rgb(78,59,126); }

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

border-color css

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

 span { border-color: rgb(78,59,126); }

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