Shades of Blue Chill #46959C
Tints of Blue Chill #46959C
RGB
CMYK
RGB Variations
Color information
#46959C (or 0x46959C) is known color: Blue Chill. HEX triplet: 46, 95 and 9C. RGB value is (70,149,156). Sum of RGB (Red+Green+Blue) = 70+149+156=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #46959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46959C is #B96A63. Grayscale: #7E7E7E. Windows color (decimal): -12151396 or 10261830. OLE color: 10261830.
HSL color Cylindrical-coordinate representation of color #46959C: hue angle of 184.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46959C is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 149 | 156 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.39 |
| HSL | 184.88º | 0.38% | 0.44% | - |
| HSV(B) | 184.88º | 0.55% | 0.61% | - |
| XYZ | 19.27 | 25.2 | 35.3 | - |
| YUV | 126.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 149 | 156 | 0.55 | 0.04 | 0 | 0.39 | 184.88 | 0.38 | 0.44 |
| Hex | 46 | 95 | 9C | 37 | 4 | 0 | 27 | B9 | 26 | 2C |
| Octal | 106 | 225 | 234 | 67 | 4 | 0 | 47 | 271 | 46 | 54 |
| Binary | 1000110 | 10010101 | 10011100 | 110111 | 100 | 0 | 100111 | 10111001 | 100110 | 101100 |
Color Harmonies of #46959C
Complementary color
Monochromatic Colors of #46959C
Black with #46959C
Text Example
Text Example
White with #46959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46959C; }
p { color: rgb(70,149,156); }
H1.HeaderClassName
{
color: #46959C;
}
.AnyTagClassName
{
color: #46959C;
}
</style>
background-color css
<style>
a { background-color: #46959C; }
a { background-color: rgb(70,149,156); }
div.DivClassName
{
background-color: #46959C;
}
.BgClassName
{
background-color: #46959C;
}
</style>
border-color css
<style>
span { border-color: #46959C; }
span { border-color: rgb(70,149,156); }
td.TdClassName
{
border-color: #46959C;
}
.TagClassName
{
border-color: #46959C;
}
</style>