Shades of Blue Chill #448E90
Tints of Blue Chill #448E90
RGB
CMYK
RGB Variations
Color information
#448E90 (or 0x448E90) is known color: Blue Chill. HEX triplet: 44, 8E and 90. RGB value is (68,142,144). Sum of RGB (Red+Green+Blue) = 68+142+144=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #448E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E90 is #BB716F. Grayscale: #787878. Windows color (decimal): -12284272 or 9473604. OLE color: 9473604.
HSL color Cylindrical-coordinate representation of color #448E90: hue angle of 181.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448E90 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 144 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.44 |
| HSL | 181.58º | 0.36% | 0.42% | - |
| HSV(B) | 181.58º | 0.53% | 0.56% | - |
| XYZ | 17.09 | 22.59 | 29.84 | - |
| YUV | 120.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 144 | 0.53 | 0.01 | 0 | 0.44 | 181.58 | 0.36 | 0.42 |
| Hex | 44 | 8E | 90 | 35 | 1 | 0 | 2C | B6 | 24 | 2A |
| Octal | 104 | 216 | 220 | 65 | 1 | 0 | 54 | 266 | 44 | 52 |
| Binary | 1000100 | 10001110 | 10010000 | 110101 | 1 | 0 | 101100 | 10110110 | 100100 | 101010 |
Color Harmonies of #448E90
Complementary color
Monochromatic Colors of #448E90
Black with #448E90
Text Example
Text Example
White with #448E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E90; }
p { color: rgb(68,142,144); }
H1.HeaderClassName
{
color: #448E90;
}
.AnyTagClassName
{
color: #448E90;
}
</style>
background-color css
<style>
a { background-color: #448E90; }
a { background-color: rgb(68,142,144); }
div.DivClassName
{
background-color: #448E90;
}
.BgClassName
{
background-color: #448E90;
}
</style>
border-color css
<style>
span { border-color: #448E90; }
span { border-color: rgb(68,142,144); }
td.TdClassName
{
border-color: #448E90;
}
.TagClassName
{
border-color: #448E90;
}
</style>