Shades of Blue Chill #449091
Tints of Blue Chill #449091
RGB
CMYK
RGB Variations
Color information
#449091 (or 0x449091) is known color: Blue Chill. HEX triplet: 44, 90 and 91. RGB value is (68,144,145). Sum of RGB (Red+Green+Blue) = 68+144+145=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #449091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449091 is #BB6F6E. Grayscale: #797979. Windows color (decimal): -12283759 or 9539652. OLE color: 9539652.
HSL color Cylindrical-coordinate representation of color #449091: hue angle of 180.78º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449091 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 144 | 145 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.43 |
| HSL | 180.78º | 0.36% | 0.42% | - |
| HSV(B) | 180.78º | 0.53% | 0.57% | - |
| XYZ | 17.47 | 23.22 | 30.35 | - |
| YUV | 121.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 145 | 0.53 | 0.01 | 0 | 0.43 | 180.78 | 0.36 | 0.42 |
| Hex | 44 | 90 | 91 | 35 | 1 | 0 | 2B | B5 | 24 | 2A |
| Octal | 104 | 220 | 221 | 65 | 1 | 0 | 53 | 265 | 44 | 52 |
| Binary | 1000100 | 10010000 | 10010001 | 110101 | 1 | 0 | 101011 | 10110101 | 100100 | 101010 |
Color Harmonies of #449091
Complementary color
Monochromatic Colors of #449091
Black with #449091
Text Example
Text Example
White with #449091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449091; }
p { color: rgb(68,144,145); }
H1.HeaderClassName
{
color: #449091;
}
.AnyTagClassName
{
color: #449091;
}
</style>
background-color css
<style>
a { background-color: #449091; }
a { background-color: rgb(68,144,145); }
div.DivClassName
{
background-color: #449091;
}
.BgClassName
{
background-color: #449091;
}
</style>
border-color css
<style>
span { border-color: #449091; }
span { border-color: rgb(68,144,145); }
td.TdClassName
{
border-color: #449091;
}
.TagClassName
{
border-color: #449091;
}
</style>