Shades of Blue Chill #449AA2
Tints of Blue Chill #449AA2
RGB
CMYK
RGB Variations
Color information
#449AA2 (or 0x449AA2) is known color: Blue Chill. HEX triplet: 44, 9A and A2. RGB value is (68,154,162). Sum of RGB (Red+Green+Blue) = 68+154+162=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #449AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449AA2 is #BB655D. Grayscale: #818181. Windows color (decimal): -12281182 or 10656324. OLE color: 10656324.
HSL color Cylindrical-coordinate representation of color #449AA2: hue angle of 185.11º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #449AA2 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 154 | 162 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.36 |
| HSL | 185.11º | 0.41% | 0.45% | - |
| HSV(B) | 185.11º | 0.58% | 0.64% | - |
| XYZ | 20.46 | 26.95 | 38.31 | - |
| YUV | 129.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 162 | 0.58 | 0.05 | 0 | 0.36 | 185.11 | 0.41 | 0.45 |
| Hex | 44 | 9A | A2 | 3A | 5 | 0 | 24 | B9 | 29 | 2D |
| Octal | 104 | 232 | 242 | 72 | 5 | 0 | 44 | 271 | 51 | 55 |
| Binary | 1000100 | 10011010 | 10100010 | 111010 | 101 | 0 | 100100 | 10111001 | 101001 | 101101 |
Color Harmonies of #449AA2
Complementary color
Monochromatic Colors of #449AA2
Black with #449AA2
Text Example
Text Example
White with #449AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AA2; }
p { color: rgb(68,154,162); }
H1.HeaderClassName
{
color: #449AA2;
}
.AnyTagClassName
{
color: #449AA2;
}
</style>
background-color css
<style>
a { background-color: #449AA2; }
a { background-color: rgb(68,154,162); }
div.DivClassName
{
background-color: #449AA2;
}
.BgClassName
{
background-color: #449AA2;
}
</style>
border-color css
<style>
span { border-color: #449AA2; }
span { border-color: rgb(68,154,162); }
td.TdClassName
{
border-color: #449AA2;
}
.TagClassName
{
border-color: #449AA2;
}
</style>