Html Css Color HEX #479E8E Gossamer

📋 copy color: '#479E8E'

red 71 ◦ green 158 ◦ blue 142

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

Shades of Gossamer #479E8E

Tints of Gossamer #479E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 19.14%
G = 42.59%
B = 38.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#479E8E (or 0x479E8E) is known color: Gossamer. HEX triplet: 47, 9E and 8E. RGB value is (71,158,142). Sum of RGB (Red+Green+Blue) = 71+158+142=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #479E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E8E is #B86171. Grayscale: #828282. Windows color (decimal): -12083570 or 9346631. OLE color: 9346631.

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

Color convert

RGB 71 158 142 -
CMYK 0.55 0 0.10 0.38
HSL 168.97º 0.38% 0.45% -
HSV(B) 168.97º 0.55% 0.62% -
XYZ 19.71 27.75 29.91 -
YUV 130.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 71 158 142 0.55 0 0.10 0.38 168.97 0.38 0.45
Hex 47 9E 8E 37 0 A 26 A9 26 2D
Octal 107 236 216 67 0 12 46 251 46 55
Binary 1000111 10011110 10001110 110111 0 1010 100110 10101001 100110 101101

Color Harmonies of #479E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E8E

Black with #479E8E

Text Example


Text Example

White with #479E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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