Shades of Blue Chill #478B90
Tints of Blue Chill #478B90
RGB
CMYK
RGB Variations
Color information
#478B90 (or 0x478B90) is known color: Blue Chill. HEX triplet: 47, 8B and 90. RGB value is (71,139,144). Sum of RGB (Red+Green+Blue) = 71+139+144=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #478B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478B90 is #B8746F. Grayscale: #777777. Windows color (decimal): -12088432 or 9472839. OLE color: 9472839.
HSL color Cylindrical-coordinate representation of color #478B90: hue angle of 184.11º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478B90 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 139 | 144 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.44 |
| HSL | 184.11º | 0.34% | 0.42% | - |
| HSV(B) | 184.11º | 0.51% | 0.56% | - |
| XYZ | 16.87 | 21.82 | 29.71 | - |
| YUV | 119.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 144 | 0.51 | 0.03 | 0 | 0.44 | 184.11 | 0.34 | 0.42 |
| Hex | 47 | 8B | 90 | 33 | 3 | 0 | 2C | B8 | 22 | 2A |
| Octal | 107 | 213 | 220 | 63 | 3 | 0 | 54 | 270 | 42 | 52 |
| Binary | 1000111 | 10001011 | 10010000 | 110011 | 11 | 0 | 101100 | 10111000 | 100010 | 101010 |
Color Harmonies of #478B90
Complementary color
Monochromatic Colors of #478B90
Black with #478B90
Text Example
Text Example
White with #478B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B90; }
p { color: rgb(71,139,144); }
H1.HeaderClassName
{
color: #478B90;
}
.AnyTagClassName
{
color: #478B90;
}
</style>
background-color css
<style>
a { background-color: #478B90; }
a { background-color: rgb(71,139,144); }
div.DivClassName
{
background-color: #478B90;
}
.BgClassName
{
background-color: #478B90;
}
</style>
border-color css
<style>
span { border-color: #478B90; }
span { border-color: rgb(71,139,144); }
td.TdClassName
{
border-color: #478B90;
}
.TagClassName
{
border-color: #478B90;
}
</style>