#459B87

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

Shades of Gossamer #459B87

Tints of Gossamer #459B87

Color information

#459B87 (or 0x459B87) is unknown color: approx Gossamer. HEX triplet: 45, 9B and 87. RGB value is (69,155,135). Sum of RGB (Red+Green+Blue) = 69+155+135=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #459B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B87 is #BA6478. Grayscale: #7E7E7E. Windows color (decimal): -12215417 or 8887109. OLE color: 8887109.

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

Color convert

RGB69155135-
CMYK0.5500.130.39
HSL166.05º38.39%43.92%-
HSV(B)166.05º55.48%60.78%-
XYZ18.5526.4627.05-
YUV127.01132.5186.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=19.22%
G=43.18%
B=37.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551350.5500.130.39166.0538.3943.92
Hex459B87370D27a6262c
Octal10523320767015472464654
Binary100010110011011100001111101110110110011110100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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