#409292

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

Shades of Blue Chill #409292

Tints of Blue Chill #409292

Color information

#409292 (or 0x409292) is unknown color: approx Blue Chill. HEX triplet: 40, 92 and 92. RGB value is (64,146,146). Sum of RGB (Red+Green+Blue) = 64+146+146=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #409292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409292 is #BF6D6D. Grayscale: #797979. Windows color (decimal): -12545390 or 9605696. OLE color: 9605696.

HSL color Cylindrical-coordinate representation of color #409292: hue angle of 180º 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 #409292 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64146146-
CMYK0.56000.43
HSL180º39.05%41.18%-
HSV(B)180º56.16%57.25%-
XYZ17.5823.7230.85-
YUV121.48141.8387-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=17.98%
G=41.01%
B=41.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461460.56000.4318039.0541.18
Hex40929238002Bb42729
Octal1002222227000532644751
Binary100000010010010100100101110000010101110110100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409292; }

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

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

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

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

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

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

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

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