Html Css Color HEX #49A299 Blue Chill

📋 copy color: '#49A299'

red 73 ◦ green 162 ◦ blue 153

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

Shades of Blue Chill #49A299

Tints of Blue Chill #49A299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 18.81%
G = 41.75%
B = 39.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#49A299 (or 0x49A299) is known color: Blue Chill. HEX triplet: 49, A2 and 99. RGB value is (73,162,153). Sum of RGB (Red+Green+Blue) = 73+162+153=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #49A299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A299 is #B65D66. Grayscale: #868686. Windows color (decimal): -11951463 or 10068553. OLE color: 10068553.

HSL color Cylindrical-coordinate representation of color #49A299: hue angle of 173.93º 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 #49A299 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 153 -
CMYK 0.55 0 0.06 0.36
HSL 173.93º 0.38% 0.46% -
HSV(B) 173.93º 0.55% 0.64% -
XYZ 21.42 29.56 34.71 -
YUV 134.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 73 162 153 0.55 0 0.06 0.36 173.93 0.38 0.46
Hex 49 A2 99 37 0 6 24 AE 26 2E
Octal 111 242 231 67 0 6 44 256 46 56
Binary 1001001 10100010 10011001 110111 0 110 100100 10101110 100110 101110

Color Harmonies of #49A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A299

Black with #49A299

Text Example


Text Example

White with #49A299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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