#409596

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

Shades of Blue Chill #409596

Tints of Blue Chill #409596

Color information

#409596 (or 0x409596) is unknown color: approx Blue Chill. HEX triplet: 40, 95 and 96. RGB value is (64,149,150). Sum of RGB (Red+Green+Blue) = 64+149+150=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #409596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409596 is #BF6A69. Grayscale: #7B7B7B. Windows color (decimal): -12544618 or 9868608. OLE color: 9868608.

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

Color convert

RGB64149150-
CMYK0.570.0100.41
HSL180.7º40.19%41.96%-
HSV(B)180.7º57.33%58.82%-
XYZ18.3724.7932.67-
YUV123.7142.8485.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=17.63%
G=41.05%
B=41.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641491500.570.0100.41180.740.1941.96
Hex409596391029b5282a
Octal1002252267110512655052
Binary100000010010101100101101110011010100110110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409596; }

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

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

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

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

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

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

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

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