#409195

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

Shades of Blue Chill #409195

Tints of Blue Chill #409195

Color information

#409195 (or 0x409195) is unknown color: approx Blue Chill. HEX triplet: 40, 91 and 95. RGB value is (64,145,149). Sum of RGB (Red+Green+Blue) = 64+145+149=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #409195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409195 is #BF6E6A. Grayscale: #797979. Windows color (decimal): -12545643 or 9802048. OLE color: 9802048.

HSL color Cylindrical-coordinate representation of color #409195: hue angle of 182.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409195 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64145149-
CMYK0.570.0300.42
HSL182.82º39.91%41.76%-
HSV(B)182.82º57.05%58.43%-
XYZ17.6623.5132.04-
YUV121.24143.6687.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=17.88%
G=40.50%
B=41.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641451490.570.0300.42182.8239.9141.76
Hex40919539302Ab7282a
Octal1002212257130522675052
Binary1000000100100011001010111100111010101010110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409195; }

 p { color: rgb(64,145,149); }

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

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

 a { background-color: rgb(64,145,149); }

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

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

 span { border-color: rgb(64,145,149); }

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