#409B9C

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

Shades of Blue Chill #409B9C

Tints of Blue Chill #409B9C

Color information

#409B9C (or 0x409B9C) is unknown color: approx Blue Chill. HEX triplet: 40, 9B and 9C. RGB value is (64,155,156). Sum of RGB (Red+Green+Blue) = 64+155+156=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #409B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B9C is #BF6463. Grayscale: #7F7F7F. Windows color (decimal): -12543076 or 10263360. OLE color: 10263360.

HSL color Cylindrical-coordinate representation of color #409B9C: hue angle of 180.65º 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 #409B9C is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64155156-
CMYK0.590.0100.39
HSL180.65º41.82%43.14%-
HSV(B)180.65º58.97%61.18%-
XYZ19.8426.9335.61-
YUV127.9143.8582.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.07%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=17.07%
G=41.33%
B=41.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641551560.590.0100.39180.6541.8243.14
Hex409B9C3B1027b52a2b
Octal1002332347310472655253
Binary100000010011011100111001110111010011110110101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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