#4E4283

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

Shades of Gigas #4E4283

Tints of Gigas #4E4283

Color information

#4E4283 (or 0x4E4283) is unknown color: approx Gigas. HEX triplet: 4E, 42 and 83. RGB value is (78,66,131). Sum of RGB (Red+Green+Blue) = 78+66+131=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E4283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4283 is #B1BD7C. Grayscale: #4C4C4C. Windows color (decimal): -11648381 or 8602190. OLE color: 8602190.

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

Color convert

RGB7866131-
CMYK0.400.5000.49
HSL251.08º32.99%38.63%-
HSV(B)251.08º49.62%51.37%-
XYZ9.197.1522.37-
YUV77158.48128.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=28.36%
G=24%
B=47.64%

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
Decimal78661310.400.5000.49251.0832.9938.63
Hex4E42832832031fb2127
Octal11610220350620613734147
Binary1001110100001010000011101000110010011000111111011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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