#409C9B

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

Shades of Blue Chill #409C9B

Tints of Blue Chill #409C9B

Color information

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

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

Color convert

RGB64156155-
CMYK0.5900.010.39
HSL179.35º41.82%43.14%-
HSV(B)179.35º58.97%61.18%-
XYZ19.9227.2335.22-
YUV128.38143.0282.08-

RGB Variations

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

RGB

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

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
Decimal641561550.5900.010.39179.3541.8243.14
Hex409C9B3B0127b32a2b
Octal1002342337301472635253
Binary100000010011100100110111110110110011110110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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