#449F89

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

Shades of Gossamer #449F89

Tints of Gossamer #449F89

Color information

#449F89 (or 0x449F89) is unknown color: approx Gossamer. HEX triplet: 44, 9F and 89. RGB value is (68,159,137). Sum of RGB (Red+Green+Blue) = 68+159+137=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #449F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449F89 is #BB6076. Grayscale: #818181. Windows color (decimal): -12279927 or 9019204. OLE color: 9019204.

HSL color Cylindrical-coordinate representation of color #449F89: hue angle of 165.49º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F89 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB68159137-
CMYK0.5700.140.38
HSL165.49º40.09%44.51%-
HSV(B)165.49º57.23%62.35%-
XYZ19.327.8328.02-
YUV129.28132.3584.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.68%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=18.68%
G=43.68%
B=37.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681591370.5700.140.38165.4940.0944.51
Hex449F89390E26a5282d
Octal10423721171016462455055
Binary100010010011111100010011110010111010011010100101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,159,137); }

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

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

 a { background-color: rgb(68,159,137); }

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

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

 span { border-color: rgb(68,159,137); }

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