Html Css Color HEX #449B83 Gossamer

📋 copy color: '#449B83'

red 68 ◦ green 155 ◦ blue 131

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

Shades of Gossamer #449B83

Tints of Gossamer #449B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 19.21%
G = 43.79%
B = 37.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#449B83 (or 0x449B83) is known color: Gossamer. HEX triplet: 44, 9B and 83. RGB value is (68,155,131). Sum of RGB (Red+Green+Blue) = 68+155+131=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #449B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B83 is #BB647C. Grayscale: #7E7E7E. Windows color (decimal): -12280957 or 8624964. OLE color: 8624964.

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

Color convert

RGB 68 155 131 -
CMYK 0.56 0 0.15 0.39
HSL 163.45º 0.39% 0.44% -
HSV(B) 163.45º 0.56% 0.61% -
XYZ 18.2 26.31 25.59 -
YUV 126.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 68 155 131 0.56 0 0.15 0.39 163.45 0.39 0.44
Hex 44 9B 83 38 0 F 27 A3 27 2C
Octal 104 233 203 70 0 17 47 243 47 54
Binary 1000100 10011011 10000011 111000 0 1111 100111 10100011 100111 101100

Color Harmonies of #449B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B83

Black with #449B83

Text Example


Text Example

White with #449B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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