Shades of Blue Chill #488991
Tints of Blue Chill #488991
RGB
CMYK
RGB Variations
Color information
#488991 (or 0x488991) is known color: Blue Chill. HEX triplet: 48, 89 and 91. RGB value is (72,137,145). Sum of RGB (Red+Green+Blue) = 72+137+145=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #488991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488991 is #B7766E. Grayscale: #767676. Windows color (decimal): -12023407 or 9537864. OLE color: 9537864.
HSL color Cylindrical-coordinate representation of color #488991: hue angle of 186.58º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488991 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 137 | 145 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.43 |
| HSL | 186.58º | 0.34% | 0.43% | - |
| HSV(B) | 186.58º | 0.5% | 0.57% | - |
| XYZ | 16.73 | 21.31 | 30.02 | - |
| YUV | 118.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 145 | 0.50 | 0.06 | 0 | 0.43 | 186.58 | 0.34 | 0.43 |
| Hex | 48 | 89 | 91 | 32 | 6 | 0 | 2B | BB | 22 | 2B |
| Octal | 110 | 211 | 221 | 62 | 6 | 0 | 53 | 273 | 42 | 53 |
| Binary | 1001000 | 10001001 | 10010001 | 110010 | 110 | 0 | 101011 | 10111011 | 100010 | 101011 |
Color Harmonies of #488991
Complementary color
Monochromatic Colors of #488991
Black with #488991
Text Example
Text Example
White with #488991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488991; }
p { color: rgb(72,137,145); }
H1.HeaderClassName
{
color: #488991;
}
.AnyTagClassName
{
color: #488991;
}
</style>
background-color css
<style>
a { background-color: #488991; }
a { background-color: rgb(72,137,145); }
div.DivClassName
{
background-color: #488991;
}
.BgClassName
{
background-color: #488991;
}
</style>
border-color css
<style>
span { border-color: #488991; }
span { border-color: rgb(72,137,145); }
td.TdClassName
{
border-color: #488991;
}
.TagClassName
{
border-color: #488991;
}
</style>