Shades of Blue Chill #409094
Tints of Blue Chill #409094
RGB
CMYK
RGB Variations
Color information
#409094 (or 0x409094) is known color: Blue Chill. HEX triplet: 40, 90 and 94. RGB value is (64,144,148). Sum of RGB (Red+Green+Blue) = 64+144+148=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #409094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409094 is #BF6F6B. Grayscale: #787878. Windows color (decimal): -12545900 or 9736256. OLE color: 9736256.
HSL color Cylindrical-coordinate representation of color #409094: hue angle of 182.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409094 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 144 | 148 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.42 |
| HSL | 182.86º | 0.4% | 0.42% | - |
| HSV(B) | 182.86º | 0.57% | 0.58% | - |
| XYZ | 17.43 | 23.17 | 31.57 | - |
| YUV | 120.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 148 | 0.57 | 0.03 | 0 | 0.42 | 182.86 | 0.4 | 0.42 |
| Hex | 40 | 90 | 94 | 39 | 3 | 0 | 2A | B7 | 28 | 2A |
| Octal | 100 | 220 | 224 | 71 | 3 | 0 | 52 | 267 | 50 | 52 |
| Binary | 1000000 | 10010000 | 10010100 | 111001 | 11 | 0 | 101010 | 10110111 | 101000 | 101010 |
Color Harmonies of #409094
Complementary color
Monochromatic Colors of #409094
Black with #409094
Text Example
Text Example
White with #409094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409094; }
p { color: rgb(64,144,148); }
H1.HeaderClassName
{
color: #409094;
}
.AnyTagClassName
{
color: #409094;
}
</style>
background-color css
<style>
a { background-color: #409094; }
a { background-color: rgb(64,144,148); }
div.DivClassName
{
background-color: #409094;
}
.BgClassName
{
background-color: #409094;
}
</style>
border-color css
<style>
span { border-color: #409094; }
span { border-color: rgb(64,144,148); }
td.TdClassName
{
border-color: #409094;
}
.TagClassName
{
border-color: #409094;
}
</style>