Shades of Blue Chill #449A95
Tints of Blue Chill #449A95
RGB
CMYK
RGB Variations
Color information
#449A95 (or 0x449A95) is known color: Blue Chill. HEX triplet: 44, 9A and 95. RGB value is (68,154,149). Sum of RGB (Red+Green+Blue) = 68+154+149=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #449A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A95 is #BB656A. Grayscale: #7F7F7F. Windows color (decimal): -12281195 or 9804356. OLE color: 9804356.
HSL color Cylindrical-coordinate representation of color #449A95: hue angle of 176.51º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A95 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 149 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.40 |
| HSL | 176.51º | 0.39% | 0.44% | - |
| HSV(B) | 176.51º | 0.56% | 0.6% | - |
| XYZ | 19.36 | 26.51 | 32.53 | - |
| YUV | 127.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 149 | 0.56 | 0 | 0.03 | 0.40 | 176.51 | 0.39 | 0.44 |
| Hex | 44 | 9A | 95 | 38 | 0 | 3 | 28 | B1 | 27 | 2C |
| Octal | 104 | 232 | 225 | 70 | 0 | 3 | 50 | 261 | 47 | 54 |
| Binary | 1000100 | 10011010 | 10010101 | 111000 | 0 | 11 | 101000 | 10110001 | 100111 | 101100 |
Color Harmonies of #449A95
Complementary color
Monochromatic Colors of #449A95
Black with #449A95
Text Example
Text Example
White with #449A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A95; }
p { color: rgb(68,154,149); }
H1.HeaderClassName
{
color: #449A95;
}
.AnyTagClassName
{
color: #449A95;
}
</style>
background-color css
<style>
a { background-color: #449A95; }
a { background-color: rgb(68,154,149); }
div.DivClassName
{
background-color: #449A95;
}
.BgClassName
{
background-color: #449A95;
}
</style>
border-color css
<style>
span { border-color: #449A95; }
span { border-color: rgb(68,154,149); }
td.TdClassName
{
border-color: #449A95;
}
.TagClassName
{
border-color: #449A95;
}
</style>