#409F97

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

Shades of Blue Chill #409F97

Tints of Blue Chill #409F97

Color information

#409F97 (or 0x409F97) is unknown color: approx Blue Chill. HEX triplet: 40, 9F and 97. RGB value is (64,159,151). Sum of RGB (Red+Green+Blue) = 64+159+151=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #409F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409F97 is #BF6068. Grayscale: #818181. Windows color (decimal): -12542057 or 9936704. OLE color: 9936704.

HSL color Cylindrical-coordinate representation of color #409F97: hue angle of 174.95º 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 #409F97 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB64159151-
CMYK0.6000.050.38
HSL174.95º42.6%43.73%-
HSV(B)174.95º59.75%62.35%-
XYZ20.128.1233.65-
YUV129.68140.0381.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=17.11%
G=42.51%
B=40.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641591510.6000.050.38174.9542.643.73
Hex409F973C0526af2b2c
Octal1002372277405462575354
Binary10000001001111110010111111100010110011010101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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