#409392

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

Shades of Blue Chill #409392

Tints of Blue Chill #409392

Color information

#409392 (or 0x409392) is unknown color: approx Blue Chill. HEX triplet: 40, 93 and 92. RGB value is (64,147,146). Sum of RGB (Red+Green+Blue) = 64+147+146=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #409392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409392 is #BF6C6D. Grayscale: #797979. Windows color (decimal): -12545134 or 9605952. OLE color: 9605952.

HSL color Cylindrical-coordinate representation of color #409392: hue angle of 179.28º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409392 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB64147146-
CMYK0.5600.010.42
HSL179.28º39.34%41.37%-
HSV(B)179.28º56.46%57.65%-
XYZ17.7424.0330.9-
YUV122.07141.586.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=17.93%
G=41.18%
B=40.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471460.5600.010.42179.2839.3441.37
Hex40939238012Ab32729
Octal1002232227001522634751
Binary100000010010011100100101110000110101010110011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409392; }

 p { color: rgb(64,147,146); }

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

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

 a { background-color: rgb(64,147,146); }

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

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

 span { border-color: rgb(64,147,146); }

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