#40A49F

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

Shades of Blue Chill #40A49F

Tints of Blue Chill #40A49F

Color information

#40A49F (or 0x40A49F) is unknown color: approx Blue Chill. HEX triplet: 40, A4 and 9F. RGB value is (64,164,159). Sum of RGB (Red+Green+Blue) = 64+164+159=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #40A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A49F is #BF5B60. Grayscale: #858585. Windows color (decimal): -12540769 or 10462272. OLE color: 10462272.

HSL color Cylindrical-coordinate representation of color #40A49F: hue angle of 177º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A49F is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB64164159-
CMYK0.6100.030.36
HSL177º43.86%44.71%-
HSV(B)177º60.98%64.31%-
XYZ21.6530.1437.48-
YUV133.53142.3778.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=16.54%
G=42.38%
B=41.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641641590.6100.030.3617743.8644.71
Hex40A49F3D0324b12c2d
Octal1002442377503442615455
Binary1000000101001001001111111110101110010010110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A49F; }

 p { color: rgb(64,164,159); }

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

<style>
 a { background-color: #40A49F; }

 a { background-color: rgb(64,164,159); }

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

<style>
 span { border-color: #40A49F; }

 span { border-color: rgb(64,164,159); }

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