Html Css Color HEX #449B87 Gossamer

📋 copy color: '#449B87'

red 68 ◦ green 155 ◦ blue 135

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

Shades of Gossamer #449B87

Tints of Gossamer #449B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.71%

R = 18.99%
G = 43.3%
B = 37.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#449B87 (or 0x449B87) is known color: Gossamer. HEX triplet: 44, 9B and 87. RGB value is (68,155,135). Sum of RGB (Red+Green+Blue) = 68+155+135=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #449B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B87 is #BB6478. Grayscale: #7E7E7E. Windows color (decimal): -12280953 or 8887108. OLE color: 8887108.

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

Color convert

RGB 68 155 135 -
CMYK 0.56 0 0.13 0.39
HSL 166.21º 0.39% 0.44% -
HSV(B) 166.21º 0.56% 0.61% -
XYZ 18.48 26.42 27.05 -
YUV 126.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 68 155 135 0.56 0 0.13 0.39 166.21 0.39 0.44
Hex 44 9B 87 38 0 D 27 A6 27 2C
Octal 104 233 207 70 0 15 47 246 47 54
Binary 1000100 10011011 10000111 111000 0 1101 100111 10100110 100111 101100

Color Harmonies of #449B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B87

Black with #449B87

Text Example


Text Example

White with #449B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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