Shades of Blue Chill #449BA0
Tints of Blue Chill #449BA0
RGB
CMYK
RGB Variations
Color information
#449BA0 (or 0x449BA0) is known color: Blue Chill. HEX triplet: 44, 9B and A0. RGB value is (68,155,160). Sum of RGB (Red+Green+Blue) = 68+155+160=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #449BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449BA0 is #BB645F. Grayscale: #818181. Windows color (decimal): -12280928 or 10525508. OLE color: 10525508.
HSL color Cylindrical-coordinate representation of color #449BA0: hue angle of 183.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449BA0 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 155 | 160 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.37 |
| HSL | 183.26º | 0.4% | 0.45% | - |
| HSV(B) | 183.26º | 0.58% | 0.63% | - |
| XYZ | 20.45 | 27.21 | 37.43 | - |
| YUV | 129.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 160 | 0.57 | 0.03 | 0 | 0.37 | 183.26 | 0.4 | 0.45 |
| Hex | 44 | 9B | A0 | 39 | 3 | 0 | 25 | B7 | 28 | 2D |
| Octal | 104 | 233 | 240 | 71 | 3 | 0 | 45 | 267 | 50 | 55 |
| Binary | 1000100 | 10011011 | 10100000 | 111001 | 11 | 0 | 100101 | 10110111 | 101000 | 101101 |
Color Harmonies of #449BA0
Complementary color
Monochromatic Colors of #449BA0
Black with #449BA0
Text Example
Text Example
White with #449BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BA0; }
p { color: rgb(68,155,160); }
H1.HeaderClassName
{
color: #449BA0;
}
.AnyTagClassName
{
color: #449BA0;
}
</style>
background-color css
<style>
a { background-color: #449BA0; }
a { background-color: rgb(68,155,160); }
div.DivClassName
{
background-color: #449BA0;
}
.BgClassName
{
background-color: #449BA0;
}
</style>
border-color css
<style>
span { border-color: #449BA0; }
span { border-color: rgb(68,155,160); }
td.TdClassName
{
border-color: #449BA0;
}
.TagClassName
{
border-color: #449BA0;
}
</style>