#419F8D

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

Shades of Gossamer #419F8D

Tints of Gossamer #419F8D

Color information

#419F8D (or 0x419F8D) is unknown color: approx Gossamer. HEX triplet: 41, 9F and 8D. RGB value is (65,159,141). Sum of RGB (Red+Green+Blue) = 65+159+141=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #419F8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419F8D is #BE6072. Grayscale: #808080. Windows color (decimal): -12476531 or 9281345. OLE color: 9281345.

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

Color convert

RGB65159141-
CMYK0.5900.110.38
HSL168.51º41.96%43.92%-
HSV(B)168.51º59.12%62.35%-
XYZ19.3927.8429.55-
YUV128.84134.8682.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.81%
GREEN value IS 159 (62.5% from 255) = 43.56%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=17.81%
G=43.56%
B=38.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651591410.5900.110.38168.5141.9643.92
Hex419F8D3B0B26a92a2c
Octal10123721573013462515254
Binary100000110011111100011011110110101110011010101001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419F8D; }

 p { color: rgb(65,159,141); }

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

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

 a { background-color: rgb(65,159,141); }

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

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

 span { border-color: rgb(65,159,141); }

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