#409D8D

Color #409D8D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #409D8D

Tints of Gossamer #409D8D

Color information

#409D8D (or 0x409D8D) is unknown color: approx Gossamer. HEX triplet: 40, 9D and 8D. RGB value is (64,157,141). Sum of RGB (Red+Green+Blue) = 64+157+141=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #409D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409D8D is #BF6272. Grayscale: #7F7F7F. Windows color (decimal): -12542579 or 9280832. OLE color: 9280832.

HSL color Cylindrical-coordinate representation of color #409D8D: hue angle of 169.68º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D8D is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB64157141-
CMYK0.5900.100.38
HSL169.68º42.08%43.33%-
HSV(B)169.68º59.24%61.57%-
XYZ18.9827.1329.44-
YUV127.37135.6982.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.68%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=17.68%
G=43.37%
B=38.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641571410.5900.100.38169.6842.0843.33
Hex409D8D3B0A26aa2a2b
Octal10023521573012462525253
Binary100000010011101100011011110110101010011010101010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409D8D; }

 p { color: rgb(64,157,141); }

 H1.HeaderClassName
 {
   color: #409D8D;
 }
 .AnyTagClassName
 {
   color: #409D8D;
 }
</style>
background-color css

<style>
 a { background-color: #409D8D; }

 a { background-color: rgb(64,157,141); }

 div.DivClassName
 {
   background-color: #409D8D;
 }
 .BgClassName
 {
   background-color: #409D8D;
 }
</style>
border-color css

<style>
 span { border-color: #409D8D; }

 span { border-color: rgb(64,157,141); }

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