#42A49F

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

Shades of Blue Chill #42A49F

Tints of Blue Chill #42A49F

Color information

#42A49F (or 0x42A49F) is unknown color: approx Blue Chill. HEX triplet: 42, A4 and 9F. RGB value is (66,164,159). Sum of RGB (Red+Green+Blue) = 66+164+159=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #42A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A49F is #BD5B60. Grayscale: #868686. Windows color (decimal): -12409697 or 10462274. OLE color: 10462274.

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

Color convert

RGB66164159-
CMYK0.6000.030.36
HSL176.94º42.61%45.1%-
HSV(B)176.94º59.76%64.31%-
XYZ21.7830.2137.48-
YUV134.13142.0379.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=16.97%
G=42.16%
B=40.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661641590.6000.030.36176.9442.6145.1
Hex42A49F3C0324b12b2d
Octal1022442377403442615355
Binary1000010101001001001111111110001110010010110001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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