#4F4082

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

Shades of Gigas #4F4082

Tints of Gigas #4F4082

Color information

#4F4082 (or 0x4F4082) is unknown color: approx Gigas. HEX triplet: 4F, 40 and 82. RGB value is (79,64,130). Sum of RGB (Red+Green+Blue) = 79+64+130=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4082 is #B0BF7D. Grayscale: #4B4B4B. Windows color (decimal): -11583358 or 8536143. OLE color: 8536143.

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

Color convert

RGB7964130-
CMYK0.390.5100.49
HSL253.64º34.02%38.04%-
HSV(B)253.64º50.77%50.98%-
XYZ9.096.9421.98-
YUV76.01158.47130.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=28.94%
G=23.44%
B=47.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79641300.390.5100.49253.6434.0238.04
Hex4F40822733031fe2226
Octal11710020247630613764246
Binary1001111100000010000010100111110011011000111111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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