Html Css Color HEX #4FA490 Gossamer

📋 copy color: '#4FA490'

red 79 ◦ green 164 ◦ blue 144

#4FA490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #4FA490

Tints of Gossamer #4FA490

RGB

 RED value IS 79 (31.25% from 255) = 20.41%

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 20.41%
G = 42.38%
B = 37.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#4FA490 (or 0x4FA490) is known color: Gossamer. HEX triplet: 4F, A4 and 90. RGB value is (79,164,144). Sum of RGB (Red+Green+Blue) = 79+164+144=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA490 is #B05B6F. Grayscale: #888888. Windows color (decimal): -11557744 or 9479247. OLE color: 9479247.

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

Color convert

RGB 79 164 144 -
CMYK 0.52 0 0.12 0.36
HSL 165.88º 0.35% 0.48% -
HSV(B) 165.88º 0.52% 0.64% -
XYZ 21.53 30.23 31.08 -
YUV 136.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 79 164 144 0.52 0 0.12 0.36 165.88 0.35 0.48
Hex 4F A4 90 34 0 C 24 A6 23 30
Octal 117 244 220 64 0 14 44 246 43 60
Binary 1001111 10100100 10010000 110100 0 1100 100100 10100110 100011 110000

Color Harmonies of #4FA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA490

Black with #4FA490

Text Example


Text Example

White with #4FA490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,164,144); }

 H1.HeaderClassName
 {
   color: #4FA490;
 }
 .AnyTagClassName
 {
   color: #4FA490;
 }
</style>

background-color css

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

 a { background-color: rgb(79,164,144); }

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

border-color css

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

 span { border-color: rgb(79,164,144); }

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