Shades of Blue Chill #479392
Tints of Blue Chill #479392
RGB
CMYK
RGB Variations
Color information
#479392 (or 0x479392) is known color: Blue Chill. HEX triplet: 47, 93 and 92. RGB value is (71,147,146). Sum of RGB (Red+Green+Blue) = 71+147+146=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #479392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479392 is #B86C6D. Grayscale: #7C7C7C. Windows color (decimal): -12086382 or 9605959. OLE color: 9605959.
HSL color Cylindrical-coordinate representation of color #479392: hue angle of 179.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479392 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 146 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.42 |
| HSL | 179.21º | 0.35% | 0.43% | - |
| HSV(B) | 179.21º | 0.52% | 0.58% | - |
| XYZ | 18.22 | 24.28 | 30.92 | - |
| YUV | 124.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 146 | 0.52 | 0 | 0.01 | 0.42 | 179.21 | 0.35 | 0.43 |
| Hex | 47 | 93 | 92 | 34 | 0 | 1 | 2A | B3 | 23 | 2B |
| Octal | 107 | 223 | 222 | 64 | 0 | 1 | 52 | 263 | 43 | 53 |
| Binary | 1000111 | 10010011 | 10010010 | 110100 | 0 | 1 | 101010 | 10110011 | 100011 | 101011 |
Color Harmonies of #479392
Complementary color
Monochromatic Colors of #479392
Black with #479392
Text Example
Text Example
White with #479392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479392; }
p { color: rgb(71,147,146); }
H1.HeaderClassName
{
color: #479392;
}
.AnyTagClassName
{
color: #479392;
}
</style>
background-color css
<style>
a { background-color: #479392; }
a { background-color: rgb(71,147,146); }
div.DivClassName
{
background-color: #479392;
}
.BgClassName
{
background-color: #479392;
}
</style>
border-color css
<style>
span { border-color: #479392; }
span { border-color: rgb(71,147,146); }
td.TdClassName
{
border-color: #479392;
}
.TagClassName
{
border-color: #479392;
}
</style>