Html Css Color HEX #449B85 Gossamer

📋 copy color: '#449B85'

red 68 ◦ green 155 ◦ blue 133

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

Shades of Gossamer #449B85

Tints of Gossamer #449B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 19.1%
G = 43.54%
B = 37.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#449B85 (or 0x449B85) is known color: Gossamer. HEX triplet: 44, 9B and 85. RGB value is (68,155,133). Sum of RGB (Red+Green+Blue) = 68+155+133=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #449B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B85 is #BB647A. Grayscale: #7E7E7E. Windows color (decimal): -12280955 or 8756036. OLE color: 8756036.

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

Color convert

RGB 68 155 133 -
CMYK 0.56 0 0.14 0.39
HSL 164.83º 0.39% 0.44% -
HSV(B) 164.83º 0.56% 0.61% -
XYZ 18.34 26.37 26.31 -
YUV 126.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 68 155 133 0.56 0 0.14 0.39 164.83 0.39 0.44
Hex 44 9B 85 38 0 E 27 A5 27 2C
Octal 104 233 205 70 0 16 47 245 47 54
Binary 1000100 10011011 10000101 111000 0 1110 100111 10100101 100111 101100

Color Harmonies of #449B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B85

Black with #449B85

Text Example


Text Example

White with #449B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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