Html Css Color HEX #4FA286 Gossamer

📋 copy color: '#4FA286'

red 79 ◦ green 162 ◦ blue 134

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

Shades of Gossamer #4FA286

Tints of Gossamer #4FA286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 21.07%
G = 43.2%
B = 35.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#4FA286 (or 0x4FA286) is known color: Gossamer. HEX triplet: 4F, A2 and 86. RGB value is (79,162,134). Sum of RGB (Red+Green+Blue) = 79+162+134=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA286 is #B05D79. Grayscale: #868686. Windows color (decimal): -11558266 or 8823375. OLE color: 8823375.

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

Color convert

RGB 79 162 134 -
CMYK 0.51 0 0.17 0.36
HSL 159.76º 0.34% 0.47% -
HSV(B) 159.76º 0.51% 0.64% -
XYZ 20.45 29.22 27.12 -
YUV 133.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 79 162 134 0.51 0 0.17 0.36 159.76 0.34 0.47
Hex 4F A2 86 33 0 11 24 A0 22 2F
Octal 117 242 206 63 0 21 44 240 42 57
Binary 1001111 10100010 10000110 110011 0 10001 100100 10100000 100010 101111

Color Harmonies of #4FA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA286

Black with #4FA286

Text Example


Text Example

White with #4FA286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,134); }

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

background-color css

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

 a { background-color: rgb(79,162,134); }

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

border-color css

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

 span { border-color: rgb(79,162,134); }

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