Shades of Blue Chill #449B99
Tints of Blue Chill #449B99
RGB
CMYK
RGB Variations
Color information
#449B99 (or 0x449B99) is known color: Blue Chill. HEX triplet: 44, 9B and 99. RGB value is (68,155,153). Sum of RGB (Red+Green+Blue) = 68+155+153=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #449B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B99 is #BB6466. Grayscale: #808080. Windows color (decimal): -12280935 or 10066756. OLE color: 10066756.
HSL color Cylindrical-coordinate representation of color #449B99: hue angle of 178.62º 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 #449B99 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 153 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.39 |
| HSL | 178.62º | 0.39% | 0.44% | - |
| HSV(B) | 178.62º | 0.56% | 0.61% | - |
| XYZ | 19.86 | 26.97 | 34.3 | - |
| YUV | 128.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 153 | 0.56 | 0 | 0.01 | 0.39 | 178.62 | 0.39 | 0.44 |
| Hex | 44 | 9B | 99 | 38 | 0 | 1 | 27 | B3 | 27 | 2C |
| Octal | 104 | 233 | 231 | 70 | 0 | 1 | 47 | 263 | 47 | 54 |
| Binary | 1000100 | 10011011 | 10011001 | 111000 | 0 | 1 | 100111 | 10110011 | 100111 | 101100 |
Color Harmonies of #449B99
Complementary color
Monochromatic Colors of #449B99
Black with #449B99
Text Example
Text Example
White with #449B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B99; }
p { color: rgb(68,155,153); }
H1.HeaderClassName
{
color: #449B99;
}
.AnyTagClassName
{
color: #449B99;
}
</style>
background-color css
<style>
a { background-color: #449B99; }
a { background-color: rgb(68,155,153); }
div.DivClassName
{
background-color: #449B99;
}
.BgClassName
{
background-color: #449B99;
}
</style>
border-color css
<style>
span { border-color: #449B99; }
span { border-color: rgb(68,155,153); }
td.TdClassName
{
border-color: #449B99;
}
.TagClassName
{
border-color: #449B99;
}
</style>