Shades of Blue Chill #409C9B
Tints of Blue Chill #409C9B
RGB
CMYK
RGB Variations
Color information
#409C9B (or 0x409C9B) is known color: 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
| RGB | 64 | 156 | 155 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.39 |
| HSL | 179.35º | 0.42% | 0.43% | - |
| HSV(B) | 179.35º | 0.59% | 0.61% | - |
| XYZ | 19.92 | 27.23 | 35.22 | - |
| YUV | 128.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 155 | 0.59 | 0 | 0.01 | 0.39 | 179.35 | 0.42 | 0.43 |
| Hex | 40 | 9C | 9B | 3B | 0 | 1 | 27 | B3 | 2A | 2B |
| Octal | 100 | 234 | 233 | 73 | 0 | 1 | 47 | 263 | 52 | 53 |
| Binary | 1000000 | 10011100 | 10011011 | 111011 | 0 | 1 | 100111 | 10110011 | 101010 | 101011 |
Color Harmonies of #409C9B
Complementary color
Monochromatic Colors of #409C9B
Black with #409C9B
Text Example
Text Example
White with #409C9B
Text Example
Text Example
HTML Codes & Css Web 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>