Html Css Color HEX #449F87 Gossamer

📋 copy color: '#449F87'

red 68 ◦ green 159 ◦ blue 135

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

Shades of Gossamer #449F87

Tints of Gossamer #449F87

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.92%

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

R = 18.78%
G = 43.92%
B = 37.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#449F87 (or 0x449F87) is known color: Gossamer. HEX triplet: 44, 9F and 87. RGB value is (68,159,135). Sum of RGB (Red+Green+Blue) = 68+159+135=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #449F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449F87 is #BB6078. Grayscale: #818181. Windows color (decimal): -12279929 or 8888132. OLE color: 8888132.

HSL color Cylindrical-coordinate representation of color #449F87: hue angle of 164.18º 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 #449F87 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 135 -
CMYK 0.57 0 0.15 0.38
HSL 164.18º 0.4% 0.45% -
HSV(B) 164.18º 0.57% 0.62% -
XYZ 19.16 27.77 27.27 -
YUV 129.06 131.35 84.45 -
System Red Green Blue C M Y K H S L
Decimal 68 159 135 0.57 0 0.15 0.38 164.18 0.4 0.45
Hex 44 9F 87 39 0 F 26 A4 28 2D
Octal 104 237 207 71 0 17 46 244 50 55
Binary 1000100 10011111 10000111 111001 0 1111 100110 10100100 101000 101101

Color Harmonies of #449F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F87

Black with #449F87

Text Example


Text Example

White with #449F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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