Html Css Color HEX #479D81 Gossamer

📋 copy color: '#479D81'

red 71 ◦ green 157 ◦ blue 129

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

Shades of Gossamer #479D81

Tints of Gossamer #479D81

RGB

 RED value IS 71 (28.13% from 255) = 19.89%

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 19.89%
G = 43.98%
B = 36.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#479D81 (or 0x479D81) is known color: Gossamer. HEX triplet: 47, 9D and 81. RGB value is (71,157,129). Sum of RGB (Red+Green+Blue) = 71+157+129=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #479D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D81 is #B8627E. Grayscale: #808080. Windows color (decimal): -12083839 or 8494407. OLE color: 8494407.

HSL color Cylindrical-coordinate representation of color #479D81: hue angle of 160.47º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D81 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 157 129 -
CMYK 0.55 0 0.18 0.38
HSL 160.47º 0.38% 0.45% -
HSV(B) 160.47º 0.55% 0.62% -
XYZ 18.62 27.04 25.01 -
YUV 128.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 71 157 129 0.55 0 0.18 0.38 160.47 0.38 0.45
Hex 47 9D 81 37 0 12 26 A0 26 2D
Octal 107 235 201 67 0 22 46 240 46 55
Binary 1000111 10011101 10000001 110111 0 10010 100110 10100000 100110 101101

Color Harmonies of #479D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D81

Black with #479D81

Text Example


Text Example

White with #479D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479D81; }

 p { color: rgb(71,157,129); }

 H1.HeaderClassName
 {
   color: #479D81;
 }
 .AnyTagClassName
 {
   color: #479D81;
 }
</style>

background-color css

<style>
 a { background-color: #479D81; }

 a { background-color: rgb(71,157,129); }

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

border-color css

<style>
 span { border-color: #479D81; }

 span { border-color: rgb(71,157,129); }

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