#4F407C

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

Shades of Gigas #4F407C

Tints of Gigas #4F407C

Color information

#4F407C (or 0x4F407C) is unknown color: approx Gigas. HEX triplet: 4F, 40 and 7C. RGB value is (79,64,124). Sum of RGB (Red+Green+Blue) = 79+64+124=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F407C is #B0BF83. Grayscale: #4B4B4B. Windows color (decimal): -11583364 or 8142927. OLE color: 8142927.

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

Color convert

RGB7964124-
CMYK0.360.4800.51
HSL255º31.91%36.86%-
HSV(B)255º48.39%48.63%-
XYZ8.76.7819.92-
YUV75.32155.47130.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=29.59%
G=23.97%
B=46.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79641240.360.4800.5125531.9136.86
Hex4F407C2430033ff2025
Octal11710017444600633774045
Binary100111110000001111100100100110000011001111111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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