#4F4181

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

Shades of Gigas #4F4181

Tints of Gigas #4F4181

Color information

#4F4181 (or 0x4F4181) is unknown color: approx Gigas. HEX triplet: 4F, 41 and 81. RGB value is (79,65,129). Sum of RGB (Red+Green+Blue) = 79+65+129=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4181 is #B0BE7E. Grayscale: #4C4C4C. Windows color (decimal): -11583103 or 8470863. OLE color: 8470863.

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

Color convert

RGB7965129-
CMYK0.390.5000.49
HSL253.12º32.99%38.04%-
HSV(B)253.12º49.61%50.59%-
XYZ9.087.0321.65-
YUV76.48157.64129.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=28.94%
G=23.81%
B=47.25%

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
Decimal79651290.390.5000.49253.1232.9938.04
Hex4F41812732031fd2126
Octal11710120147620613754146
Binary1001111100000110000001100111110010011000111111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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