Shades of Blue Chill #409A9C
Tints of Blue Chill #409A9C
RGB
CMYK
RGB Variations
Color information
#409A9C (or 0x409A9C) is known color: Blue Chill. HEX triplet: 40, 9A and 9C. RGB value is (64,154,156). Sum of RGB (Red+Green+Blue) = 64+154+156=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #409A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409A9C is #BF6563. Grayscale: #7F7F7F. Windows color (decimal): -12543332 or 10263104. OLE color: 10263104.
HSL color Cylindrical-coordinate representation of color #409A9C: hue angle of 181.3º 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 #409A9C is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 154 | 156 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.39 |
| HSL | 181.3º | 0.42% | 0.43% | - |
| HSV(B) | 181.3º | 0.59% | 0.61% | - |
| XYZ | 19.67 | 26.6 | 35.55 | - |
| YUV | 127.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 156 | 0.59 | 0.01 | 0 | 0.39 | 181.3 | 0.42 | 0.43 |
| Hex | 40 | 9A | 9C | 3B | 1 | 0 | 27 | B5 | 2A | 2B |
| Octal | 100 | 232 | 234 | 73 | 1 | 0 | 47 | 265 | 52 | 53 |
| Binary | 1000000 | 10011010 | 10011100 | 111011 | 1 | 0 | 100111 | 10110101 | 101010 | 101011 |
Color Harmonies of #409A9C
Complementary color
Monochromatic Colors of #409A9C
Black with #409A9C
Text Example
Text Example
White with #409A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A9C; }
p { color: rgb(64,154,156); }
H1.HeaderClassName
{
color: #409A9C;
}
.AnyTagClassName
{
color: #409A9C;
}
</style>
background-color css
<style>
a { background-color: #409A9C; }
a { background-color: rgb(64,154,156); }
div.DivClassName
{
background-color: #409A9C;
}
.BgClassName
{
background-color: #409A9C;
}
</style>
border-color css
<style>
span { border-color: #409A9C; }
span { border-color: rgb(64,154,156); }
td.TdClassName
{
border-color: #409A9C;
}
.TagClassName
{
border-color: #409A9C;
}
</style>