Html Css Color HEX #4E427E Gigas

📋 copy color: '#4E427E'

red 78 ◦ green 66 ◦ blue 126

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

Shades of Gigas #4E427E

Tints of Gigas #4E427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 28.89%
G = 24.44%
B = 46.67%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E427E (or 0x4E427E) is known color: Gigas. HEX triplet: 4E, 42 and 7E. RGB value is (78,66,126). Sum of RGB (Red+Green+Blue) = 78+66+126=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E427E is #B1BD81. Grayscale: #4C4C4C. Windows color (decimal): -11648386 or 8274510. OLE color: 8274510.

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

Color convert

RGB 78 66 126 -
CMYK 0.38 0.48 0 0.51
HSL 252º 0.31% 0.38% -
HSV(B) 252º 0.48% 0.49% -
XYZ 8.86 7.02 20.63 -
YUV 76.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 78 66 126 0.38 0.48 0 0.51 252 0.31 0.38
Hex 4E 42 7E 26 30 0 33 FC 1F 26
Octal 116 102 176 46 60 0 63 374 37 46
Binary 1001110 1000010 1111110 100110 110000 0 110011 11111100 11111 100110

Color Harmonies of #4E427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E427E

Black with #4E427E

Text Example


Text Example

White with #4E427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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