Shades of Blue Chill #479A9D
Tints of Blue Chill #479A9D
RGB
CMYK
RGB Variations
Color information
#479A9D (or 0x479A9D) is known color: Blue Chill. HEX triplet: 47, 9A and 9D. RGB value is (71,154,157). Sum of RGB (Red+Green+Blue) = 71+154+157=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #479A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A9D is #B86562. Grayscale: #818181. Windows color (decimal): -12084579 or 10328647. OLE color: 10328647.
HSL color Cylindrical-coordinate representation of color #479A9D: hue angle of 182.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479A9D is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 154 | 157 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.38 |
| HSL | 182.09º | 0.38% | 0.45% | - |
| HSV(B) | 182.09º | 0.55% | 0.62% | - |
| XYZ | 20.24 | 26.89 | 36.02 | - |
| YUV | 129.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 157 | 0.55 | 0.02 | 0 | 0.38 | 182.09 | 0.38 | 0.45 |
| Hex | 47 | 9A | 9D | 37 | 2 | 0 | 26 | B6 | 26 | 2D |
| Octal | 107 | 232 | 235 | 67 | 2 | 0 | 46 | 266 | 46 | 55 |
| Binary | 1000111 | 10011010 | 10011101 | 110111 | 10 | 0 | 100110 | 10110110 | 100110 | 101101 |
Color Harmonies of #479A9D
Complementary color
Monochromatic Colors of #479A9D
Black with #479A9D
Text Example
Text Example
White with #479A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A9D; }
p { color: rgb(71,154,157); }
H1.HeaderClassName
{
color: #479A9D;
}
.AnyTagClassName
{
color: #479A9D;
}
</style>
background-color css
<style>
a { background-color: #479A9D; }
a { background-color: rgb(71,154,157); }
div.DivClassName
{
background-color: #479A9D;
}
.BgClassName
{
background-color: #479A9D;
}
</style>
border-color css
<style>
span { border-color: #479A9D; }
span { border-color: rgb(71,154,157); }
td.TdClassName
{
border-color: #479A9D;
}
.TagClassName
{
border-color: #479A9D;
}
</style>