Html Css Color HEX #409B87 Gossamer

📋 copy color: '#409B87'

red 64 ◦ green 155 ◦ blue 135

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

Shades of Gossamer #409B87

Tints of Gossamer #409B87

RGB

 RED value IS 64 (25.39% from 255) = 18.08%

 GREEN value IS 155 (60.94% from 255) = 43.79%

 BLUE value IS 135 (53.13% from 255) = 38.14%

R = 18.08%
G = 43.79%
B = 38.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#409B87 (or 0x409B87) is known color: Gossamer. HEX triplet: 40, 9B and 87. RGB value is (64,155,135). Sum of RGB (Red+Green+Blue) = 64+155+135=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #409B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B87 is #BF6478. Grayscale: #7D7D7D. Windows color (decimal): -12543097 or 8887104. OLE color: 8887104.

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

Color convert

RGB 64 155 135 -
CMYK 0.59 0 0.13 0.39
HSL 166.81º 0.42% 0.43% -
HSV(B) 166.81º 0.59% 0.61% -
XYZ 18.21 26.28 27.03 -
YUV 125.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 64 155 135 0.59 0 0.13 0.39 166.81 0.42 0.43
Hex 40 9B 87 3B 0 D 27 A7 2A 2B
Octal 100 233 207 73 0 15 47 247 52 53
Binary 1000000 10011011 10000111 111011 0 1101 100111 10100111 101010 101011

Color Harmonies of #409B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409B87

Black with #409B87

Text Example


Text Example

White with #409B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #409B87;
 }
 .AnyTagClassName
 {
   color: #409B87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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