#409987

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

Shades of Gossamer #409987

Tints of Gossamer #409987

Color information

#409987 (or 0x409987) is unknown color: approx Gossamer. HEX triplet: 40, 99 and 87. RGB value is (64,153,135). Sum of RGB (Red+Green+Blue) = 64+153+135=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #409987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409987 is #BF6678. Grayscale: #7C7C7C. Windows color (decimal): -12543609 or 8886592. OLE color: 8886592.

HSL color Cylindrical-coordinate representation of color #409987: hue angle of 167.87º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409987 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB64153135-
CMYK0.5800.120.4
HSL167.87º41.01%42.55%-
HSV(B)167.87º58.17%60%-
XYZ17.8825.6226.92-
YUV124.34134.0184.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=18.18%
G=43.47%
B=38.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531350.5800.120.4167.8741.0142.55
Hex4099873A0C28a8292b
Octal10023120772014502505153
Binary100000010011001100001111110100110010100010101000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409987; }

 p { color: rgb(64,153,135); }

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

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

 a { background-color: rgb(64,153,135); }

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

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

 span { border-color: rgb(64,153,135); }

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