Html Css Color HEX #4FA690 Gossamer

📋 copy color: '#4FA690'

red 79 ◦ green 166 ◦ blue 144

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

Shades of Gossamer #4FA690

Tints of Gossamer #4FA690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 20.31%
G = 42.67%
B = 37.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#4FA690 (or 0x4FA690) is known color: Gossamer. HEX triplet: 4F, A6 and 90. RGB value is (79,166,144). Sum of RGB (Red+Green+Blue) = 79+166+144=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA690 is #B0596F. Grayscale: #898989. Windows color (decimal): -11557232 or 9479759. OLE color: 9479759.

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

Color convert

RGB 79 166 144 -
CMYK 0.52 0 0.13 0.35
HSL 164.83º 0.36% 0.48% -
HSV(B) 164.83º 0.52% 0.65% -
XYZ 21.89 30.95 31.21 -
YUV 137.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 79 166 144 0.52 0 0.13 0.35 164.83 0.36 0.48
Hex 4F A6 90 34 0 D 23 A5 24 30
Octal 117 246 220 64 0 15 43 245 44 60
Binary 1001111 10100110 10010000 110100 0 1101 100011 10100101 100100 110000

Color Harmonies of #4FA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA690

Black with #4FA690

Text Example


Text Example

White with #4FA690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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