Shades of Blue Chill #449095
Tints of Blue Chill #449095
RGB
CMYK
RGB Variations
Color information
#449095 (or 0x449095) is known color: Blue Chill. HEX triplet: 44, 90 and 95. RGB value is (68,144,149). Sum of RGB (Red+Green+Blue) = 68+144+149=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #449095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449095 is #BB6F6A. Grayscale: #797979. Windows color (decimal): -12283755 or 9801796. OLE color: 9801796.
HSL color Cylindrical-coordinate representation of color #449095: hue angle of 183.7º 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 #449095 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 144 | 149 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.42 |
| HSL | 183.7º | 0.37% | 0.43% | - |
| HSV(B) | 183.7º | 0.54% | 0.58% | - |
| XYZ | 17.78 | 23.35 | 32 | - |
| YUV | 121.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 149 | 0.54 | 0.03 | 0 | 0.42 | 183.7 | 0.37 | 0.43 |
| Hex | 44 | 90 | 95 | 36 | 3 | 0 | 2A | B8 | 25 | 2B |
| Octal | 104 | 220 | 225 | 66 | 3 | 0 | 52 | 270 | 45 | 53 |
| Binary | 1000100 | 10010000 | 10010101 | 110110 | 11 | 0 | 101010 | 10111000 | 100101 | 101011 |
Color Harmonies of #449095
Complementary color
Monochromatic Colors of #449095
Black with #449095
Text Example
Text Example
White with #449095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449095; }
p { color: rgb(68,144,149); }
H1.HeaderClassName
{
color: #449095;
}
.AnyTagClassName
{
color: #449095;
}
</style>
background-color css
<style>
a { background-color: #449095; }
a { background-color: rgb(68,144,149); }
div.DivClassName
{
background-color: #449095;
}
.BgClassName
{
background-color: #449095;
}
</style>
border-color css
<style>
span { border-color: #449095; }
span { border-color: rgb(68,144,149); }
td.TdClassName
{
border-color: #449095;
}
.TagClassName
{
border-color: #449095;
}
</style>