Html Css Color HEX #449E89 Gossamer

📋 copy color: '#449E89'

red 68 ◦ green 158 ◦ blue 137

#449E89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #449E89

Tints of Gossamer #449E89

RGB

 RED value IS 68 (26.95% from 255) = 18.73%

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 18.73%
G = 43.53%
B = 37.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#449E89 (or 0x449E89) is known color: Gossamer. HEX triplet: 44, 9E and 89. RGB value is (68,158,137). Sum of RGB (Red+Green+Blue) = 68+158+137=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #449E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E89 is #BB6176. Grayscale: #808080. Windows color (decimal): -12280183 or 9018948. OLE color: 9018948.

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

Color convert

RGB 68 158 137 -
CMYK 0.57 0 0.13 0.38
HSL 166º 0.4% 0.44% -
HSV(B) 166º 0.57% 0.62% -
XYZ 19.13 27.49 27.96 -
YUV 128.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 68 158 137 0.57 0 0.13 0.38 166 0.4 0.44
Hex 44 9E 89 39 0 D 26 A6 28 2C
Octal 104 236 211 71 0 15 46 246 50 54
Binary 1000100 10011110 10001001 111001 0 1101 100110 10100110 101000 101100

Color Harmonies of #449E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E89

Black with #449E89

Text Example


Text Example

White with #449E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #449E89;
 }
 .AnyTagClassName
 {
   color: #449E89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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