Shades of Blue Chill #46A095
Tints of Blue Chill #46A095
RGB
CMYK
RGB Variations
Color information
#46A095 (or 0x46A095) is known color: Blue Chill. HEX triplet: 46, A0 and 95. RGB value is (70,160,149). Sum of RGB (Red+Green+Blue) = 70+160+149=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #46A095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A095 is #B95F6A. Grayscale: #838383. Windows color (decimal): -12148587 or 9805894. OLE color: 9805894.
HSL color Cylindrical-coordinate representation of color #46A095: hue angle of 172.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46A095 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 149 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.37 |
| HSL | 172.67º | 0.39% | 0.45% | - |
| HSV(B) | 172.67º | 0.56% | 0.63% | - |
| XYZ | 20.52 | 28.61 | 32.88 | - |
| YUV | 131.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 149 | 0.56 | 0 | 0.07 | 0.37 | 172.67 | 0.39 | 0.45 |
| Hex | 46 | A0 | 95 | 38 | 0 | 7 | 25 | AD | 27 | 2D |
| Octal | 106 | 240 | 225 | 70 | 0 | 7 | 45 | 255 | 47 | 55 |
| Binary | 1000110 | 10100000 | 10010101 | 111000 | 0 | 111 | 100101 | 10101101 | 100111 | 101101 |
Color Harmonies of #46A095
Complementary color
Monochromatic Colors of #46A095
Black with #46A095
Text Example
Text Example
White with #46A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A095; }
p { color: rgb(70,160,149); }
H1.HeaderClassName
{
color: #46A095;
}
.AnyTagClassName
{
color: #46A095;
}
</style>
background-color css
<style>
a { background-color: #46A095; }
a { background-color: rgb(70,160,149); }
div.DivClassName
{
background-color: #46A095;
}
.BgClassName
{
background-color: #46A095;
}
</style>
border-color css
<style>
span { border-color: #46A095; }
span { border-color: rgb(70,160,149); }
td.TdClassName
{
border-color: #46A095;
}
.TagClassName
{
border-color: #46A095;
}
</style>