Shades of Blue Chill #478D8B
Tints of Blue Chill #478D8B
RGB
CMYK
RGB Variations
Color information
#478D8B (or 0x478D8B) is known color: Blue Chill. HEX triplet: 47, 8D and 8B. RGB value is (71,141,139). Sum of RGB (Red+Green+Blue) = 71+141+139=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #478D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478D8B is #B87274. Grayscale: #777777. Windows color (decimal): -12087925 or 9145671. OLE color: 9145671.
HSL color Cylindrical-coordinate representation of color #478D8B: hue angle of 178.29º 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 #478D8B is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 139 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.45 |
| HSL | 178.29º | 0.33% | 0.42% | - |
| HSV(B) | 178.29º | 0.5% | 0.55% | - |
| XYZ | 16.78 | 22.25 | 27.84 | - |
| YUV | 119.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 139 | 0.50 | 0 | 0.01 | 0.45 | 178.29 | 0.33 | 0.42 |
| Hex | 47 | 8D | 8B | 32 | 0 | 1 | 2D | B2 | 21 | 2A |
| Octal | 107 | 215 | 213 | 62 | 0 | 1 | 55 | 262 | 41 | 52 |
| Binary | 1000111 | 10001101 | 10001011 | 110010 | 0 | 1 | 101101 | 10110010 | 100001 | 101010 |
Color Harmonies of #478D8B
Complementary color
Monochromatic Colors of #478D8B
Black with #478D8B
Text Example
Text Example
White with #478D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D8B; }
p { color: rgb(71,141,139); }
H1.HeaderClassName
{
color: #478D8B;
}
.AnyTagClassName
{
color: #478D8B;
}
</style>
background-color css
<style>
a { background-color: #478D8B; }
a { background-color: rgb(71,141,139); }
div.DivClassName
{
background-color: #478D8B;
}
.BgClassName
{
background-color: #478D8B;
}
</style>
border-color css
<style>
span { border-color: #478D8B; }
span { border-color: rgb(71,141,139); }
td.TdClassName
{
border-color: #478D8B;
}
.TagClassName
{
border-color: #478D8B;
}
</style>