#449B84

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

Shades of Gossamer #449B84

Tints of Gossamer #449B84

Color information

#449B84 (or 0x449B84) is unknown color: approx Gossamer. HEX triplet: 44, 9B and 84. RGB value is (68,155,132). Sum of RGB (Red+Green+Blue) = 68+155+132=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #449B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B84 is #BB647B. Grayscale: #7E7E7E. Windows color (decimal): -12280956 or 8690500. OLE color: 8690500.

HSL color Cylindrical-coordinate representation of color #449B84: hue angle of 164.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B84 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB68155132-
CMYK0.5600.150.39
HSL164.14º39.01%43.73%-
HSV(B)164.14º56.13%60.78%-
XYZ18.2726.3425.95-
YUV126.36131.1886.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=19.15%
G=43.66%
B=37.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681551320.5600.150.39164.1439.0143.73
Hex449B84380F27a4272c
Octal10423320470017472444754
Binary100010010011011100001001110000111110011110100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449B84; }

 p { color: rgb(68,155,132); }

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

<style>
 a { background-color: #449B84; }

 a { background-color: rgb(68,155,132); }

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

<style>
 span { border-color: #449B84; }

 span { border-color: rgb(68,155,132); }

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