Shades of Blue Chill #409FA1
Tints of Blue Chill #409FA1
RGB
CMYK
RGB Variations
Color information
#409FA1 (or 0x409FA1) is known color: Blue Chill. HEX triplet: 40, 9F and A1. RGB value is (64,159,161). Sum of RGB (Red+Green+Blue) = 64+159+161=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 161 - color contains mainly: blue. Hex color #409FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409FA1 is #BF605E. Grayscale: #828282. Windows color (decimal): -12542047 or 10592064. OLE color: 10592064.
HSL color Cylindrical-coordinate representation of color #409FA1: hue angle of 181.24º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409FA1 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 159 | 161 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.37 |
| HSL | 181.24º | 0.43% | 0.44% | - |
| HSV(B) | 181.24º | 0.6% | 0.63% | - |
| XYZ | 20.95 | 28.46 | 38.11 | - |
| YUV | 130.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 161 | 0.60 | 0.01 | 0 | 0.37 | 181.24 | 0.43 | 0.44 |
| Hex | 40 | 9F | A1 | 3C | 1 | 0 | 25 | B5 | 2B | 2C |
| Octal | 100 | 237 | 241 | 74 | 1 | 0 | 45 | 265 | 53 | 54 |
| Binary | 1000000 | 10011111 | 10100001 | 111100 | 1 | 0 | 100101 | 10110101 | 101011 | 101100 |
Color Harmonies of #409FA1
Complementary color
Monochromatic Colors of #409FA1
Black with #409FA1
Text Example
Text Example
White with #409FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FA1; }
p { color: rgb(64,159,161); }
H1.HeaderClassName
{
color: #409FA1;
}
.AnyTagClassName
{
color: #409FA1;
}
</style>
background-color css
<style>
a { background-color: #409FA1; }
a { background-color: rgb(64,159,161); }
div.DivClassName
{
background-color: #409FA1;
}
.BgClassName
{
background-color: #409FA1;
}
</style>
border-color css
<style>
span { border-color: #409FA1; }
span { border-color: rgb(64,159,161); }
td.TdClassName
{
border-color: #409FA1;
}
.TagClassName
{
border-color: #409FA1;
}
</style>