Html Css Color HEX #49A297 Blue Chill

📋 copy color: '#49A297'

red 73 ◦ green 162 ◦ blue 151

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

Shades of Blue Chill #49A297

Tints of Blue Chill #49A297

RGB

 RED value IS 73 (28.91% from 255) = 18.91%

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 18.91%
G = 41.97%
B = 39.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#49A297 (or 0x49A297) is known color: Blue Chill. HEX triplet: 49, A2 and 97. RGB value is (73,162,151). Sum of RGB (Red+Green+Blue) = 73+162+151=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #49A297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A297 is #B65D68. Grayscale: #868686. Windows color (decimal): -11951465 or 9937481. OLE color: 9937481.

HSL color Cylindrical-coordinate representation of color #49A297: hue angle of 172.58º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A297 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 151 -
CMYK 0.55 0 0.07 0.36
HSL 172.58º 0.38% 0.46% -
HSV(B) 172.58º 0.55% 0.64% -
XYZ 21.25 29.49 33.85 -
YUV 134.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 73 162 151 0.55 0 0.07 0.36 172.58 0.38 0.46
Hex 49 A2 97 37 0 7 24 AD 26 2E
Octal 111 242 227 67 0 7 44 255 46 56
Binary 1001001 10100010 10010111 110111 0 111 100100 10101101 100110 101110

Color Harmonies of #49A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A297

Black with #49A297

Text Example


Text Example

White with #49A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A297; }

 p { color: rgb(73,162,151); }

 H1.HeaderClassName
 {
   color: #49A297;
 }
 .AnyTagClassName
 {
   color: #49A297;
 }
</style>

background-color css

<style>
 a { background-color: #49A297; }

 a { background-color: rgb(73,162,151); }

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

border-color css

<style>
 span { border-color: #49A297; }

 span { border-color: rgb(73,162,151); }

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