Shades of Blue Chill #449395
Tints of Blue Chill #449395
RGB
CMYK
RGB Variations
Color information
#449395 (or 0x449395) is known color: Blue Chill. HEX triplet: 44, 93 and 95. RGB value is (68,147,149). Sum of RGB (Red+Green+Blue) = 68+147+149=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #449395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449395 is #BB6C6A. Grayscale: #7B7B7B. Windows color (decimal): -12282987 or 9802564. OLE color: 9802564.
HSL color Cylindrical-coordinate representation of color #449395: hue angle of 181.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449395 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 149 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.42 |
| HSL | 181.48º | 0.37% | 0.43% | - |
| HSV(B) | 181.48º | 0.54% | 0.58% | - |
| XYZ | 18.24 | 24.27 | 32.16 | - |
| YUV | 123.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 149 | 0.54 | 0.01 | 0 | 0.42 | 181.48 | 0.37 | 0.43 |
| Hex | 44 | 93 | 95 | 36 | 1 | 0 | 2A | B5 | 25 | 2B |
| Octal | 104 | 223 | 225 | 66 | 1 | 0 | 52 | 265 | 45 | 53 |
| Binary | 1000100 | 10010011 | 10010101 | 110110 | 1 | 0 | 101010 | 10110101 | 100101 | 101011 |
Color Harmonies of #449395
Complementary color
Monochromatic Colors of #449395
Black with #449395
Text Example
Text Example
White with #449395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449395; }
p { color: rgb(68,147,149); }
H1.HeaderClassName
{
color: #449395;
}
.AnyTagClassName
{
color: #449395;
}
</style>
background-color css
<style>
a { background-color: #449395; }
a { background-color: rgb(68,147,149); }
div.DivClassName
{
background-color: #449395;
}
.BgClassName
{
background-color: #449395;
}
</style>
border-color css
<style>
span { border-color: #449395; }
span { border-color: rgb(68,147,149); }
td.TdClassName
{
border-color: #449395;
}
.TagClassName
{
border-color: #449395;
}
</style>