#4F4182

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

Shades of Gigas #4F4182

Tints of Gigas #4F4182

Color information

#4F4182 (or 0x4F4182) is unknown color: approx Gigas. HEX triplet: 4F, 41 and 82. RGB value is (79,65,130). Sum of RGB (Red+Green+Blue) = 79+65+130=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4182 is #B0BE7D. Grayscale: #4C4C4C. Windows color (decimal): -11583102 or 8536399. OLE color: 8536399.

HSL color Cylindrical-coordinate representation of color #4F4182: hue angle of 252.92º degrees, saturation: 0.33, 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 #4F4182 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7965130-
CMYK0.390.5000.49
HSL252.92º33.33%38.24%-
HSV(B)252.92º50%50.98%-
XYZ9.147.0522-
YUV76.6158.14129.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=28.83%
G=23.72%
B=47.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79651300.390.5000.49252.9233.3338.24
Hex4F41822732031fd2126
Octal11710120247620613754146
Binary1001111100000110000010100111110010011000111111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,130); }

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

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

 a { background-color: rgb(79,65,130); }

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

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

 span { border-color: rgb(79,65,130); }

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