Html Css Color HEX #479E87 Gossamer

📋 copy color: '#479E87'

red 71 ◦ green 158 ◦ blue 135

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

Shades of Gossamer #479E87

Tints of Gossamer #479E87

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.41%

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 19.51%
G = 43.41%
B = 37.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#479E87 (or 0x479E87) is known color: Gossamer. HEX triplet: 47, 9E and 87. RGB value is (71,158,135). Sum of RGB (Red+Green+Blue) = 71+158+135=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #479E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E87 is #B86178. Grayscale: #818181. Windows color (decimal): -12083577 or 8887879. OLE color: 8887879.

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

Color convert

RGB 71 158 135 -
CMYK 0.55 0 0.15 0.38
HSL 164.14º 0.38% 0.45% -
HSV(B) 164.14º 0.55% 0.62% -
XYZ 19.2 27.54 27.23 -
YUV 129.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 71 158 135 0.55 0 0.15 0.38 164.14 0.38 0.45
Hex 47 9E 87 37 0 F 26 A4 26 2D
Octal 107 236 207 67 0 17 46 244 46 55
Binary 1000111 10011110 10000111 110111 0 1111 100110 10100100 100110 101101

Color Harmonies of #479E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E87

Black with #479E87

Text Example


Text Example

White with #479E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,158,135); }

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

background-color css

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

 a { background-color: rgb(71,158,135); }

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

border-color css

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

 span { border-color: rgb(71,158,135); }

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