#439B82

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

Shades of Gossamer #439B82

Tints of Gossamer #439B82

Color information

#439B82 (or 0x439B82) is unknown color: approx Gossamer. HEX triplet: 43, 9B and 82. RGB value is (67,155,130). Sum of RGB (Red+Green+Blue) = 67+155+130=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #439B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B82 is #BC647D. Grayscale: #7D7D7D. Windows color (decimal): -12346494 or 8559427. OLE color: 8559427.

HSL color Cylindrical-coordinate representation of color #439B82: hue angle of 162.95º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B82 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB67155130-
CMYK0.5700.160.39
HSL162.95º39.64%43.53%-
HSV(B)162.95º56.77%60.78%-
XYZ18.0726.2525.23-
YUV125.84130.3586.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.03%
GREEN value IS 155 (60.94% from 255) = 44.03%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=19.03%
G=44.03%
B=36.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal671551300.5700.160.39162.9539.6443.53
Hex439B823901027a3282c
Octal10323320271020472435054
Binary1000011100110111000001011100101000010011110100011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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