Shades of Blue Chill #48999C
Tints of Blue Chill #48999C
RGB
CMYK
RGB Variations
Color information
#48999C (or 0x48999C) is known color: Blue Chill. HEX triplet: 48, 99 and 9C. RGB value is (72,153,156). Sum of RGB (Red+Green+Blue) = 72+153+156=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #48999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48999C is #B76663. Grayscale: #818181. Windows color (decimal): -12019300 or 10262856. OLE color: 10262856.
HSL color Cylindrical-coordinate representation of color #48999C: hue angle of 182.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48999C is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 153 | 156 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.39 |
| HSL | 182.14º | 0.37% | 0.45% | - |
| HSV(B) | 182.14º | 0.54% | 0.61% | - |
| XYZ | 20.06 | 26.56 | 35.52 | - |
| YUV | 129.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 156 | 0.54 | 0.02 | 0 | 0.39 | 182.14 | 0.37 | 0.45 |
| Hex | 48 | 99 | 9C | 36 | 2 | 0 | 27 | B6 | 25 | 2D |
| Octal | 110 | 231 | 234 | 66 | 2 | 0 | 47 | 266 | 45 | 55 |
| Binary | 1001000 | 10011001 | 10011100 | 110110 | 10 | 0 | 100111 | 10110110 | 100101 | 101101 |
Color Harmonies of #48999C
Complementary color
Monochromatic Colors of #48999C
Black with #48999C
Text Example
Text Example
White with #48999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48999C; }
p { color: rgb(72,153,156); }
H1.HeaderClassName
{
color: #48999C;
}
.AnyTagClassName
{
color: #48999C;
}
</style>
background-color css
<style>
a { background-color: #48999C; }
a { background-color: rgb(72,153,156); }
div.DivClassName
{
background-color: #48999C;
}
.BgClassName
{
background-color: #48999C;
}
</style>
border-color css
<style>
span { border-color: #48999C; }
span { border-color: rgb(72,153,156); }
td.TdClassName
{
border-color: #48999C;
}
.TagClassName
{
border-color: #48999C;
}
</style>