Shades of Blue Chill #409799
Tints of Blue Chill #409799
RGB
CMYK
RGB Variations
Color information
#409799 (or 0x409799) is known color: Blue Chill. HEX triplet: 40, 97 and 99. RGB value is (64,151,153). Sum of RGB (Red+Green+Blue) = 64+151+153=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #409799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409799 is #BF6866. Grayscale: #7D7D7D. Windows color (decimal): -12544103 or 10065728. OLE color: 10065728.
HSL color Cylindrical-coordinate representation of color #409799: hue angle of 181.35º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409799 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 151 | 153 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.4 |
| HSL | 181.35º | 0.41% | 0.43% | - |
| HSV(B) | 181.35º | 0.58% | 0.6% | - |
| XYZ | 18.93 | 25.52 | 34.07 | - |
| YUV | 125.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 153 | 0.58 | 0.01 | 0 | 0.4 | 181.35 | 0.41 | 0.43 |
| Hex | 40 | 97 | 99 | 3A | 1 | 0 | 28 | B5 | 29 | 2B |
| Octal | 100 | 227 | 231 | 72 | 1 | 0 | 50 | 265 | 51 | 53 |
| Binary | 1000000 | 10010111 | 10011001 | 111010 | 1 | 0 | 101000 | 10110101 | 101001 | 101011 |
Color Harmonies of #409799
Complementary color
Monochromatic Colors of #409799
Black with #409799
Text Example
Text Example
White with #409799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409799; }
p { color: rgb(64,151,153); }
H1.HeaderClassName
{
color: #409799;
}
.AnyTagClassName
{
color: #409799;
}
</style>
background-color css
<style>
a { background-color: #409799; }
a { background-color: rgb(64,151,153); }
div.DivClassName
{
background-color: #409799;
}
.BgClassName
{
background-color: #409799;
}
</style>
border-color css
<style>
span { border-color: #409799; }
span { border-color: rgb(64,151,153); }
td.TdClassName
{
border-color: #409799;
}
.TagClassName
{
border-color: #409799;
}
</style>