Shades of Blue Chill #478A92
Tints of Blue Chill #478A92
RGB
CMYK
RGB Variations
Color information
#478A92 (or 0x478A92) is known color: Blue Chill. HEX triplet: 47, 8A and 92. RGB value is (71,138,146). Sum of RGB (Red+Green+Blue) = 71+138+146=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #478A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A92 is #B8756D. Grayscale: #767676. Windows color (decimal): -12088686 or 9603655. OLE color: 9603655.
HSL color Cylindrical-coordinate representation of color #478A92: hue angle of 186.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478A92 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 138 | 146 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.43 |
| HSL | 186.4º | 0.35% | 0.43% | - |
| HSV(B) | 186.4º | 0.51% | 0.57% | - |
| XYZ | 16.88 | 21.59 | 30.47 | - |
| YUV | 118.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 146 | 0.51 | 0.05 | 0 | 0.43 | 186.4 | 0.35 | 0.43 |
| Hex | 47 | 8A | 92 | 33 | 5 | 0 | 2B | BA | 23 | 2B |
| Octal | 107 | 212 | 222 | 63 | 5 | 0 | 53 | 272 | 43 | 53 |
| Binary | 1000111 | 10001010 | 10010010 | 110011 | 101 | 0 | 101011 | 10111010 | 100011 | 101011 |
Color Harmonies of #478A92
Complementary color
Monochromatic Colors of #478A92
Black with #478A92
Text Example
Text Example
White with #478A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478A92; }
p { color: rgb(71,138,146); }
H1.HeaderClassName
{
color: #478A92;
}
.AnyTagClassName
{
color: #478A92;
}
</style>
background-color css
<style>
a { background-color: #478A92; }
a { background-color: rgb(71,138,146); }
div.DivClassName
{
background-color: #478A92;
}
.BgClassName
{
background-color: #478A92;
}
</style>
border-color css
<style>
span { border-color: #478A92; }
span { border-color: rgb(71,138,146); }
td.TdClassName
{
border-color: #478A92;
}
.TagClassName
{
border-color: #478A92;
}
</style>