#42A49D

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

Shades of Blue Chill #42A49D

Tints of Blue Chill #42A49D

Color information

#42A49D (or 0x42A49D) is unknown color: approx Blue Chill. HEX triplet: 42, A4 and 9D. RGB value is (66,164,157). Sum of RGB (Red+Green+Blue) = 66+164+157=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #42A49D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A49D is #BD5B62. Grayscale: #858585. Windows color (decimal): -12409699 or 10331202. OLE color: 10331202.

HSL color Cylindrical-coordinate representation of color #42A49D: hue angle of 175.71º 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 #42A49D is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB66164157-
CMYK0.6000.040.36
HSL175.71º42.61%45.1%-
HSV(B)175.71º59.76%64.31%-
XYZ21.6130.1436.58-
YUV133.9141.0379.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=17.05%
G=42.38%
B=40.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661641570.6000.040.36175.7142.6145.1
Hex42A49D3C0424b02b2d
Octal1022442357404442605355
Binary10000101010010010011101111100010010010010110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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