Shades of Blue Chill #409CA1
Tints of Blue Chill #409CA1
RGB
CMYK
RGB Variations
Color information
#409CA1 (or 0x409CA1) is known color: Blue Chill. HEX triplet: 40, 9C and A1. RGB value is (64,156,161). Sum of RGB (Red+Green+Blue) = 64+156+161=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #409CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409CA1 is #BF635E. Grayscale: #808080. Windows color (decimal): -12542815 or 10591296. OLE color: 10591296.
HSL color Cylindrical-coordinate representation of color #409CA1: hue angle of 183.09º 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 #409CA1 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 156 | 161 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.37 |
| HSL | 183.09º | 0.43% | 0.44% | - |
| HSV(B) | 183.09º | 0.6% | 0.63% | - |
| XYZ | 20.44 | 27.44 | 37.94 | - |
| YUV | 129.06 | 146.02 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 161 | 0.60 | 0.03 | 0 | 0.37 | 183.09 | 0.43 | 0.44 |
| Hex | 40 | 9C | A1 | 3C | 3 | 0 | 25 | B7 | 2B | 2C |
| Octal | 100 | 234 | 241 | 74 | 3 | 0 | 45 | 267 | 53 | 54 |
| Binary | 1000000 | 10011100 | 10100001 | 111100 | 11 | 0 | 100101 | 10110111 | 101011 | 101100 |
Color Harmonies of #409CA1
Complementary color
Monochromatic Colors of #409CA1
Black with #409CA1
Text Example
Text Example
White with #409CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CA1; }
p { color: rgb(64,156,161); }
H1.HeaderClassName
{
color: #409CA1;
}
.AnyTagClassName
{
color: #409CA1;
}
</style>
background-color css
<style>
a { background-color: #409CA1; }
a { background-color: rgb(64,156,161); }
div.DivClassName
{
background-color: #409CA1;
}
.BgClassName
{
background-color: #409CA1;
}
</style>
border-color css
<style>
span { border-color: #409CA1; }
span { border-color: rgb(64,156,161); }
td.TdClassName
{
border-color: #409CA1;
}
.TagClassName
{
border-color: #409CA1;
}
</style>