Shades of Blue Chill #47959B
Tints of Blue Chill #47959B
RGB
CMYK
RGB Variations
Color information
#47959B (or 0x47959B) is known color: Blue Chill. HEX triplet: 47, 95 and 9B. RGB value is (71,149,155). Sum of RGB (Red+Green+Blue) = 71+149+155=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #47959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47959B is #B86A64. Grayscale: #7E7E7E. Windows color (decimal): -12085861 or 10196295. OLE color: 10196295.
HSL color Cylindrical-coordinate representation of color #47959B: hue angle of 184.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47959B is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 149 | 155 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.39 |
| HSL | 184.29º | 0.37% | 0.44% | - |
| HSV(B) | 184.29º | 0.54% | 0.61% | - |
| XYZ | 19.26 | 25.2 | 34.86 | - |
| YUV | 126.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 155 | 0.54 | 0.04 | 0 | 0.39 | 184.29 | 0.37 | 0.44 |
| Hex | 47 | 95 | 9B | 36 | 4 | 0 | 27 | B8 | 25 | 2C |
| Octal | 107 | 225 | 233 | 66 | 4 | 0 | 47 | 270 | 45 | 54 |
| Binary | 1000111 | 10010101 | 10011011 | 110110 | 100 | 0 | 100111 | 10111000 | 100101 | 101100 |
Color Harmonies of #47959B
Complementary color
Monochromatic Colors of #47959B
Black with #47959B
Text Example
Text Example
White with #47959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47959B; }
p { color: rgb(71,149,155); }
H1.HeaderClassName
{
color: #47959B;
}
.AnyTagClassName
{
color: #47959B;
}
</style>
background-color css
<style>
a { background-color: #47959B; }
a { background-color: rgb(71,149,155); }
div.DivClassName
{
background-color: #47959B;
}
.BgClassName
{
background-color: #47959B;
}
</style>
border-color css
<style>
span { border-color: #47959B; }
span { border-color: rgb(71,149,155); }
td.TdClassName
{
border-color: #47959B;
}
.TagClassName
{
border-color: #47959B;
}
</style>