Shades of Blue Chill #449094
Tints of Blue Chill #449094
RGB
CMYK
RGB Variations
Color information
#449094 (or 0x449094) is known color: Blue Chill. HEX triplet: 44, 90 and 94. RGB value is (68,144,148). Sum of RGB (Red+Green+Blue) = 68+144+148=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #449094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449094 is #BB6F6B. Grayscale: #797979. Windows color (decimal): -12283756 or 9736260. OLE color: 9736260.
HSL color Cylindrical-coordinate representation of color #449094: hue angle of 183º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449094 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 144 | 148 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.42 |
| HSL | 183º | 0.37% | 0.42% | - |
| HSV(B) | 183º | 0.54% | 0.58% | - |
| XYZ | 17.7 | 23.31 | 31.58 | - |
| YUV | 121.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 148 | 0.54 | 0.03 | 0 | 0.42 | 183 | 0.37 | 0.42 |
| Hex | 44 | 90 | 94 | 36 | 3 | 0 | 2A | B7 | 25 | 2A |
| Octal | 104 | 220 | 224 | 66 | 3 | 0 | 52 | 267 | 45 | 52 |
| Binary | 1000100 | 10010000 | 10010100 | 110110 | 11 | 0 | 101010 | 10110111 | 100101 | 101010 |
Color Harmonies of #449094
Complementary color
Monochromatic Colors of #449094
Black with #449094
Text Example
Text Example
White with #449094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449094; }
p { color: rgb(68,144,148); }
H1.HeaderClassName
{
color: #449094;
}
.AnyTagClassName
{
color: #449094;
}
</style>
background-color css
<style>
a { background-color: #449094; }
a { background-color: rgb(68,144,148); }
div.DivClassName
{
background-color: #449094;
}
.BgClassName
{
background-color: #449094;
}
</style>
border-color css
<style>
span { border-color: #449094; }
span { border-color: rgb(68,144,148); }
td.TdClassName
{
border-color: #449094;
}
.TagClassName
{
border-color: #449094;
}
</style>