Shades of Blue Chill #46908C
Tints of Blue Chill #46908C
RGB
CMYK
RGB Variations
Color information
#46908C (or 0x46908C) is known color: Blue Chill. HEX triplet: 46, 90 and 8C. RGB value is (70,144,140). Sum of RGB (Red+Green+Blue) = 70+144+140=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #46908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46908C is #B96F73. Grayscale: #797979. Windows color (decimal): -12152692 or 9211974. OLE color: 9211974.
HSL color Cylindrical-coordinate representation of color #46908C: hue angle of 176.76º 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 #46908C is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 144 | 140 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.44 |
| HSL | 176.76º | 0.35% | 0.42% | - |
| HSV(B) | 176.76º | 0.51% | 0.56% | - |
| XYZ | 17.23 | 23.14 | 28.37 | - |
| YUV | 121.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 140 | 0.51 | 0 | 0.03 | 0.44 | 176.76 | 0.35 | 0.42 |
| Hex | 46 | 90 | 8C | 33 | 0 | 3 | 2C | B1 | 23 | 2A |
| Octal | 106 | 220 | 214 | 63 | 0 | 3 | 54 | 261 | 43 | 52 |
| Binary | 1000110 | 10010000 | 10001100 | 110011 | 0 | 11 | 101100 | 10110001 | 100011 | 101010 |
Color Harmonies of #46908C
Complementary color
Monochromatic Colors of #46908C
Black with #46908C
Text Example
Text Example
White with #46908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46908C; }
p { color: rgb(70,144,140); }
H1.HeaderClassName
{
color: #46908C;
}
.AnyTagClassName
{
color: #46908C;
}
</style>
background-color css
<style>
a { background-color: #46908C; }
a { background-color: rgb(70,144,140); }
div.DivClassName
{
background-color: #46908C;
}
.BgClassName
{
background-color: #46908C;
}
</style>
border-color css
<style>
span { border-color: #46908C; }
span { border-color: rgb(70,144,140); }
td.TdClassName
{
border-color: #46908C;
}
.TagClassName
{
border-color: #46908C;
}
</style>