#4AA095

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

Shades of Blue Chill #4AA095

Tints of Blue Chill #4AA095

Color information

#4AA095 (or 0x4AA095) is unknown color: approx Blue Chill. HEX triplet: 4A, A0 and 95. RGB value is (74,160,149). Sum of RGB (Red+Green+Blue) = 74+160+149=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA095 is #B55F6A. Grayscale: #848484. Windows color (decimal): -11886443 or 9805898. OLE color: 9805898.

HSL color Cylindrical-coordinate representation of color #4AA095: hue angle of 172.33º 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 #4AA095 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB74160149-
CMYK0.5400.070.37
HSL172.33º36.75%45.88%-
HSV(B)172.33º53.75%62.75%-
XYZ20.8228.7732.89-
YUV133.03137.0185.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.32%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=19.32%
G=41.78%
B=38.90%

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
Decimal741601490.5400.070.37172.3336.7545.88
Hex4AA095360725ac252e
Octal1122402256607452544556
Binary10010101010000010010101110110011110010110101100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,160,149); }

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

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

 a { background-color: rgb(74,160,149); }

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

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

 span { border-color: rgb(74,160,149); }

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