#469B80

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

Shades of Gossamer #469B80

Tints of Gossamer #469B80

Color information

#469B80 (or 0x469B80) is unknown color: approx Gossamer. HEX triplet: 46, 9B and 80. RGB value is (70,155,128). Sum of RGB (Red+Green+Blue) = 70+155+128=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #469B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B80 is #B9647F. Grayscale: #7E7E7E. Windows color (decimal): -12149888 or 8428358. OLE color: 8428358.

HSL color Cylindrical-coordinate representation of color #469B80: hue angle of 160.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B80 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB70155128-
CMYK0.5500.170.39
HSL160.94º37.78%44.12%-
HSV(B)160.94º54.84%60.78%-
XYZ18.1426.324.54-
YUV126.51128.8487.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=19.83%
G=43.91%
B=36.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701551280.5500.170.39160.9437.7844.12
Hex469B803701127a1262c
Octal10623320067021472414654
Binary1000110100110111000000011011101000110011110100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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