Shades of Blue Chill #449099
Tints of Blue Chill #449099
RGB
CMYK
RGB Variations
Color information
#449099 (or 0x449099) is known color: Blue Chill. HEX triplet: 44, 90 and 99. RGB value is (68,144,153). Sum of RGB (Red+Green+Blue) = 68+144+153=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #449099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449099 is #BB6F66. Grayscale: #7A7A7A. Windows color (decimal): -12283751 or 10063940. OLE color: 10063940.
HSL color Cylindrical-coordinate representation of color #449099: hue angle of 186.35º 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 #449099 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 144 | 153 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.4 |
| HSL | 186.35º | 0.38% | 0.43% | - |
| HSV(B) | 186.35º | 0.56% | 0.6% | - |
| XYZ | 18.11 | 23.48 | 33.71 | - |
| YUV | 122.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 153 | 0.56 | 0.06 | 0 | 0.4 | 186.35 | 0.38 | 0.43 |
| Hex | 44 | 90 | 99 | 38 | 6 | 0 | 28 | BA | 26 | 2B |
| Octal | 104 | 220 | 231 | 70 | 6 | 0 | 50 | 272 | 46 | 53 |
| Binary | 1000100 | 10010000 | 10011001 | 111000 | 110 | 0 | 101000 | 10111010 | 100110 | 101011 |
Color Harmonies of #449099
Complementary color
Monochromatic Colors of #449099
Black with #449099
Text Example
Text Example
White with #449099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449099; }
p { color: rgb(68,144,153); }
H1.HeaderClassName
{
color: #449099;
}
.AnyTagClassName
{
color: #449099;
}
</style>
background-color css
<style>
a { background-color: #449099; }
a { background-color: rgb(68,144,153); }
div.DivClassName
{
background-color: #449099;
}
.BgClassName
{
background-color: #449099;
}
</style>
border-color css
<style>
span { border-color: #449099; }
span { border-color: rgb(68,144,153); }
td.TdClassName
{
border-color: #449099;
}
.TagClassName
{
border-color: #449099;
}
</style>