#4F4287

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

Shades of Gigas #4F4287

Tints of Gigas #4F4287

Color information

#4F4287 (or 0x4F4287) is unknown color: approx Gigas. HEX triplet: 4F, 42 and 87. RGB value is (79,66,135). Sum of RGB (Red+Green+Blue) = 79+66+135=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F4287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4287 is #B0BD78. Grayscale: #4D4D4D. Windows color (decimal): -11582841 or 8864335. OLE color: 8864335.

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

Color convert

RGB7966135-
CMYK0.410.5100.47
HSL251.3º34.33%39.41%-
HSV(B)251.3º51.11%52.94%-
XYZ9.557.3123.83-
YUV77.75160.31128.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.21%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=28.21%
G=23.57%
B=48.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79661350.410.5100.47251.334.3339.41
Hex4F4287293302Ffb2227
Octal11710220751630573734247
Binary1001111100001010000111101001110011010111111111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,135); }

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

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

 a { background-color: rgb(79,66,135); }

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

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

 span { border-color: rgb(79,66,135); }

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