Shades of Blue Chill #479299
Tints of Blue Chill #479299
RGB
CMYK
RGB Variations
Color information
#479299 (or 0x479299) is known color: Blue Chill. HEX triplet: 47, 92 and 99. RGB value is (71,146,153). Sum of RGB (Red+Green+Blue) = 71+146+153=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #479299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479299 is #B86D66. Grayscale: #7C7C7C. Windows color (decimal): -12086631 or 10064455. OLE color: 10064455.
HSL color Cylindrical-coordinate representation of color #479299: hue angle of 185.12º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479299 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 146 | 153 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.4 |
| HSL | 185.12º | 0.37% | 0.44% | - |
| HSV(B) | 185.12º | 0.54% | 0.6% | - |
| XYZ | 18.63 | 24.2 | 33.83 | - |
| YUV | 124.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 153 | 0.54 | 0.05 | 0 | 0.4 | 185.12 | 0.37 | 0.44 |
| Hex | 47 | 92 | 99 | 36 | 5 | 0 | 28 | B9 | 25 | 2C |
| Octal | 107 | 222 | 231 | 66 | 5 | 0 | 50 | 271 | 45 | 54 |
| Binary | 1000111 | 10010010 | 10011001 | 110110 | 101 | 0 | 101000 | 10111001 | 100101 | 101100 |
Color Harmonies of #479299
Complementary color
Monochromatic Colors of #479299
Black with #479299
Text Example
Text Example
White with #479299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479299; }
p { color: rgb(71,146,153); }
H1.HeaderClassName
{
color: #479299;
}
.AnyTagClassName
{
color: #479299;
}
</style>
background-color css
<style>
a { background-color: #479299; }
a { background-color: rgb(71,146,153); }
div.DivClassName
{
background-color: #479299;
}
.BgClassName
{
background-color: #479299;
}
</style>
border-color css
<style>
span { border-color: #479299; }
span { border-color: rgb(71,146,153); }
td.TdClassName
{
border-color: #479299;
}
.TagClassName
{
border-color: #479299;
}
</style>