Shades of Blue Chill #478E8C
Tints of Blue Chill #478E8C
RGB
CMYK
RGB Variations
Color information
#478E8C (or 0x478E8C) is known color: Blue Chill. HEX triplet: 47, 8E and 8C. RGB value is (71,142,140). Sum of RGB (Red+Green+Blue) = 71+142+140=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #478E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E8C is #B87173. Grayscale: #787878. Windows color (decimal): -12087668 or 9211463. OLE color: 9211463.
HSL color Cylindrical-coordinate representation of color #478E8C: hue angle of 178.31º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478E8C is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 140 | - |
| CMYK | 0.5 | 0 | 0.01 | 0.44 |
| HSL | 178.31º | 0.33% | 0.42% | - |
| HSV(B) | 178.31º | 0.5% | 0.56% | - |
| XYZ | 17.01 | 22.58 | 28.27 | - |
| YUV | 120.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 140 | 0.5 | 0 | 0.01 | 0.44 | 178.31 | 0.33 | 0.42 |
| Hex | 47 | 8E | 8C | 32 | 0 | 1 | 2C | B2 | 21 | 2A |
| Octal | 107 | 216 | 214 | 62 | 0 | 1 | 54 | 262 | 41 | 52 |
| Binary | 1000111 | 10001110 | 10001100 | 110010 | 0 | 1 | 101100 | 10110010 | 100001 | 101010 |
Color Harmonies of #478E8C
Complementary color
Monochromatic Colors of #478E8C
Black with #478E8C
Text Example
Text Example
White with #478E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E8C; }
p { color: rgb(71,142,140); }
H1.HeaderClassName
{
color: #478E8C;
}
.AnyTagClassName
{
color: #478E8C;
}
</style>
background-color css
<style>
a { background-color: #478E8C; }
a { background-color: rgb(71,142,140); }
div.DivClassName
{
background-color: #478E8C;
}
.BgClassName
{
background-color: #478E8C;
}
</style>
border-color css
<style>
span { border-color: #478E8C; }
span { border-color: rgb(71,142,140); }
td.TdClassName
{
border-color: #478E8C;
}
.TagClassName
{
border-color: #478E8C;
}
</style>