Shades of Blue Chill #449E96
Tints of Blue Chill #449E96
RGB
CMYK
RGB Variations
Color information
#449E96 (or 0x449E96) is known color: Blue Chill. HEX triplet: 44, 9E and 96. RGB value is (68,158,150). Sum of RGB (Red+Green+Blue) = 68+158+150=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #449E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E96 is #BB6169. Grayscale: #828282. Windows color (decimal): -12280170 or 9870916. OLE color: 9870916.
HSL color Cylindrical-coordinate representation of color #449E96: hue angle of 174.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E96 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 150 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.38 |
| HSL | 174.67º | 0.4% | 0.44% | - |
| HSV(B) | 174.67º | 0.57% | 0.62% | - |
| XYZ | 20.12 | 27.88 | 33.18 | - |
| YUV | 130.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 150 | 0.57 | 0 | 0.05 | 0.38 | 174.67 | 0.4 | 0.44 |
| Hex | 44 | 9E | 96 | 39 | 0 | 5 | 26 | AF | 28 | 2C |
| Octal | 104 | 236 | 226 | 71 | 0 | 5 | 46 | 257 | 50 | 54 |
| Binary | 1000100 | 10011110 | 10010110 | 111001 | 0 | 101 | 100110 | 10101111 | 101000 | 101100 |
Color Harmonies of #449E96
Complementary color
Monochromatic Colors of #449E96
Black with #449E96
Text Example
Text Example
White with #449E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E96; }
p { color: rgb(68,158,150); }
H1.HeaderClassName
{
color: #449E96;
}
.AnyTagClassName
{
color: #449E96;
}
</style>
background-color css
<style>
a { background-color: #449E96; }
a { background-color: rgb(68,158,150); }
div.DivClassName
{
background-color: #449E96;
}
.BgClassName
{
background-color: #449E96;
}
</style>
border-color css
<style>
span { border-color: #449E96; }
span { border-color: rgb(68,158,150); }
td.TdClassName
{
border-color: #449E96;
}
.TagClassName
{
border-color: #449E96;
}
</style>