#4E4183

Color #4E4183 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #4E4183

Tints of Gigas #4E4183

Color information

#4E4183 (or 0x4E4183) is unknown color: approx Gigas. HEX triplet: 4E, 41 and 83. RGB value is (78,65,131). Sum of RGB (Red+Green+Blue) = 78+65+131=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E4183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4183 is #B1BE7C. Grayscale: #4C4C4C. Windows color (decimal): -11648637 or 8601934. OLE color: 8601934.

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

Color convert

RGB7865131-
CMYK0.400.5000.49
HSL251.82º33.67%38.43%-
HSV(B)251.82º50.38%51.37%-
XYZ9.137.0422.35-
YUV76.41158.81129.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.47%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=28.47%
G=23.72%
B=47.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78651310.400.5000.49251.8233.6738.43
Hex4E41832832031fc2226
Octal11610120350620613744246
Binary1001110100000110000011101000110010011000111111100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,131); }

 H1.HeaderClassName
 {
   color: #4E4183;
 }
 .AnyTagClassName
 {
   color: #4E4183;
 }
</style>
background-color css

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

 a { background-color: rgb(78,65,131); }

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

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

 span { border-color: rgb(78,65,131); }

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