Shades of Blue Chill #488C89
Tints of Blue Chill #488C89
RGB
CMYK
RGB Variations
Color information
#488C89 (or 0x488C89) is known color: Blue Chill. HEX triplet: 48, 8C and 89. RGB value is (72,140,137). Sum of RGB (Red+Green+Blue) = 72+140+137=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #488C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488C89 is #B77376. Grayscale: #777777. Windows color (decimal): -12022647 or 9014344. OLE color: 9014344.
HSL color Cylindrical-coordinate representation of color #488C89: hue angle of 177.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C89 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 137 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.45 |
| HSL | 177.35º | 0.32% | 0.42% | - |
| HSV(B) | 177.35º | 0.49% | 0.55% | - |
| XYZ | 16.57 | 21.94 | 27.03 | - |
| YUV | 119.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 137 | 0.49 | 0 | 0.02 | 0.45 | 177.35 | 0.32 | 0.42 |
| Hex | 48 | 8C | 89 | 31 | 0 | 2 | 2D | B1 | 20 | 2A |
| Octal | 110 | 214 | 211 | 61 | 0 | 2 | 55 | 261 | 40 | 52 |
| Binary | 1001000 | 10001100 | 10001001 | 110001 | 0 | 10 | 101101 | 10110001 | 100000 | 101010 |
Color Harmonies of #488C89
Complementary color
Monochromatic Colors of #488C89
Black with #488C89
Text Example
Text Example
White with #488C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C89; }
p { color: rgb(72,140,137); }
H1.HeaderClassName
{
color: #488C89;
}
.AnyTagClassName
{
color: #488C89;
}
</style>
background-color css
<style>
a { background-color: #488C89; }
a { background-color: rgb(72,140,137); }
div.DivClassName
{
background-color: #488C89;
}
.BgClassName
{
background-color: #488C89;
}
</style>
border-color css
<style>
span { border-color: #488C89; }
span { border-color: rgb(72,140,137); }
td.TdClassName
{
border-color: #488C89;
}
.TagClassName
{
border-color: #488C89;
}
</style>