#4FA988

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

Shades of Gossamer #4FA988

Tints of Gossamer #4FA988

Color information

#4FA988 (or 0x4FA988) is unknown color: approx Gossamer. HEX triplet: 4F, A9 and 88. RGB value is (79,169,136). Sum of RGB (Red+Green+Blue) = 79+169+136=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA988 is #B05677. Grayscale: #8A8A8A. Windows color (decimal): -11556472 or 8956239. OLE color: 8956239.

HSL color Cylindrical-coordinate representation of color #4FA988: hue angle of 158º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA988 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB79169136-
CMYK0.5300.200.34
HSL158º36.29%48.63%-
HSV(B)158º53.25%66.27%-
XYZ21.8631.8228.28-
YUV138.33126.6885.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.57%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=20.57%
G=44.01%
B=35.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal791691360.5300.200.3415836.2948.63
Hex4FA98835014229e2431
Octal11725121065024422364461
Binary1001111101010011000100011010101010010001010011110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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