Shades of Blue Chill #46A298
Tints of Blue Chill #46A298
RGB
CMYK
RGB Variations
Color information
#46A298 (or 0x46A298) is known color: Blue Chill. HEX triplet: 46, A2 and 98. RGB value is (70,162,152). Sum of RGB (Red+Green+Blue) = 70+162+152=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #46A298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A298 is #B95D67. Grayscale: #858585. Windows color (decimal): -12148072 or 10003014. OLE color: 10003014.
HSL color Cylindrical-coordinate representation of color #46A298: hue angle of 173.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A298 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 162 | 152 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.36 |
| HSL | 173.48º | 0.4% | 0.45% | - |
| HSV(B) | 173.48º | 0.57% | 0.64% | - |
| XYZ | 21.11 | 29.41 | 34.27 | - |
| YUV | 133.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 162 | 152 | 0.57 | 0 | 0.06 | 0.36 | 173.48 | 0.4 | 0.45 |
| Hex | 46 | A2 | 98 | 39 | 0 | 6 | 24 | AD | 28 | 2D |
| Octal | 106 | 242 | 230 | 71 | 0 | 6 | 44 | 255 | 50 | 55 |
| Binary | 1000110 | 10100010 | 10011000 | 111001 | 0 | 110 | 100100 | 10101101 | 101000 | 101101 |
Color Harmonies of #46A298
Complementary color
Monochromatic Colors of #46A298
Black with #46A298
Text Example
Text Example
White with #46A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A298; }
p { color: rgb(70,162,152); }
H1.HeaderClassName
{
color: #46A298;
}
.AnyTagClassName
{
color: #46A298;
}
</style>
background-color css
<style>
a { background-color: #46A298; }
a { background-color: rgb(70,162,152); }
div.DivClassName
{
background-color: #46A298;
}
.BgClassName
{
background-color: #46A298;
}
</style>
border-color css
<style>
span { border-color: #46A298; }
span { border-color: rgb(70,162,152); }
td.TdClassName
{
border-color: #46A298;
}
.TagClassName
{
border-color: #46A298;
}
</style>