#41A49B

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

Shades of Blue Chill #41A49B

Tints of Blue Chill #41A49B

Color information

#41A49B (or 0x41A49B) is unknown color: approx Blue Chill. HEX triplet: 41, A4 and 9B. RGB value is (65,164,155). Sum of RGB (Red+Green+Blue) = 65+164+155=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #41A49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A49B is #BE5B64. Grayscale: #858585. Windows color (decimal): -12475237 or 10200129. OLE color: 10200129.

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

Color convert

RGB65164155-
CMYK0.6000.050.36
HSL174.55º43.23%44.9%-
HSV(B)174.55º60.37%64.31%-
XYZ21.3730.0435.68-
YUV133.37140.279.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.93%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=16.93%
G=42.71%
B=40.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651641550.6000.050.36174.5543.2344.9
Hex41A49B3C0524af2b2d
Octal1012442337405442575355
Binary10000011010010010011011111100010110010010101111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A49B; }

 p { color: rgb(65,164,155); }

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

<style>
 a { background-color: #41A49B; }

 a { background-color: rgb(65,164,155); }

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

<style>
 span { border-color: #41A49B; }

 span { border-color: rgb(65,164,155); }

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