#409B97

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

Shades of Blue Chill #409B97

Tints of Blue Chill #409B97

Color information

#409B97 (or 0x409B97) is unknown color: approx Blue Chill. HEX triplet: 40, 9B and 97. RGB value is (64,155,151). Sum of RGB (Red+Green+Blue) = 64+155+151=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #409B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B97 is #BF6468. Grayscale: #7F7F7F. Windows color (decimal): -12543081 or 9935680. OLE color: 9935680.

HSL color Cylindrical-coordinate representation of color #409B97: hue angle of 177.36º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B97 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB64155151-
CMYK0.5900.030.39
HSL177.36º41.55%42.94%-
HSV(B)177.36º58.71%60.78%-
XYZ19.4226.7733.42-
YUV127.34141.3582.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=17.30%
G=41.89%
B=40.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641551510.5900.030.39177.3641.5542.94
Hex409B973B0327b12a2b
Octal1002332277303472615253
Binary1000000100110111001011111101101110011110110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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