Shades of Blue Chill #46898C
Tints of Blue Chill #46898C
RGB
CMYK
RGB Variations
Color information
#46898C (or 0x46898C) is known color: Blue Chill. HEX triplet: 46, 89 and 8C. RGB value is (70,137,140). Sum of RGB (Red+Green+Blue) = 70+137+140=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #46898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46898C is #B97673. Grayscale: #757575. Windows color (decimal): -12154484 or 9210182. OLE color: 9210182.
HSL color Cylindrical-coordinate representation of color #46898C: hue angle of 182.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46898C is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 137 | 140 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.45 |
| HSL | 182.57º | 0.33% | 0.41% | - |
| HSV(B) | 182.57º | 0.5% | 0.55% | - |
| XYZ | 16.21 | 21.09 | 28.03 | - |
| YUV | 117.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 140 | 0.50 | 0.02 | 0 | 0.45 | 182.57 | 0.33 | 0.41 |
| Hex | 46 | 89 | 8C | 32 | 2 | 0 | 2D | B7 | 21 | 29 |
| Octal | 106 | 211 | 214 | 62 | 2 | 0 | 55 | 267 | 41 | 51 |
| Binary | 1000110 | 10001001 | 10001100 | 110010 | 10 | 0 | 101101 | 10110111 | 100001 | 101001 |
Color Harmonies of #46898C
Complementary color
Monochromatic Colors of #46898C
Black with #46898C
Text Example
Text Example
White with #46898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46898C; }
p { color: rgb(70,137,140); }
H1.HeaderClassName
{
color: #46898C;
}
.AnyTagClassName
{
color: #46898C;
}
</style>
background-color css
<style>
a { background-color: #46898C; }
a { background-color: rgb(70,137,140); }
div.DivClassName
{
background-color: #46898C;
}
.BgClassName
{
background-color: #46898C;
}
</style>
border-color css
<style>
span { border-color: #46898C; }
span { border-color: rgb(70,137,140); }
td.TdClassName
{
border-color: #46898C;
}
.TagClassName
{
border-color: #46898C;
}
</style>