#409F96

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

Shades of Blue Chill #409F96

Tints of Blue Chill #409F96

Color information

#409F96 (or 0x409F96) is unknown color: approx Blue Chill. HEX triplet: 40, 9F and 96. RGB value is (64,159,150). Sum of RGB (Red+Green+Blue) = 64+159+150=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #409F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409F96 is #BF6069. Grayscale: #818181. Windows color (decimal): -12542058 or 9871168. OLE color: 9871168.

HSL color Cylindrical-coordinate representation of color #409F96: hue angle of 174.32º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F96 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB64159150-
CMYK0.6000.060.38
HSL174.32º42.6%43.73%-
HSV(B)174.32º59.75%62.35%-
XYZ20.0228.0933.22-
YUV129.57139.5381.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=17.16%
G=42.63%
B=40.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641591500.6000.060.38174.3242.643.73
Hex409F963C0626ae2b2c
Octal1002372267406462565354
Binary10000001001111110010110111100011010011010101110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409F96; }

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

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

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

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

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

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

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

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