Shades of Blue Chill #488E8B
Tints of Blue Chill #488E8B
RGB
CMYK
RGB Variations
Color information
#488E8B (or 0x488E8B) is known color: Blue Chill. HEX triplet: 48, 8E and 8B. RGB value is (72,142,139). Sum of RGB (Red+Green+Blue) = 72+142+139=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #488E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488E8B is #B77174. Grayscale: #787878. Windows color (decimal): -12022133 or 9145928. OLE color: 9145928.
HSL color Cylindrical-coordinate representation of color #488E8B: hue angle of 177.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488E8B is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 139 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.44 |
| HSL | 177.43º | 0.33% | 0.42% | - |
| HSV(B) | 177.43º | 0.49% | 0.56% | - |
| XYZ | 17.01 | 22.59 | 27.89 | - |
| YUV | 120.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 139 | 0.49 | 0 | 0.02 | 0.44 | 177.43 | 0.33 | 0.42 |
| Hex | 48 | 8E | 8B | 31 | 0 | 2 | 2C | B1 | 21 | 2A |
| Octal | 110 | 216 | 213 | 61 | 0 | 2 | 54 | 261 | 41 | 52 |
| Binary | 1001000 | 10001110 | 10001011 | 110001 | 0 | 10 | 101100 | 10110001 | 100001 | 101010 |
Color Harmonies of #488E8B
Complementary color
Monochromatic Colors of #488E8B
Black with #488E8B
Text Example
Text Example
White with #488E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E8B; }
p { color: rgb(72,142,139); }
H1.HeaderClassName
{
color: #488E8B;
}
.AnyTagClassName
{
color: #488E8B;
}
</style>
background-color css
<style>
a { background-color: #488E8B; }
a { background-color: rgb(72,142,139); }
div.DivClassName
{
background-color: #488E8B;
}
.BgClassName
{
background-color: #488E8B;
}
</style>
border-color css
<style>
span { border-color: #488E8B; }
span { border-color: rgb(72,142,139); }
td.TdClassName
{
border-color: #488E8B;
}
.TagClassName
{
border-color: #488E8B;
}
</style>