Shades of Blue Chill #44908F
Tints of Blue Chill #44908F
RGB
CMYK
RGB Variations
Color information
#44908F (or 0x44908F) is known color: Blue Chill. HEX triplet: 44, 90 and 8F. RGB value is (68,144,143). Sum of RGB (Red+Green+Blue) = 68+144+143=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #44908F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44908F is #BB6F70. Grayscale: #797979. Windows color (decimal): -12283761 or 9408580. OLE color: 9408580.
HSL color Cylindrical-coordinate representation of color #44908F: hue angle of 179.21º 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 #44908F is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 143 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.44 |
| HSL | 179.21º | 0.36% | 0.42% | - |
| HSV(B) | 179.21º | 0.53% | 0.56% | - |
| XYZ | 17.32 | 23.16 | 29.54 | - |
| YUV | 121.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 143 | 0.53 | 0 | 0.01 | 0.44 | 179.21 | 0.36 | 0.42 |
| Hex | 44 | 90 | 8F | 35 | 0 | 1 | 2C | B3 | 24 | 2A |
| Octal | 104 | 220 | 217 | 65 | 0 | 1 | 54 | 263 | 44 | 52 |
| Binary | 1000100 | 10010000 | 10001111 | 110101 | 0 | 1 | 101100 | 10110011 | 100100 | 101010 |
Color Harmonies of #44908F
Complementary color
Monochromatic Colors of #44908F
Black with #44908F
Text Example
Text Example
White with #44908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44908F; }
p { color: rgb(68,144,143); }
H1.HeaderClassName
{
color: #44908F;
}
.AnyTagClassName
{
color: #44908F;
}
</style>
background-color css
<style>
a { background-color: #44908F; }
a { background-color: rgb(68,144,143); }
div.DivClassName
{
background-color: #44908F;
}
.BgClassName
{
background-color: #44908F;
}
</style>
border-color css
<style>
span { border-color: #44908F; }
span { border-color: rgb(68,144,143); }
td.TdClassName
{
border-color: #44908F;
}
.TagClassName
{
border-color: #44908F;
}
</style>