Shades of Blue Chill #479199
Tints of Blue Chill #479199
RGB
CMYK
RGB Variations
Color information
#479199 (or 0x479199) is known color: Blue Chill. HEX triplet: 47, 91 and 99. RGB value is (71,145,153). Sum of RGB (Red+Green+Blue) = 71+145+153=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #479199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479199 is #B86E66. Grayscale: #7B7B7B. Windows color (decimal): -12086887 or 10064199. OLE color: 10064199.
HSL color Cylindrical-coordinate representation of color #479199: hue angle of 185.85º 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 #479199 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 145 | 153 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.4 |
| HSL | 185.85º | 0.37% | 0.44% | - |
| HSV(B) | 185.85º | 0.54% | 0.6% | - |
| XYZ | 18.47 | 23.89 | 33.77 | - |
| YUV | 123.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 153 | 0.54 | 0.05 | 0 | 0.4 | 185.85 | 0.37 | 0.44 |
| Hex | 47 | 91 | 99 | 36 | 5 | 0 | 28 | BA | 25 | 2C |
| Octal | 107 | 221 | 231 | 66 | 5 | 0 | 50 | 272 | 45 | 54 |
| Binary | 1000111 | 10010001 | 10011001 | 110110 | 101 | 0 | 101000 | 10111010 | 100101 | 101100 |
Color Harmonies of #479199
Complementary color
Monochromatic Colors of #479199
Black with #479199
Text Example
Text Example
White with #479199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479199; }
p { color: rgb(71,145,153); }
H1.HeaderClassName
{
color: #479199;
}
.AnyTagClassName
{
color: #479199;
}
</style>
background-color css
<style>
a { background-color: #479199; }
a { background-color: rgb(71,145,153); }
div.DivClassName
{
background-color: #479199;
}
.BgClassName
{
background-color: #479199;
}
</style>
border-color css
<style>
span { border-color: #479199; }
span { border-color: rgb(71,145,153); }
td.TdClassName
{
border-color: #479199;
}
.TagClassName
{
border-color: #479199;
}
</style>