Shades of Blue Chill #44949A
Tints of Blue Chill #44949A
RGB
CMYK
RGB Variations
Color information
#44949A (or 0x44949A) is known color: Blue Chill. HEX triplet: 44, 94 and 9A. RGB value is (68,148,154). Sum of RGB (Red+Green+Blue) = 68+148+154=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #44949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44949A is #BB6B65. Grayscale: #7C7C7C. Windows color (decimal): -12282726 or 10130500. OLE color: 10130500.
HSL color Cylindrical-coordinate representation of color #44949A: hue angle of 184.19º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44949A is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 148 | 154 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.40 |
| HSL | 184.19º | 0.39% | 0.44% | - |
| HSV(B) | 184.19º | 0.56% | 0.6% | - |
| XYZ | 18.81 | 24.74 | 34.36 | - |
| YUV | 124.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 154 | 0.56 | 0.04 | 0 | 0.40 | 184.19 | 0.39 | 0.44 |
| Hex | 44 | 94 | 9A | 38 | 4 | 0 | 28 | B8 | 27 | 2C |
| Octal | 104 | 224 | 232 | 70 | 4 | 0 | 50 | 270 | 47 | 54 |
| Binary | 1000100 | 10010100 | 10011010 | 111000 | 100 | 0 | 101000 | 10111000 | 100111 | 101100 |
Color Harmonies of #44949A
Complementary color
Monochromatic Colors of #44949A
Black with #44949A
Text Example
Text Example
White with #44949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44949A; }
p { color: rgb(68,148,154); }
H1.HeaderClassName
{
color: #44949A;
}
.AnyTagClassName
{
color: #44949A;
}
</style>
background-color css
<style>
a { background-color: #44949A; }
a { background-color: rgb(68,148,154); }
div.DivClassName
{
background-color: #44949A;
}
.BgClassName
{
background-color: #44949A;
}
</style>
border-color css
<style>
span { border-color: #44949A; }
span { border-color: rgb(68,148,154); }
td.TdClassName
{
border-color: #44949A;
}
.TagClassName
{
border-color: #44949A;
}
</style>