#469E82

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

Shades of Gossamer #469E82

Tints of Gossamer #469E82

Color information

#469E82 (or 0x469E82) is unknown color: approx Gossamer. HEX triplet: 46, 9E and 82. RGB value is (70,158,130). Sum of RGB (Red+Green+Blue) = 70+158+130=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #469E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E82 is #B9617D. Grayscale: #808080. Windows color (decimal): -12149118 or 8560198. OLE color: 8560198.

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

Color convert

RGB70158130-
CMYK0.5600.180.38
HSL160.91º38.6%44.71%-
HSV(B)160.91º55.7%61.96%-
XYZ18.7827.3725.41-
YUV128.5128.8586.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=19.55%
G=44.13%
B=36.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701581300.5600.180.38160.9138.644.71
Hex469E823801226a1272d
Octal10623620270022462414755
Binary1000110100111101000001011100001001010011010100001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,158,130); }

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

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

 a { background-color: rgb(70,158,130); }

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

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

 span { border-color: rgb(70,158,130); }

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