#4F4388

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

Shades of Gigas #4F4388

Tints of Gigas #4F4388

Color information

#4F4388 (or 0x4F4388) is unknown color: approx Gigas. HEX triplet: 4F, 43 and 88. RGB value is (79,67,136). Sum of RGB (Red+Green+Blue) = 79+67+136=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F4388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4388 is #B0BC77. Grayscale: #4E4E4E. Windows color (decimal): -11582584 or 8930127. OLE color: 8930127.

HSL color Cylindrical-coordinate representation of color #4F4388: hue angle of 250.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F4388 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7967136-
CMYK0.420.5100.47
HSL250.43º33.99%39.8%-
HSV(B)250.43º50.74%53.33%-
XYZ9.687.4524.22-
YUV78.45160.48128.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.01%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=28.01%
G=23.76%
B=48.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79671360.420.5100.47250.4333.9939.8
Hex4F43882A3302Ffa2228
Octal11710321052630573724250
Binary1001111100001110001000101010110011010111111111010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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