Shades of Blue Chill #449A99
Tints of Blue Chill #449A99
RGB
CMYK
RGB Variations
Color information
#449A99 (or 0x449A99) is known color: Blue Chill. HEX triplet: 44, 9A and 99. RGB value is (68,154,153). Sum of RGB (Red+Green+Blue) = 68+154+153=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #449A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A99 is #BB6566. Grayscale: #808080. Windows color (decimal): -12281191 or 10066500. OLE color: 10066500.
HSL color Cylindrical-coordinate representation of color #449A99: hue angle of 179.3º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A99 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 153 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.40 |
| HSL | 179.3º | 0.39% | 0.44% | - |
| HSV(B) | 179.3º | 0.56% | 0.6% | - |
| XYZ | 19.69 | 26.64 | 34.24 | - |
| YUV | 128.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 153 | 0.56 | 0 | 0.01 | 0.40 | 179.3 | 0.39 | 0.44 |
| Hex | 44 | 9A | 99 | 38 | 0 | 1 | 28 | B3 | 27 | 2C |
| Octal | 104 | 232 | 231 | 70 | 0 | 1 | 50 | 263 | 47 | 54 |
| Binary | 1000100 | 10011010 | 10011001 | 111000 | 0 | 1 | 101000 | 10110011 | 100111 | 101100 |
Color Harmonies of #449A99
Complementary color
Monochromatic Colors of #449A99
Black with #449A99
Text Example
Text Example
White with #449A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A99; }
p { color: rgb(68,154,153); }
H1.HeaderClassName
{
color: #449A99;
}
.AnyTagClassName
{
color: #449A99;
}
</style>
background-color css
<style>
a { background-color: #449A99; }
a { background-color: rgb(68,154,153); }
div.DivClassName
{
background-color: #449A99;
}
.BgClassName
{
background-color: #449A99;
}
</style>
border-color css
<style>
span { border-color: #449A99; }
span { border-color: rgb(68,154,153); }
td.TdClassName
{
border-color: #449A99;
}
.TagClassName
{
border-color: #449A99;
}
</style>