Shades of Blue Chill #449390
Tints of Blue Chill #449390
RGB
CMYK
RGB Variations
Color information
#449390 (or 0x449390) is known color: Blue Chill. HEX triplet: 44, 93 and 90. RGB value is (68,147,144). Sum of RGB (Red+Green+Blue) = 68+147+144=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #449390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449390 is #BB6C6F. Grayscale: #7A7A7A. Windows color (decimal): -12282992 or 9474884. OLE color: 9474884.
HSL color Cylindrical-coordinate representation of color #449390: hue angle of 177.72º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449390 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 144 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.42 |
| HSL | 177.72º | 0.37% | 0.42% | - |
| HSV(B) | 177.72º | 0.54% | 0.58% | - |
| XYZ | 17.85 | 24.11 | 30.1 | - |
| YUV | 123.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 144 | 0.54 | 0 | 0.02 | 0.42 | 177.72 | 0.37 | 0.42 |
| Hex | 44 | 93 | 90 | 36 | 0 | 2 | 2A | B2 | 25 | 2A |
| Octal | 104 | 223 | 220 | 66 | 0 | 2 | 52 | 262 | 45 | 52 |
| Binary | 1000100 | 10010011 | 10010000 | 110110 | 0 | 10 | 101010 | 10110010 | 100101 | 101010 |
Color Harmonies of #449390
Complementary color
Monochromatic Colors of #449390
Black with #449390
Text Example
Text Example
White with #449390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449390; }
p { color: rgb(68,147,144); }
H1.HeaderClassName
{
color: #449390;
}
.AnyTagClassName
{
color: #449390;
}
</style>
background-color css
<style>
a { background-color: #449390; }
a { background-color: rgb(68,147,144); }
div.DivClassName
{
background-color: #449390;
}
.BgClassName
{
background-color: #449390;
}
</style>
border-color css
<style>
span { border-color: #449390; }
span { border-color: rgb(68,147,144); }
td.TdClassName
{
border-color: #449390;
}
.TagClassName
{
border-color: #449390;
}
</style>