Shades of Blue Chill #47898C
Tints of Blue Chill #47898C
RGB
CMYK
RGB Variations
Color information
#47898C (or 0x47898C) is known color: Blue Chill. HEX triplet: 47, 89 and 8C. RGB value is (71,137,140). Sum of RGB (Red+Green+Blue) = 71+137+140=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #47898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47898C is #B87673. Grayscale: #757575. Windows color (decimal): -12088948 or 9210183. OLE color: 9210183.
HSL color Cylindrical-coordinate representation of color #47898C: hue angle of 182.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47898C is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 137 | 140 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.45 |
| HSL | 182.61º | 0.33% | 0.41% | - |
| HSV(B) | 182.61º | 0.49% | 0.55% | - |
| XYZ | 16.28 | 21.12 | 28.03 | - |
| YUV | 117.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 140 | 0.49 | 0.02 | 0 | 0.45 | 182.61 | 0.33 | 0.41 |
| Hex | 47 | 89 | 8C | 31 | 2 | 0 | 2D | B7 | 21 | 29 |
| Octal | 107 | 211 | 214 | 61 | 2 | 0 | 55 | 267 | 41 | 51 |
| Binary | 1000111 | 10001001 | 10001100 | 110001 | 10 | 0 | 101101 | 10110111 | 100001 | 101001 |
Color Harmonies of #47898C
Complementary color
Monochromatic Colors of #47898C
Black with #47898C
Text Example
Text Example
White with #47898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47898C; }
p { color: rgb(71,137,140); }
H1.HeaderClassName
{
color: #47898C;
}
.AnyTagClassName
{
color: #47898C;
}
</style>
background-color css
<style>
a { background-color: #47898C; }
a { background-color: rgb(71,137,140); }
div.DivClassName
{
background-color: #47898C;
}
.BgClassName
{
background-color: #47898C;
}
</style>
border-color css
<style>
span { border-color: #47898C; }
span { border-color: rgb(71,137,140); }
td.TdClassName
{
border-color: #47898C;
}
.TagClassName
{
border-color: #47898C;
}
</style>