Shades of Blue Chill #448987
Tints of Blue Chill #448987
RGB
CMYK
RGB Variations
Color information
#448987 (or 0x448987) is known color: Blue Chill. HEX triplet: 44, 89 and 87. RGB value is (68,137,135). Sum of RGB (Red+Green+Blue) = 68+137+135=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #448987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448987 is #BB7678. Grayscale: #747474. Windows color (decimal): -12285561 or 8882500. OLE color: 8882500.
HSL color Cylindrical-coordinate representation of color #448987: hue angle of 178.26º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448987 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 135 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.46 |
| HSL | 178.26º | 0.34% | 0.4% | - |
| HSV(B) | 178.26º | 0.5% | 0.54% | - |
| XYZ | 15.7 | 20.87 | 26.12 | - |
| YUV | 116.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 135 | 0.50 | 0 | 0.01 | 0.46 | 178.26 | 0.34 | 0.4 |
| Hex | 44 | 89 | 87 | 32 | 0 | 1 | 2E | B2 | 22 | 28 |
| Octal | 104 | 211 | 207 | 62 | 0 | 1 | 56 | 262 | 42 | 50 |
| Binary | 1000100 | 10001001 | 10000111 | 110010 | 0 | 1 | 101110 | 10110010 | 100010 | 101000 |
Color Harmonies of #448987
Complementary color
Monochromatic Colors of #448987
Black with #448987
Text Example
Text Example
White with #448987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448987; }
p { color: rgb(68,137,135); }
H1.HeaderClassName
{
color: #448987;
}
.AnyTagClassName
{
color: #448987;
}
</style>
background-color css
<style>
a { background-color: #448987; }
a { background-color: rgb(68,137,135); }
div.DivClassName
{
background-color: #448987;
}
.BgClassName
{
background-color: #448987;
}
</style>
border-color css
<style>
span { border-color: #448987; }
span { border-color: rgb(68,137,135); }
td.TdClassName
{
border-color: #448987;
}
.TagClassName
{
border-color: #448987;
}
</style>