Shades of Blue Chill #44958F
Tints of Blue Chill #44958F
RGB
CMYK
RGB Variations
Color information
#44958F (or 0x44958F) is known color: Blue Chill. HEX triplet: 44, 95 and 8F. RGB value is (68,149,143). Sum of RGB (Red+Green+Blue) = 68+149+143=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #44958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44958F is #BB6A70. Grayscale: #7C7C7C. Windows color (decimal): -12282481 or 9409860. OLE color: 9409860.
HSL color Cylindrical-coordinate representation of color #44958F: hue angle of 175.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44958F is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 143 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.42 |
| HSL | 175.56º | 0.37% | 0.43% | - |
| HSV(B) | 175.56º | 0.54% | 0.58% | - |
| XYZ | 18.09 | 24.71 | 29.8 | - |
| YUV | 124.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 143 | 0.54 | 0 | 0.04 | 0.42 | 175.56 | 0.37 | 0.43 |
| Hex | 44 | 95 | 8F | 36 | 0 | 4 | 2A | B0 | 25 | 2B |
| Octal | 104 | 225 | 217 | 66 | 0 | 4 | 52 | 260 | 45 | 53 |
| Binary | 1000100 | 10010101 | 10001111 | 110110 | 0 | 100 | 101010 | 10110000 | 100101 | 101011 |
Color Harmonies of #44958F
Complementary color
Monochromatic Colors of #44958F
Black with #44958F
Text Example
Text Example
White with #44958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44958F; }
p { color: rgb(68,149,143); }
H1.HeaderClassName
{
color: #44958F;
}
.AnyTagClassName
{
color: #44958F;
}
</style>
background-color css
<style>
a { background-color: #44958F; }
a { background-color: rgb(68,149,143); }
div.DivClassName
{
background-color: #44958F;
}
.BgClassName
{
background-color: #44958F;
}
</style>
border-color css
<style>
span { border-color: #44958F; }
span { border-color: rgb(68,149,143); }
td.TdClassName
{
border-color: #44958F;
}
.TagClassName
{
border-color: #44958F;
}
</style>