Html Css Color HEX #449B88 Gossamer

📋 copy color: '#449B88'

red 68 ◦ green 155 ◦ blue 136

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

Shades of Gossamer #449B88

Tints of Gossamer #449B88

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 18.94%
G = 43.18%
B = 37.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#449B88 (or 0x449B88) is known color: Gossamer. HEX triplet: 44, 9B and 88. RGB value is (68,155,136). Sum of RGB (Red+Green+Blue) = 68+155+136=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #449B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B88 is #BB6477. Grayscale: #7E7E7E. Windows color (decimal): -12280952 or 8952644. OLE color: 8952644.

HSL color Cylindrical-coordinate representation of color #449B88: hue angle of 166.9º 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 #449B88 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 136 -
CMYK 0.56 0 0.12 0.39
HSL 166.9º 0.39% 0.44% -
HSV(B) 166.9º 0.56% 0.61% -
XYZ 18.55 26.45 27.42 -
YUV 126.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 68 155 136 0.56 0 0.12 0.39 166.9 0.39 0.44
Hex 44 9B 88 38 0 C 27 A7 27 2C
Octal 104 233 210 70 0 14 47 247 47 54
Binary 1000100 10011011 10001000 111000 0 1100 100111 10100111 100111 101100

Color Harmonies of #449B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B88

Black with #449B88

Text Example


Text Example

White with #449B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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