#469E85

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

Shades of Gossamer #469E85

Tints of Gossamer #469E85

Color information

#469E85 (or 0x469E85) is unknown color: approx Gossamer. HEX triplet: 46, 9E and 85. RGB value is (70,158,133). Sum of RGB (Red+Green+Blue) = 70+158+133=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #469E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E85 is #B9617A. Grayscale: #808080. Windows color (decimal): -12149115 or 8756806. OLE color: 8756806.

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

Color convert

RGB70158133-
CMYK0.5600.160.38
HSL162.95º38.6%44.71%-
HSV(B)162.95º55.7%61.96%-
XYZ18.9927.4526.49-
YUV128.84130.3586.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=19.39%
G=43.77%
B=36.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701581330.5600.160.38162.9538.644.71
Hex469E853801026a3272d
Octal10623620570020462434755
Binary1000110100111101000010111100001000010011010100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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