Shades of Blue Chill #449195
Tints of Blue Chill #449195
RGB
CMYK
RGB Variations
Color information
#449195 (or 0x449195) is known color: Blue Chill. HEX triplet: 44, 91 and 95. RGB value is (68,145,149). Sum of RGB (Red+Green+Blue) = 68+145+149=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #449195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449195 is #BB6E6A. Grayscale: #7A7A7A. Windows color (decimal): -12283499 or 9802052. OLE color: 9802052.
HSL color Cylindrical-coordinate representation of color #449195: hue angle of 182.96º 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 #449195 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 145 | 149 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.42 |
| HSL | 182.96º | 0.37% | 0.43% | - |
| HSV(B) | 182.96º | 0.54% | 0.58% | - |
| XYZ | 17.93 | 23.65 | 32.05 | - |
| YUV | 122.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 149 | 0.54 | 0.03 | 0 | 0.42 | 182.96 | 0.37 | 0.43 |
| Hex | 44 | 91 | 95 | 36 | 3 | 0 | 2A | B7 | 25 | 2B |
| Octal | 104 | 221 | 225 | 66 | 3 | 0 | 52 | 267 | 45 | 53 |
| Binary | 1000100 | 10010001 | 10010101 | 110110 | 11 | 0 | 101010 | 10110111 | 100101 | 101011 |
Color Harmonies of #449195
Complementary color
Monochromatic Colors of #449195
Black with #449195
Text Example
Text Example
White with #449195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449195; }
p { color: rgb(68,145,149); }
H1.HeaderClassName
{
color: #449195;
}
.AnyTagClassName
{
color: #449195;
}
</style>
background-color css
<style>
a { background-color: #449195; }
a { background-color: rgb(68,145,149); }
div.DivClassName
{
background-color: #449195;
}
.BgClassName
{
background-color: #449195;
}
</style>
border-color css
<style>
span { border-color: #449195; }
span { border-color: rgb(68,145,149); }
td.TdClassName
{
border-color: #449195;
}
.TagClassName
{
border-color: #449195;
}
</style>