Shades of Blue Chill #448E91
Tints of Blue Chill #448E91
RGB
CMYK
RGB Variations
Color information
#448E91 (or 0x448E91) is known color: Blue Chill. HEX triplet: 44, 8E and 91. RGB value is (68,142,145). Sum of RGB (Red+Green+Blue) = 68+142+145=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #448E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E91 is #BB716E. Grayscale: #787878. Windows color (decimal): -12284271 or 9539140. OLE color: 9539140.
HSL color Cylindrical-coordinate representation of color #448E91: hue angle of 182.34º 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 #448E91 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 142 | 145 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.43 |
| HSL | 182.34º | 0.36% | 0.42% | - |
| HSV(B) | 182.34º | 0.53% | 0.57% | - |
| XYZ | 17.17 | 22.62 | 30.25 | - |
| YUV | 120.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 145 | 0.53 | 0.02 | 0 | 0.43 | 182.34 | 0.36 | 0.42 |
| Hex | 44 | 8E | 91 | 35 | 2 | 0 | 2B | B6 | 24 | 2A |
| Octal | 104 | 216 | 221 | 65 | 2 | 0 | 53 | 266 | 44 | 52 |
| Binary | 1000100 | 10001110 | 10010001 | 110101 | 10 | 0 | 101011 | 10110110 | 100100 | 101010 |
Color Harmonies of #448E91
Complementary color
Monochromatic Colors of #448E91
Black with #448E91
Text Example
Text Example
White with #448E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E91; }
p { color: rgb(68,142,145); }
H1.HeaderClassName
{
color: #448E91;
}
.AnyTagClassName
{
color: #448E91;
}
</style>
background-color css
<style>
a { background-color: #448E91; }
a { background-color: rgb(68,142,145); }
div.DivClassName
{
background-color: #448E91;
}
.BgClassName
{
background-color: #448E91;
}
</style>
border-color css
<style>
span { border-color: #448E91; }
span { border-color: rgb(68,142,145); }
td.TdClassName
{
border-color: #448E91;
}
.TagClassName
{
border-color: #448E91;
}
</style>