#409C9A

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

Shades of Blue Chill #409C9A

Tints of Blue Chill #409C9A

Color information

#409C9A (or 0x409C9A) is unknown color: approx Blue Chill. HEX triplet: 40, 9C and 9A. RGB value is (64,156,154). Sum of RGB (Red+Green+Blue) = 64+156+154=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #409C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409C9A is #BF6365. Grayscale: #808080. Windows color (decimal): -12542822 or 10132544. OLE color: 10132544.

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

Color convert

RGB64156154-
CMYK0.5900.010.39
HSL178.7º41.82%43.14%-
HSV(B)178.7º58.97%61.18%-
XYZ19.8427.234.78-
YUV128.26142.5282.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=17.11%
G=41.71%
B=41.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641561540.5900.010.39178.741.8243.14
Hex409C9A3B0127b32a2b
Octal1002342327301472635253
Binary100000010011100100110101110110110011110110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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