#4F4383

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

Shades of Gigas #4F4383

Tints of Gigas #4F4383

Color information

#4F4383 (or 0x4F4383) is unknown color: approx Gigas. HEX triplet: 4F, 43 and 83. RGB value is (79,67,131). Sum of RGB (Red+Green+Blue) = 79+67+131=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F4383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4383 is #B0BC7C. Grayscale: #4D4D4D. Windows color (decimal): -11582589 or 8602447. OLE color: 8602447.

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

Color convert

RGB7967131-
CMYK0.400.4900.49
HSL251.25º32.32%38.82%-
HSV(B)251.25º48.85%51.37%-
XYZ9.337.3222.39-
YUV77.88157.98128.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.52%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=28.52%
G=24.19%
B=47.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79671310.400.4900.49251.2532.3238.82
Hex4F43832831031fb2027
Octal11710320350610613734047
Binary1001111100001110000011101000110001011000111111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,131); }

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

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

 a { background-color: rgb(79,67,131); }

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

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

 span { border-color: rgb(79,67,131); }

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