Shades of Blue Chill #409191
Tints of Blue Chill #409191
RGB
CMYK
RGB Variations
Color information
#409191 (or 0x409191) is known color: Blue Chill. HEX triplet: 40, 91 and 91. RGB value is (64,145,145). Sum of RGB (Red+Green+Blue) = 64+145+145=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #409191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409191 is #BF6E6E. Grayscale: #787878. Windows color (decimal): -12545647 or 9539904. OLE color: 9539904.
HSL color Cylindrical-coordinate representation of color #409191: hue angle of 180º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409191 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 145 | - |
| CMYK | 0.56 | 0 | 0 | 0.43 |
| HSL | 180º | 0.39% | 0.41% | - |
| HSV(B) | 180º | 0.56% | 0.57% | - |
| XYZ | 17.35 | 23.39 | 30.39 | - |
| YUV | 120.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 145 | 0.56 | 0 | 0 | 0.43 | 180 | 0.39 | 0.41 |
| Hex | 40 | 91 | 91 | 38 | 0 | 0 | 2B | B4 | 27 | 29 |
| Octal | 100 | 221 | 221 | 70 | 0 | 0 | 53 | 264 | 47 | 51 |
| Binary | 1000000 | 10010001 | 10010001 | 111000 | 0 | 0 | 101011 | 10110100 | 100111 | 101001 |
Color Harmonies of #409191
Complementary color
Monochromatic Colors of #409191
Black with #409191
Text Example
Text Example
White with #409191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409191; }
p { color: rgb(64,145,145); }
H1.HeaderClassName
{
color: #409191;
}
.AnyTagClassName
{
color: #409191;
}
</style>
background-color css
<style>
a { background-color: #409191; }
a { background-color: rgb(64,145,145); }
div.DivClassName
{
background-color: #409191;
}
.BgClassName
{
background-color: #409191;
}
</style>
border-color css
<style>
span { border-color: #409191; }
span { border-color: rgb(64,145,145); }
td.TdClassName
{
border-color: #409191;
}
.TagClassName
{
border-color: #409191;
}
</style>