#459B86

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

Shades of Gossamer #459B86

Tints of Gossamer #459B86

Color information

#459B86 (or 0x459B86) is unknown color: approx Gossamer. HEX triplet: 45, 9B and 86. RGB value is (69,155,134). Sum of RGB (Red+Green+Blue) = 69+155+134=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #459B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B86 is #BA6479. Grayscale: #7E7E7E. Windows color (decimal): -12215418 or 8821573. OLE color: 8821573.

HSL color Cylindrical-coordinate representation of color #459B86: hue angle of 165.35º 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 #459B86 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB69155134-
CMYK0.5500.140.39
HSL165.35º38.39%43.92%-
HSV(B)165.35º55.48%60.78%-
XYZ18.4826.4326.68-
YUV126.89132.0186.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=19.27%
G=43.30%
B=37.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551340.5500.140.39165.3538.3943.92
Hex459B86370E27a5262c
Octal10523320667016472454654
Binary100010110011011100001101101110111010011110100101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459B86; }

 p { color: rgb(69,155,134); }

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

<style>
 a { background-color: #459B86; }

 a { background-color: rgb(69,155,134); }

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

<style>
 span { border-color: #459B86; }

 span { border-color: rgb(69,155,134); }

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