Shades of Blue Chill #44908E
Tints of Blue Chill #44908E
RGB
CMYK
RGB Variations
Color information
#44908E (or 0x44908E) is known color: Blue Chill. HEX triplet: 44, 90 and 8E. RGB value is (68,144,142). Sum of RGB (Red+Green+Blue) = 68+144+142=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #44908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44908E is #BB6F71. Grayscale: #787878. Windows color (decimal): -12283762 or 9343044. OLE color: 9343044.
HSL color Cylindrical-coordinate representation of color #44908E: hue angle of 178.42º 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 #44908E is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 142 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.44 |
| HSL | 178.42º | 0.36% | 0.42% | - |
| HSV(B) | 178.42º | 0.53% | 0.56% | - |
| XYZ | 17.24 | 23.13 | 29.15 | - |
| YUV | 121.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 142 | 0.53 | 0 | 0.01 | 0.44 | 178.42 | 0.36 | 0.42 |
| Hex | 44 | 90 | 8E | 35 | 0 | 1 | 2C | B2 | 24 | 2A |
| Octal | 104 | 220 | 216 | 65 | 0 | 1 | 54 | 262 | 44 | 52 |
| Binary | 1000100 | 10010000 | 10001110 | 110101 | 0 | 1 | 101100 | 10110010 | 100100 | 101010 |
Color Harmonies of #44908E
Complementary color
Monochromatic Colors of #44908E
Black with #44908E
Text Example
Text Example
White with #44908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44908E; }
p { color: rgb(68,144,142); }
H1.HeaderClassName
{
color: #44908E;
}
.AnyTagClassName
{
color: #44908E;
}
</style>
background-color css
<style>
a { background-color: #44908E; }
a { background-color: rgb(68,144,142); }
div.DivClassName
{
background-color: #44908E;
}
.BgClassName
{
background-color: #44908E;
}
</style>
border-color css
<style>
span { border-color: #44908E; }
span { border-color: rgb(68,144,142); }
td.TdClassName
{
border-color: #44908E;
}
.TagClassName
{
border-color: #44908E;
}
</style>