Html Css Color HEX #479F8B Gossamer

📋 copy color: '#479F8B'

red 71 ◦ green 159 ◦ blue 139

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

Shades of Gossamer #479F8B

Tints of Gossamer #479F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 19.24%
G = 43.09%
B = 37.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#479F8B (or 0x479F8B) is known color: Gossamer. HEX triplet: 47, 9F and 8B. RGB value is (71,159,139). Sum of RGB (Red+Green+Blue) = 71+159+139=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #479F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479F8B is #B86074. Grayscale: #828282. Windows color (decimal): -12083317 or 9150279. OLE color: 9150279.

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

Color convert

RGB 71 159 139 -
CMYK 0.55 0 0.13 0.38
HSL 166.36º 0.38% 0.45% -
HSV(B) 166.36º 0.55% 0.62% -
XYZ 19.66 28 28.79 -
YUV 130.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 71 159 139 0.55 0 0.13 0.38 166.36 0.38 0.45
Hex 47 9F 8B 37 0 D 26 A6 26 2D
Octal 107 237 213 67 0 15 46 246 46 55
Binary 1000111 10011111 10001011 110111 0 1101 100110 10100110 100110 101101

Color Harmonies of #479F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F8B

Black with #479F8B

Text Example


Text Example

White with #479F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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