Html Css Color HEX #409986 Gossamer

📋 copy color: '#409986'

red 64 ◦ green 153 ◦ blue 134

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

Shades of Gossamer #409986

Tints of Gossamer #409986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 18.23%
G = 43.59%
B = 38.18%

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

#409986 (or 0x409986) is known color: Gossamer. HEX triplet: 40, 99 and 86. RGB value is (64,153,134). Sum of RGB (Red+Green+Blue) = 64+153+134=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #409986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409986 is #BF6679. Grayscale: #7C7C7C. Windows color (decimal): -12543610 or 8821056. OLE color: 8821056.

HSL color Cylindrical-coordinate representation of color #409986: hue angle of 167.19º 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 #409986 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 134 -
CMYK 0.58 0 0.12 0.4
HSL 167.19º 0.41% 0.43% -
HSV(B) 167.19º 0.58% 0.6% -
XYZ 17.81 25.59 26.56 -
YUV 124.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 64 153 134 0.58 0 0.12 0.4 167.19 0.41 0.43
Hex 40 99 86 3A 0 C 28 A7 29 2B
Octal 100 231 206 72 0 14 50 247 51 53
Binary 1000000 10011001 10000110 111010 0 1100 101000 10100111 101001 101011

Color Harmonies of #409986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409986

Black with #409986

Text Example


Text Example

White with #409986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409986; }

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

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

background-color css

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

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

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

border-color css

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

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

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