Shades of Blue Chill #449098
Tints of Blue Chill #449098
RGB
CMYK
RGB Variations
Color information
#449098 (or 0x449098) is known color: Blue Chill. HEX triplet: 44, 90 and 98. RGB value is (68,144,152). Sum of RGB (Red+Green+Blue) = 68+144+152=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #449098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449098 is #BB6F67. Grayscale: #7A7A7A. Windows color (decimal): -12283752 or 9998404. OLE color: 9998404.
HSL color Cylindrical-coordinate representation of color #449098: hue angle of 185.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449098 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 144 | 152 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.40 |
| HSL | 185.71º | 0.38% | 0.43% | - |
| HSV(B) | 185.71º | 0.55% | 0.6% | - |
| XYZ | 18.02 | 23.44 | 33.28 | - |
| YUV | 122.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 152 | 0.55 | 0.05 | 0 | 0.40 | 185.71 | 0.38 | 0.43 |
| Hex | 44 | 90 | 98 | 37 | 5 | 0 | 28 | BA | 26 | 2B |
| Octal | 104 | 220 | 230 | 67 | 5 | 0 | 50 | 272 | 46 | 53 |
| Binary | 1000100 | 10010000 | 10011000 | 110111 | 101 | 0 | 101000 | 10111010 | 100110 | 101011 |
Color Harmonies of #449098
Complementary color
Monochromatic Colors of #449098
Black with #449098
Text Example
Text Example
White with #449098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449098; }
p { color: rgb(68,144,152); }
H1.HeaderClassName
{
color: #449098;
}
.AnyTagClassName
{
color: #449098;
}
</style>
background-color css
<style>
a { background-color: #449098; }
a { background-color: rgb(68,144,152); }
div.DivClassName
{
background-color: #449098;
}
.BgClassName
{
background-color: #449098;
}
</style>
border-color css
<style>
span { border-color: #449098; }
span { border-color: rgb(68,144,152); }
td.TdClassName
{
border-color: #449098;
}
.TagClassName
{
border-color: #449098;
}
</style>