Shades of Blue Chill #448D94
Tints of Blue Chill #448D94
RGB
CMYK
RGB Variations
Color information
#448D94 (or 0x448D94) is known color: Blue Chill. HEX triplet: 44, 8D and 94. RGB value is (68,141,148). Sum of RGB (Red+Green+Blue) = 68+141+148=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #448D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D94 is #BB726B. Grayscale: #777777. Windows color (decimal): -12284524 or 9735492. OLE color: 9735492.
HSL color Cylindrical-coordinate representation of color #448D94: hue angle of 185.25º 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 #448D94 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 141 | 148 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.42 |
| HSL | 185.25º | 0.37% | 0.42% | - |
| HSV(B) | 185.25º | 0.54% | 0.58% | - |
| XYZ | 17.25 | 22.42 | 31.43 | - |
| YUV | 119.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 148 | 0.54 | 0.05 | 0 | 0.42 | 185.25 | 0.37 | 0.42 |
| Hex | 44 | 8D | 94 | 36 | 5 | 0 | 2A | B9 | 25 | 2A |
| Octal | 104 | 215 | 224 | 66 | 5 | 0 | 52 | 271 | 45 | 52 |
| Binary | 1000100 | 10001101 | 10010100 | 110110 | 101 | 0 | 101010 | 10111001 | 100101 | 101010 |
Color Harmonies of #448D94
Complementary color
Monochromatic Colors of #448D94
Black with #448D94
Text Example
Text Example
White with #448D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D94; }
p { color: rgb(68,141,148); }
H1.HeaderClassName
{
color: #448D94;
}
.AnyTagClassName
{
color: #448D94;
}
</style>
background-color css
<style>
a { background-color: #448D94; }
a { background-color: rgb(68,141,148); }
div.DivClassName
{
background-color: #448D94;
}
.BgClassName
{
background-color: #448D94;
}
</style>
border-color css
<style>
span { border-color: #448D94; }
span { border-color: rgb(68,141,148); }
td.TdClassName
{
border-color: #448D94;
}
.TagClassName
{
border-color: #448D94;
}
</style>