Shades of Blue Chill #47898D
Tints of Blue Chill #47898D
RGB
CMYK
RGB Variations
Color information
#47898D (or 0x47898D) is known color: Blue Chill. HEX triplet: 47, 89 and 8D. RGB value is (71,137,141). Sum of RGB (Red+Green+Blue) = 71+137+141=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #47898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47898D is #B87672. Grayscale: #757575. Windows color (decimal): -12088947 or 9275719. OLE color: 9275719.
HSL color Cylindrical-coordinate representation of color #47898D: hue angle of 183.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47898D is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 137 | 141 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.45 |
| HSL | 183.43º | 0.33% | 0.42% | - |
| HSV(B) | 183.43º | 0.5% | 0.55% | - |
| XYZ | 16.35 | 21.15 | 28.42 | - |
| YUV | 117.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 141 | 0.50 | 0.03 | 0 | 0.45 | 183.43 | 0.33 | 0.42 |
| Hex | 47 | 89 | 8D | 32 | 3 | 0 | 2D | B7 | 21 | 2A |
| Octal | 107 | 211 | 215 | 62 | 3 | 0 | 55 | 267 | 41 | 52 |
| Binary | 1000111 | 10001001 | 10001101 | 110010 | 11 | 0 | 101101 | 10110111 | 100001 | 101010 |
Color Harmonies of #47898D
Complementary color
Monochromatic Colors of #47898D
Black with #47898D
Text Example
Text Example
White with #47898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47898D; }
p { color: rgb(71,137,141); }
H1.HeaderClassName
{
color: #47898D;
}
.AnyTagClassName
{
color: #47898D;
}
</style>
background-color css
<style>
a { background-color: #47898D; }
a { background-color: rgb(71,137,141); }
div.DivClassName
{
background-color: #47898D;
}
.BgClassName
{
background-color: #47898D;
}
</style>
border-color css
<style>
span { border-color: #47898D; }
span { border-color: rgb(71,137,141); }
td.TdClassName
{
border-color: #47898D;
}
.TagClassName
{
border-color: #47898D;
}
</style>