#459B82

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

Shades of Gossamer #459B82

Tints of Gossamer #459B82

Color information

#459B82 (or 0x459B82) is unknown color: approx Gossamer. HEX triplet: 45, 9B and 82. RGB value is (69,155,130). Sum of RGB (Red+Green+Blue) = 69+155+130=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #459B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B82 is #BA647D. Grayscale: #7E7E7E. Windows color (decimal): -12215422 or 8559429. OLE color: 8559429.

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

Color convert

RGB69155130-
CMYK0.5500.160.39
HSL162.56º38.39%43.92%-
HSV(B)162.56º55.48%60.78%-
XYZ18.226.3225.24-
YUV126.44130.0187.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.49%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=19.49%
G=43.79%
B=36.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551300.5500.160.39162.5638.3943.92
Hex459B823701027a3262c
Octal10523320267020472434654
Binary1000101100110111000001011011101000010011110100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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