#469E87

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

Shades of Gossamer #469E87

Tints of Gossamer #469E87

Color information

#469E87 (or 0x469E87) is unknown color: approx Gossamer. HEX triplet: 46, 9E and 87. RGB value is (70,158,135). Sum of RGB (Red+Green+Blue) = 70+158+135=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #469E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E87 is #B96178. Grayscale: #818181. Windows color (decimal): -12149113 or 8887878. OLE color: 8887878.

HSL color Cylindrical-coordinate representation of color #469E87: hue angle of 164.32º 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 #469E87 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB70158135-
CMYK0.5600.150.38
HSL164.32º38.6%44.71%-
HSV(B)164.32º55.7%61.96%-
XYZ19.1327.5127.22-
YUV129.07131.3585.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=19.28%
G=43.53%
B=37.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701581350.5600.150.38164.3238.644.71
Hex469E87380F26a4272d
Octal10623620770017462444755
Binary100011010011110100001111110000111110011010100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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