Shades of Blue Chill #46928D
Tints of Blue Chill #46928D
RGB
CMYK
RGB Variations
Color information
#46928D (or 0x46928D) is known color: Blue Chill. HEX triplet: 46, 92 and 8D. RGB value is (70,146,141). Sum of RGB (Red+Green+Blue) = 70+146+141=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #46928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46928D is #B96D72. Grayscale: #7A7A7A. Windows color (decimal): -12152179 or 9278022. OLE color: 9278022.
HSL color Cylindrical-coordinate representation of color #46928D: hue angle of 176.05º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46928D is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 141 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.43 |
| HSL | 176.05º | 0.35% | 0.42% | - |
| HSV(B) | 176.05º | 0.52% | 0.57% | - |
| XYZ | 17.61 | 23.78 | 28.86 | - |
| YUV | 122.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 141 | 0.52 | 0 | 0.03 | 0.43 | 176.05 | 0.35 | 0.42 |
| Hex | 46 | 92 | 8D | 34 | 0 | 3 | 2B | B0 | 23 | 2A |
| Octal | 106 | 222 | 215 | 64 | 0 | 3 | 53 | 260 | 43 | 52 |
| Binary | 1000110 | 10010010 | 10001101 | 110100 | 0 | 11 | 101011 | 10110000 | 100011 | 101010 |
Color Harmonies of #46928D
Complementary color
Monochromatic Colors of #46928D
Black with #46928D
Text Example
Text Example
White with #46928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46928D; }
p { color: rgb(70,146,141); }
H1.HeaderClassName
{
color: #46928D;
}
.AnyTagClassName
{
color: #46928D;
}
</style>
background-color css
<style>
a { background-color: #46928D; }
a { background-color: rgb(70,146,141); }
div.DivClassName
{
background-color: #46928D;
}
.BgClassName
{
background-color: #46928D;
}
</style>
border-color css
<style>
span { border-color: #46928D; }
span { border-color: rgb(70,146,141); }
td.TdClassName
{
border-color: #46928D;
}
.TagClassName
{
border-color: #46928D;
}
</style>