#409290

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

Shades of Blue Chill #409290

Tints of Blue Chill #409290

Color information

#409290 (or 0x409290) is unknown color: approx Blue Chill. HEX triplet: 40, 92 and 90. RGB value is (64,146,144). Sum of RGB (Red+Green+Blue) = 64+146+144=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #409290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409290 is #BF6D6F. Grayscale: #797979. Windows color (decimal): -12545392 or 9474624. OLE color: 9474624.

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

Color convert

RGB64146144-
CMYK0.5600.010.43
HSL178.54º39.05%41.18%-
HSV(B)178.54º56.16%57.25%-
XYZ17.4323.6630.03-
YUV121.25140.8387.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=18.08%
G=41.24%
B=40.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461440.5600.010.43178.5439.0541.18
Hex40929038012Bb32729
Octal1002222207001532634751
Binary100000010010010100100001110000110101110110011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409290; }

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

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

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

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

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

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

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

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