Shades of Blue Chill #449394
Tints of Blue Chill #449394
RGB
CMYK
RGB Variations
Color information
#449394 (or 0x449394) is known color: Blue Chill. HEX triplet: 44, 93 and 94. RGB value is (68,147,148). Sum of RGB (Red+Green+Blue) = 68+147+148=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #449394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449394 is #BB6C6B. Grayscale: #7B7B7B. Windows color (decimal): -12282988 or 9737028. OLE color: 9737028.
HSL color Cylindrical-coordinate representation of color #449394: hue angle of 180.75º 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 #449394 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 148 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.42 |
| HSL | 180.75º | 0.37% | 0.42% | - |
| HSV(B) | 180.75º | 0.54% | 0.58% | - |
| XYZ | 18.16 | 24.23 | 31.74 | - |
| YUV | 123.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 148 | 0.54 | 0.01 | 0 | 0.42 | 180.75 | 0.37 | 0.42 |
| Hex | 44 | 93 | 94 | 36 | 1 | 0 | 2A | B5 | 25 | 2A |
| Octal | 104 | 223 | 224 | 66 | 1 | 0 | 52 | 265 | 45 | 52 |
| Binary | 1000100 | 10010011 | 10010100 | 110110 | 1 | 0 | 101010 | 10110101 | 100101 | 101010 |
Color Harmonies of #449394
Complementary color
Monochromatic Colors of #449394
Black with #449394
Text Example
Text Example
White with #449394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449394; }
p { color: rgb(68,147,148); }
H1.HeaderClassName
{
color: #449394;
}
.AnyTagClassName
{
color: #449394;
}
</style>
background-color css
<style>
a { background-color: #449394; }
a { background-color: rgb(68,147,148); }
div.DivClassName
{
background-color: #449394;
}
.BgClassName
{
background-color: #449394;
}
</style>
border-color css
<style>
span { border-color: #449394; }
span { border-color: rgb(68,147,148); }
td.TdClassName
{
border-color: #449394;
}
.TagClassName
{
border-color: #449394;
}
</style>