Shades of Blue Chill #449193
Tints of Blue Chill #449193
RGB
CMYK
RGB Variations
Color information
#449193 (or 0x449193) is known color: Blue Chill. HEX triplet: 44, 91 and 93. RGB value is (68,145,147). Sum of RGB (Red+Green+Blue) = 68+145+147=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #449193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449193 is #BB6E6C. Grayscale: #7A7A7A. Windows color (decimal): -12283501 or 9670980. OLE color: 9670980.
HSL color Cylindrical-coordinate representation of color #449193: hue angle of 181.52º 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 #449193 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 145 | 147 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.42 |
| HSL | 181.52º | 0.37% | 0.42% | - |
| HSV(B) | 181.52º | 0.54% | 0.58% | - |
| XYZ | 17.78 | 23.59 | 31.22 | - |
| YUV | 122.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 147 | 0.54 | 0.01 | 0 | 0.42 | 181.52 | 0.37 | 0.42 |
| Hex | 44 | 91 | 93 | 36 | 1 | 0 | 2A | B6 | 25 | 2A |
| Octal | 104 | 221 | 223 | 66 | 1 | 0 | 52 | 266 | 45 | 52 |
| Binary | 1000100 | 10010001 | 10010011 | 110110 | 1 | 0 | 101010 | 10110110 | 100101 | 101010 |
Color Harmonies of #449193
Complementary color
Monochromatic Colors of #449193
Black with #449193
Text Example
Text Example
White with #449193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449193; }
p { color: rgb(68,145,147); }
H1.HeaderClassName
{
color: #449193;
}
.AnyTagClassName
{
color: #449193;
}
</style>
background-color css
<style>
a { background-color: #449193; }
a { background-color: rgb(68,145,147); }
div.DivClassName
{
background-color: #449193;
}
.BgClassName
{
background-color: #449193;
}
</style>
border-color css
<style>
span { border-color: #449193; }
span { border-color: rgb(68,145,147); }
td.TdClassName
{
border-color: #449193;
}
.TagClassName
{
border-color: #449193;
}
</style>