Shades of Blue Chill #478A88
Tints of Blue Chill #478A88
RGB
CMYK
RGB Variations
Color information
#478A88 (or 0x478A88) is known color: Blue Chill. HEX triplet: 47, 8A and 88. RGB value is (71,138,136). Sum of RGB (Red+Green+Blue) = 71+138+136=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #478A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A88 is #B87577. Grayscale: #757575. Windows color (decimal): -12088696 or 8948295. OLE color: 8948295.
HSL color Cylindrical-coordinate representation of color #478A88: hue angle of 178.21º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478A88 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 138 | 136 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.46 |
| HSL | 178.21º | 0.32% | 0.41% | - |
| HSV(B) | 178.21º | 0.49% | 0.54% | - |
| XYZ | 16.13 | 21.29 | 26.55 | - |
| YUV | 117.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 136 | 0.49 | 0 | 0.01 | 0.46 | 178.21 | 0.32 | 0.41 |
| Hex | 47 | 8A | 88 | 31 | 0 | 1 | 2E | B2 | 20 | 29 |
| Octal | 107 | 212 | 210 | 61 | 0 | 1 | 56 | 262 | 40 | 51 |
| Binary | 1000111 | 10001010 | 10001000 | 110001 | 0 | 1 | 101110 | 10110010 | 100000 | 101001 |
Color Harmonies of #478A88
Complementary color
Monochromatic Colors of #478A88
Black with #478A88
Text Example
Text Example
White with #478A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478A88; }
p { color: rgb(71,138,136); }
H1.HeaderClassName
{
color: #478A88;
}
.AnyTagClassName
{
color: #478A88;
}
</style>
background-color css
<style>
a { background-color: #478A88; }
a { background-color: rgb(71,138,136); }
div.DivClassName
{
background-color: #478A88;
}
.BgClassName
{
background-color: #478A88;
}
</style>
border-color css
<style>
span { border-color: #478A88; }
span { border-color: rgb(71,138,136); }
td.TdClassName
{
border-color: #478A88;
}
.TagClassName
{
border-color: #478A88;
}
</style>