Shades of Blue Chill #46908D
Tints of Blue Chill #46908D
RGB
CMYK
RGB Variations
Color information
#46908D (or 0x46908D) is known color: Blue Chill. HEX triplet: 46, 90 and 8D. RGB value is (70,144,141). Sum of RGB (Red+Green+Blue) = 70+144+141=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #46908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46908D is #B96F72. Grayscale: #797979. Windows color (decimal): -12152691 or 9277510. OLE color: 9277510.
HSL color Cylindrical-coordinate representation of color #46908D: hue angle of 177.57º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46908D is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 144 | 141 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.44 |
| HSL | 177.57º | 0.35% | 0.42% | - |
| HSV(B) | 177.57º | 0.51% | 0.56% | - |
| XYZ | 17.31 | 23.17 | 28.76 | - |
| YUV | 121.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 141 | 0.51 | 0 | 0.02 | 0.44 | 177.57 | 0.35 | 0.42 |
| Hex | 46 | 90 | 8D | 33 | 0 | 2 | 2C | B2 | 23 | 2A |
| Octal | 106 | 220 | 215 | 63 | 0 | 2 | 54 | 262 | 43 | 52 |
| Binary | 1000110 | 10010000 | 10001101 | 110011 | 0 | 10 | 101100 | 10110010 | 100011 | 101010 |
Color Harmonies of #46908D
Complementary color
Monochromatic Colors of #46908D
Black with #46908D
Text Example
Text Example
White with #46908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46908D; }
p { color: rgb(70,144,141); }
H1.HeaderClassName
{
color: #46908D;
}
.AnyTagClassName
{
color: #46908D;
}
</style>
background-color css
<style>
a { background-color: #46908D; }
a { background-color: rgb(70,144,141); }
div.DivClassName
{
background-color: #46908D;
}
.BgClassName
{
background-color: #46908D;
}
</style>
border-color css
<style>
span { border-color: #46908D; }
span { border-color: rgb(70,144,141); }
td.TdClassName
{
border-color: #46908D;
}
.TagClassName
{
border-color: #46908D;
}
</style>