Shades of Blue Chill #449997
Tints of Blue Chill #449997
RGB
CMYK
RGB Variations
Color information
#449997 (or 0x449997) is known color: Blue Chill. HEX triplet: 44, 99 and 97. RGB value is (68,153,151). Sum of RGB (Red+Green+Blue) = 68+153+151=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #449997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449997 is #BB6668. Grayscale: #7F7F7F. Windows color (decimal): -12281449 or 9935172. OLE color: 9935172.
HSL color Cylindrical-coordinate representation of color #449997: hue angle of 178.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449997 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 151 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.4 |
| HSL | 178.59º | 0.38% | 0.43% | - |
| HSV(B) | 178.59º | 0.56% | 0.6% | - |
| XYZ | 19.36 | 26.25 | 33.32 | - |
| YUV | 127.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 151 | 0.56 | 0 | 0.01 | 0.4 | 178.59 | 0.38 | 0.43 |
| Hex | 44 | 99 | 97 | 38 | 0 | 1 | 28 | B3 | 26 | 2B |
| Octal | 104 | 231 | 227 | 70 | 0 | 1 | 50 | 263 | 46 | 53 |
| Binary | 1000100 | 10011001 | 10010111 | 111000 | 0 | 1 | 101000 | 10110011 | 100110 | 101011 |
Color Harmonies of #449997
Complementary color
Monochromatic Colors of #449997
Black with #449997
Text Example
Text Example
White with #449997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449997; }
p { color: rgb(68,153,151); }
H1.HeaderClassName
{
color: #449997;
}
.AnyTagClassName
{
color: #449997;
}
</style>
background-color css
<style>
a { background-color: #449997; }
a { background-color: rgb(68,153,151); }
div.DivClassName
{
background-color: #449997;
}
.BgClassName
{
background-color: #449997;
}
</style>
border-color css
<style>
span { border-color: #449997; }
span { border-color: rgb(68,153,151); }
td.TdClassName
{
border-color: #449997;
}
.TagClassName
{
border-color: #449997;
}
</style>