#4F4084

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

Shades of Gigas #4F4084

Tints of Gigas #4F4084

Color information

#4F4084 (or 0x4F4084) is unknown color: approx Gigas. HEX triplet: 4F, 40 and 84. RGB value is (79,64,132). Sum of RGB (Red+Green+Blue) = 79+64+132=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F4084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4084 is #B0BF7B. Grayscale: #4B4B4B. Windows color (decimal): -11583356 or 8667215. OLE color: 8667215.

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

Color convert

RGB7964132-
CMYK0.400.5200.48
HSL253.24º34.69%38.43%-
HSV(B)253.24º51.52%51.76%-
XYZ9.226.9922.69-
YUV76.24159.47129.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.73%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 132 (51.95% from 255) = 48%
R=28.73%
G=23.27%
B=48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79641320.400.5200.48253.2434.6938.43
Hex4F40842834030fd2326
Octal11710020450640603754346
Binary1001111100000010000100101000110100011000011111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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