#469D80

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

Shades of Gossamer #469D80

Tints of Gossamer #469D80

Color information

#469D80 (or 0x469D80) is unknown color: approx Gossamer. HEX triplet: 46, 9D and 80. RGB value is (70,157,128). Sum of RGB (Red+Green+Blue) = 70+157+128=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #469D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D80 is #B9627F. Grayscale: #7F7F7F. Windows color (decimal): -12149376 or 8428870. OLE color: 8428870.

HSL color Cylindrical-coordinate representation of color #469D80: hue angle of 160º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D80 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB70157128-
CMYK0.5500.180.38
HSL160º38.33%44.51%-
HSV(B)160º55.41%61.57%-
XYZ18.4826.9724.65-
YUV127.68128.1886.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=19.72%
G=44.23%
B=36.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701571280.5500.180.3816038.3344.51
Hex469D803701226a0262d
Octal10623520067022462404655
Binary1000110100111011000000011011101001010011010100000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469D80; }

 p { color: rgb(70,157,128); }

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

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

 a { background-color: rgb(70,157,128); }

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

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

 span { border-color: rgb(70,157,128); }

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