Shades of Blue Chill #449B96
Tints of Blue Chill #449B96
RGB
CMYK
RGB Variations
Color information
#449B96 (or 0x449B96) is known color: Blue Chill. HEX triplet: 44, 9B and 96. RGB value is (68,155,150). Sum of RGB (Red+Green+Blue) = 68+155+150=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #449B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B96 is #BB6469. Grayscale: #808080. Windows color (decimal): -12280938 or 9870148. OLE color: 9870148.
HSL color Cylindrical-coordinate representation of color #449B96: hue angle of 176.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B96 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 150 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.39 |
| HSL | 176.55º | 0.39% | 0.44% | - |
| HSV(B) | 176.55º | 0.56% | 0.61% | - |
| XYZ | 19.61 | 26.87 | 33.01 | - |
| YUV | 128.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 150 | 0.56 | 0 | 0.03 | 0.39 | 176.55 | 0.39 | 0.44 |
| Hex | 44 | 9B | 96 | 38 | 0 | 3 | 27 | B1 | 27 | 2C |
| Octal | 104 | 233 | 226 | 70 | 0 | 3 | 47 | 261 | 47 | 54 |
| Binary | 1000100 | 10011011 | 10010110 | 111000 | 0 | 11 | 100111 | 10110001 | 100111 | 101100 |
Color Harmonies of #449B96
Complementary color
Monochromatic Colors of #449B96
Black with #449B96
Text Example
Text Example
White with #449B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B96; }
p { color: rgb(68,155,150); }
H1.HeaderClassName
{
color: #449B96;
}
.AnyTagClassName
{
color: #449B96;
}
</style>
background-color css
<style>
a { background-color: #449B96; }
a { background-color: rgb(68,155,150); }
div.DivClassName
{
background-color: #449B96;
}
.BgClassName
{
background-color: #449B96;
}
</style>
border-color css
<style>
span { border-color: #449B96; }
span { border-color: rgb(68,155,150); }
td.TdClassName
{
border-color: #449B96;
}
.TagClassName
{
border-color: #449B96;
}
</style>