Shades of Blue Chill #48A29C
Tints of Blue Chill #48A29C
RGB
CMYK
RGB Variations
Color information
#48A29C (or 0x48A29C) is known color: Blue Chill. HEX triplet: 48, A2 and 9C. RGB value is (72,162,156). Sum of RGB (Red+Green+Blue) = 72+162+156=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #48A29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A29C is #B75D63. Grayscale: #868686. Windows color (decimal): -12016996 or 10265160. OLE color: 10265160.
HSL color Cylindrical-coordinate representation of color #48A29C: hue angle of 176º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A29C is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 156 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.36 |
| HSL | 176º | 0.38% | 0.46% | - |
| HSV(B) | 176º | 0.56% | 0.64% | - |
| XYZ | 21.59 | 29.62 | 36.03 | - |
| YUV | 134.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 156 | 0.56 | 0 | 0.04 | 0.36 | 176 | 0.38 | 0.46 |
| Hex | 48 | A2 | 9C | 38 | 0 | 4 | 24 | B0 | 26 | 2E |
| Octal | 110 | 242 | 234 | 70 | 0 | 4 | 44 | 260 | 46 | 56 |
| Binary | 1001000 | 10100010 | 10011100 | 111000 | 0 | 100 | 100100 | 10110000 | 100110 | 101110 |
Color Harmonies of #48A29C
Complementary color
Monochromatic Colors of #48A29C
Black with #48A29C
Text Example
Text Example
White with #48A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A29C; }
p { color: rgb(72,162,156); }
H1.HeaderClassName
{
color: #48A29C;
}
.AnyTagClassName
{
color: #48A29C;
}
</style>
background-color css
<style>
a { background-color: #48A29C; }
a { background-color: rgb(72,162,156); }
div.DivClassName
{
background-color: #48A29C;
}
.BgClassName
{
background-color: #48A29C;
}
</style>
border-color css
<style>
span { border-color: #48A29C; }
span { border-color: rgb(72,162,156); }
td.TdClassName
{
border-color: #48A29C;
}
.TagClassName
{
border-color: #48A29C;
}
</style>