Shades of Blue Chill #46978F
Tints of Blue Chill #46978F
RGB
CMYK
RGB Variations
Color information
#46978F (or 0x46978F) is known color: Blue Chill. HEX triplet: 46, 97 and 8F. RGB value is (70,151,143). Sum of RGB (Red+Green+Blue) = 70+151+143=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #46978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46978F is #B96870. Grayscale: #7D7D7D. Windows color (decimal): -12150897 or 9410374. OLE color: 9410374.
HSL color Cylindrical-coordinate representation of color #46978F: hue angle of 174.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46978F is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 151 | 143 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.41 |
| HSL | 174.07º | 0.37% | 0.43% | - |
| HSV(B) | 174.07º | 0.54% | 0.59% | - |
| XYZ | 18.55 | 25.42 | 29.92 | - |
| YUV | 125.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 143 | 0.54 | 0 | 0.05 | 0.41 | 174.07 | 0.37 | 0.43 |
| Hex | 46 | 97 | 8F | 36 | 0 | 5 | 29 | AE | 25 | 2B |
| Octal | 106 | 227 | 217 | 66 | 0 | 5 | 51 | 256 | 45 | 53 |
| Binary | 1000110 | 10010111 | 10001111 | 110110 | 0 | 101 | 101001 | 10101110 | 100101 | 101011 |
Color Harmonies of #46978F
Complementary color
Monochromatic Colors of #46978F
Black with #46978F
Text Example
Text Example
White with #46978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46978F; }
p { color: rgb(70,151,143); }
H1.HeaderClassName
{
color: #46978F;
}
.AnyTagClassName
{
color: #46978F;
}
</style>
background-color css
<style>
a { background-color: #46978F; }
a { background-color: rgb(70,151,143); }
div.DivClassName
{
background-color: #46978F;
}
.BgClassName
{
background-color: #46978F;
}
</style>
border-color css
<style>
span { border-color: #46978F; }
span { border-color: rgb(70,151,143); }
td.TdClassName
{
border-color: #46978F;
}
.TagClassName
{
border-color: #46978F;
}
</style>