Shades of Blue Chill #409395
Tints of Blue Chill #409395
RGB
CMYK
RGB Variations
Color information
#409395 (or 0x409395) is known color: Blue Chill. HEX triplet: 40, 93 and 95. RGB value is (64,147,149). Sum of RGB (Red+Green+Blue) = 64+147+149=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #409395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409395 is #BF6C6A. Grayscale: #7A7A7A. Windows color (decimal): -12545131 or 9802560. OLE color: 9802560.
HSL color Cylindrical-coordinate representation of color #409395: hue angle of 181.41º 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 #409395 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 149 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.42 |
| HSL | 181.41º | 0.4% | 0.42% | - |
| HSV(B) | 181.41º | 0.57% | 0.58% | - |
| XYZ | 17.97 | 24.13 | 32.14 | - |
| YUV | 122.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 149 | 0.57 | 0.01 | 0 | 0.42 | 181.41 | 0.4 | 0.42 |
| Hex | 40 | 93 | 95 | 39 | 1 | 0 | 2A | B5 | 28 | 2A |
| Octal | 100 | 223 | 225 | 71 | 1 | 0 | 52 | 265 | 50 | 52 |
| Binary | 1000000 | 10010011 | 10010101 | 111001 | 1 | 0 | 101010 | 10110101 | 101000 | 101010 |
Color Harmonies of #409395
Complementary color
Monochromatic Colors of #409395
Black with #409395
Text Example
Text Example
White with #409395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409395; }
p { color: rgb(64,147,149); }
H1.HeaderClassName
{
color: #409395;
}
.AnyTagClassName
{
color: #409395;
}
</style>
background-color css
<style>
a { background-color: #409395; }
a { background-color: rgb(64,147,149); }
div.DivClassName
{
background-color: #409395;
}
.BgClassName
{
background-color: #409395;
}
</style>
border-color css
<style>
span { border-color: #409395; }
span { border-color: rgb(64,147,149); }
td.TdClassName
{
border-color: #409395;
}
.TagClassName
{
border-color: #409395;
}
</style>