Shades of Blue Chill #478C90
Tints of Blue Chill #478C90
RGB
CMYK
RGB Variations
Color information
#478C90 (or 0x478C90) is known color: Blue Chill. HEX triplet: 47, 8C and 90. RGB value is (71,140,144). Sum of RGB (Red+Green+Blue) = 71+140+144=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #478C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C90 is #B8736F. Grayscale: #777777. Windows color (decimal): -12088176 or 9473095. OLE color: 9473095.
HSL color Cylindrical-coordinate representation of color #478C90: hue angle of 183.29º 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 #478C90 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 140 | 144 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.44 |
| HSL | 183.29º | 0.34% | 0.42% | - |
| HSV(B) | 183.29º | 0.51% | 0.56% | - |
| XYZ | 17.01 | 22.11 | 29.76 | - |
| YUV | 119.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 144 | 0.51 | 0.03 | 0 | 0.44 | 183.29 | 0.34 | 0.42 |
| Hex | 47 | 8C | 90 | 33 | 3 | 0 | 2C | B7 | 22 | 2A |
| Octal | 107 | 214 | 220 | 63 | 3 | 0 | 54 | 267 | 42 | 52 |
| Binary | 1000111 | 10001100 | 10010000 | 110011 | 11 | 0 | 101100 | 10110111 | 100010 | 101010 |
Color Harmonies of #478C90
Complementary color
Monochromatic Colors of #478C90
Black with #478C90
Text Example
Text Example
White with #478C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C90; }
p { color: rgb(71,140,144); }
H1.HeaderClassName
{
color: #478C90;
}
.AnyTagClassName
{
color: #478C90;
}
</style>
background-color css
<style>
a { background-color: #478C90; }
a { background-color: rgb(71,140,144); }
div.DivClassName
{
background-color: #478C90;
}
.BgClassName
{
background-color: #478C90;
}
</style>
border-color css
<style>
span { border-color: #478C90; }
span { border-color: rgb(71,140,144); }
td.TdClassName
{
border-color: #478C90;
}
.TagClassName
{
border-color: #478C90;
}
</style>