Shades of Blue Chill #46888C
Tints of Blue Chill #46888C
RGB
CMYK
RGB Variations
Color information
#46888C (or 0x46888C) is known color: Blue Chill. HEX triplet: 46, 88 and 8C. RGB value is (70,136,140). Sum of RGB (Red+Green+Blue) = 70+136+140=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #46888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46888C is #B97773. Grayscale: #747474. Windows color (decimal): -12154740 or 9209926. OLE color: 9209926.
HSL color Cylindrical-coordinate representation of color #46888C: hue angle of 183.43º 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 #46888C is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 136 | 140 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.45 |
| HSL | 183.43º | 0.33% | 0.41% | - |
| HSV(B) | 183.43º | 0.5% | 0.55% | - |
| XYZ | 16.06 | 20.8 | 27.98 | - |
| YUV | 116.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 140 | 0.50 | 0.03 | 0 | 0.45 | 183.43 | 0.33 | 0.41 |
| Hex | 46 | 88 | 8C | 32 | 3 | 0 | 2D | B7 | 21 | 29 |
| Octal | 106 | 210 | 214 | 62 | 3 | 0 | 55 | 267 | 41 | 51 |
| Binary | 1000110 | 10001000 | 10001100 | 110010 | 11 | 0 | 101101 | 10110111 | 100001 | 101001 |
Color Harmonies of #46888C
Complementary color
Monochromatic Colors of #46888C
Black with #46888C
Text Example
Text Example
White with #46888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46888C; }
p { color: rgb(70,136,140); }
H1.HeaderClassName
{
color: #46888C;
}
.AnyTagClassName
{
color: #46888C;
}
</style>
background-color css
<style>
a { background-color: #46888C; }
a { background-color: rgb(70,136,140); }
div.DivClassName
{
background-color: #46888C;
}
.BgClassName
{
background-color: #46888C;
}
</style>
border-color css
<style>
span { border-color: #46888C; }
span { border-color: rgb(70,136,140); }
td.TdClassName
{
border-color: #46888C;
}
.TagClassName
{
border-color: #46888C;
}
</style>