#4E3F83

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

Shades of Gigas #4E3F83

Tints of Gigas #4E3F83

Color information

#4E3F83 (or 0x4E3F83) is unknown color: approx Gigas. HEX triplet: 4E, 3F and 83. RGB value is (78,63,131). Sum of RGB (Red+Green+Blue) = 78+63+131=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E3F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3F83 is #B1C07C. Grayscale: #4A4A4A. Windows color (decimal): -11649149 or 8601422. OLE color: 8601422.

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

Color convert

RGB7863131-
CMYK0.400.5200.49
HSL253.24º35.05%38.04%-
HSV(B)253.24º51.91%51.37%-
XYZ9.026.8122.31-
YUV75.24159.47129.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.68%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=28.68%
G=23.16%
B=48.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78631310.400.5200.49253.2435.0538.04
Hex4E3F832834031fd2326
Octal1167720350640613754346
Binary100111011111110000011101000110100011000111111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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