Html Css Color HEX #409987 Gossamer

📋 copy color: '#409987'

red 64 ◦ green 153 ◦ blue 135

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

Shades of Gossamer #409987

Tints of Gossamer #409987

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.13% from 255) = 38.35%

R = 18.18%
G = 43.47%
B = 38.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#409987 (or 0x409987) is known color: 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

RGB 64 153 135 -
CMYK 0.58 0 0.12 0.4
HSL 167.87º 0.41% 0.43% -
HSV(B) 167.87º 0.58% 0.6% -
XYZ 17.88 25.62 26.92 -
YUV 124.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 64 153 135 0.58 0 0.12 0.4 167.87 0.41 0.43
Hex 40 99 87 3A 0 C 28 A8 29 2B
Octal 100 231 207 72 0 14 50 250 51 53
Binary 1000000 10011001 10000111 111010 0 1100 101000 10101000 101001 101011

Color Harmonies of #409987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409987

Black with #409987

Text Example


Text Example

White with #409987

Text Example


Text Example

HTML Codes & Css Web 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>