Html Css Color HEX #479F81 Gossamer

📋 copy color: '#479F81'

red 71 ◦ green 159 ◦ blue 129

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

Shades of Gossamer #479F81

Tints of Gossamer #479F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.29%

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

R = 19.78%
G = 44.29%
B = 35.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#479F81 (or 0x479F81) is known color: Gossamer. HEX triplet: 47, 9F and 81. RGB value is (71,159,129). Sum of RGB (Red+Green+Blue) = 71+159+129=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #479F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479F81 is #B8607E. Grayscale: #818181. Windows color (decimal): -12083327 or 8494919. OLE color: 8494919.

HSL color Cylindrical-coordinate representation of color #479F81: hue angle of 159.55º 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 #479F81 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 159 129 -
CMYK 0.55 0 0.19 0.38
HSL 159.55º 0.38% 0.45% -
HSV(B) 159.55º 0.55% 0.62% -
XYZ 18.96 27.72 25.12 -
YUV 129.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 71 159 129 0.55 0 0.19 0.38 159.55 0.38 0.45
Hex 47 9F 81 37 0 13 26 A0 26 2D
Octal 107 237 201 67 0 23 46 240 46 55
Binary 1000111 10011111 10000001 110111 0 10011 100110 10100000 100110 101101

Color Harmonies of #479F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F81

Black with #479F81

Text Example


Text Example

White with #479F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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