#4AA196

Color #4AA196 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #4AA196

Tints of Blue Chill #4AA196

Color information

#4AA196 (or 0x4AA196) is unknown color: approx Blue Chill. HEX triplet: 4A, A1 and 96. RGB value is (74,161,150). Sum of RGB (Red+Green+Blue) = 74+161+150=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA196 is #B55E69. Grayscale: #858585. Windows color (decimal): -11886186 or 9871690. OLE color: 9871690.

HSL color Cylindrical-coordinate representation of color #4AA196: hue angle of 172.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA196 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB74161150-
CMYK0.5400.070.37
HSL172.41º37.02%46.08%-
HSV(B)172.41º54.04%63.14%-
XYZ21.0729.1533.37-
YUV133.73137.1885.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=19.22%
G=41.82%
B=38.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal741611500.5400.070.37172.4137.0246.08
Hex4AA196360725ac252e
Octal1122412266607452544556
Binary10010101010000110010110110110011110010110101100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AA196; }

 p { color: rgb(74,161,150); }

 H1.HeaderClassName
 {
   color: #4AA196;
 }
 .AnyTagClassName
 {
   color: #4AA196;
 }
</style>
background-color css

<style>
 a { background-color: #4AA196; }

 a { background-color: rgb(74,161,150); }

 div.DivClassName
 {
   background-color: #4AA196;
 }
 .BgClassName
 {
   background-color: #4AA196;
 }
</style>
border-color css

<style>
 span { border-color: #4AA196; }

 span { border-color: rgb(74,161,150); }

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