#409095

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

Shades of Blue Chill #409095

Tints of Blue Chill #409095

Color information

#409095 (or 0x409095) is unknown color: approx Blue Chill. HEX triplet: 40, 90 and 95. RGB value is (64,144,149). Sum of RGB (Red+Green+Blue) = 64+144+149=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #409095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409095 is #BF6F6A. Grayscale: #787878. Windows color (decimal): -12545899 or 9801792. OLE color: 9801792.

HSL color Cylindrical-coordinate representation of color #409095: hue angle of 183.53º 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 #409095 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64144149-
CMYK0.570.0300.42
HSL183.53º39.91%41.76%-
HSV(B)183.53º57.05%58.43%-
XYZ17.5123.2131.99-
YUV120.6514487.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=17.93%
G=40.34%
B=41.74%

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
Decimal641441490.570.0300.42183.5339.9141.76
Hex40909539302Ab8282a
Octal1002202257130522705052
Binary1000000100100001001010111100111010101010111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409095; }

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

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

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

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

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

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

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

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