Shades of Blue Chill #449294
Tints of Blue Chill #449294
RGB
CMYK
RGB Variations
Color information
#449294 (or 0x449294) is known color: Blue Chill. HEX triplet: 44, 92 and 94. RGB value is (68,146,148). Sum of RGB (Red+Green+Blue) = 68+146+148=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #449294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449294 is #BB6D6B. Grayscale: #7A7A7A. Windows color (decimal): -12283244 or 9736772. OLE color: 9736772.
HSL color Cylindrical-coordinate representation of color #449294: hue angle of 181.5º 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 #449294 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 146 | 148 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.42 |
| HSL | 181.5º | 0.37% | 0.42% | - |
| HSV(B) | 181.5º | 0.54% | 0.58% | - |
| XYZ | 18.01 | 23.92 | 31.69 | - |
| YUV | 122.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 148 | 0.54 | 0.01 | 0 | 0.42 | 181.5 | 0.37 | 0.42 |
| Hex | 44 | 92 | 94 | 36 | 1 | 0 | 2A | B6 | 25 | 2A |
| Octal | 104 | 222 | 224 | 66 | 1 | 0 | 52 | 266 | 45 | 52 |
| Binary | 1000100 | 10010010 | 10010100 | 110110 | 1 | 0 | 101010 | 10110110 | 100101 | 101010 |
Color Harmonies of #449294
Complementary color
Monochromatic Colors of #449294
Black with #449294
Text Example
Text Example
White with #449294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449294; }
p { color: rgb(68,146,148); }
H1.HeaderClassName
{
color: #449294;
}
.AnyTagClassName
{
color: #449294;
}
</style>
background-color css
<style>
a { background-color: #449294; }
a { background-color: rgb(68,146,148); }
div.DivClassName
{
background-color: #449294;
}
.BgClassName
{
background-color: #449294;
}
</style>
border-color css
<style>
span { border-color: #449294; }
span { border-color: rgb(68,146,148); }
td.TdClassName
{
border-color: #449294;
}
.TagClassName
{
border-color: #449294;
}
</style>