Shades of Blue Chill #47969D
Tints of Blue Chill #47969D
RGB
CMYK
RGB Variations
Color information
#47969D (or 0x47969D) is known color: Blue Chill. HEX triplet: 47, 96 and 9D. RGB value is (71,150,157). Sum of RGB (Red+Green+Blue) = 71+150+157=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #47969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47969D is #B86962. Grayscale: #7F7F7F. Windows color (decimal): -12085603 or 10327623. OLE color: 10327623.
HSL color Cylindrical-coordinate representation of color #47969D: hue angle of 184.88º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47969D is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 150 | 157 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.38 |
| HSL | 184.88º | 0.38% | 0.45% | - |
| HSV(B) | 184.88º | 0.55% | 0.62% | - |
| XYZ | 19.59 | 25.59 | 35.8 | - |
| YUV | 127.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 150 | 157 | 0.55 | 0.04 | 0 | 0.38 | 184.88 | 0.38 | 0.45 |
| Hex | 47 | 96 | 9D | 37 | 4 | 0 | 26 | B9 | 26 | 2D |
| Octal | 107 | 226 | 235 | 67 | 4 | 0 | 46 | 271 | 46 | 55 |
| Binary | 1000111 | 10010110 | 10011101 | 110111 | 100 | 0 | 100110 | 10111001 | 100110 | 101101 |
Color Harmonies of #47969D
Complementary color
Monochromatic Colors of #47969D
Black with #47969D
Text Example
Text Example
White with #47969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47969D; }
p { color: rgb(71,150,157); }
H1.HeaderClassName
{
color: #47969D;
}
.AnyTagClassName
{
color: #47969D;
}
</style>
background-color css
<style>
a { background-color: #47969D; }
a { background-color: rgb(71,150,157); }
div.DivClassName
{
background-color: #47969D;
}
.BgClassName
{
background-color: #47969D;
}
</style>
border-color css
<style>
span { border-color: #47969D; }
span { border-color: rgb(71,150,157); }
td.TdClassName
{
border-color: #47969D;
}
.TagClassName
{
border-color: #47969D;
}
</style>