Shades of Blue Chill #46999E
Tints of Blue Chill #46999E
RGB
CMYK
RGB Variations
Color information
#46999E (or 0x46999E) is known color: Blue Chill. HEX triplet: 46, 99 and 9E. RGB value is (70,153,158). Sum of RGB (Red+Green+Blue) = 70+153+158=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #46999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46999E is #B96661. Grayscale: #808080. Windows color (decimal): -12150370 or 10393926. OLE color: 10393926.
HSL color Cylindrical-coordinate representation of color #46999E: hue angle of 183.41º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46999E is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 153 | 158 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.38 |
| HSL | 183.41º | 0.39% | 0.45% | - |
| HSV(B) | 183.41º | 0.56% | 0.62% | - |
| XYZ | 20.09 | 26.55 | 36.41 | - |
| YUV | 128.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 158 | 0.56 | 0.03 | 0 | 0.38 | 183.41 | 0.39 | 0.45 |
| Hex | 46 | 99 | 9E | 38 | 3 | 0 | 26 | B7 | 27 | 2D |
| Octal | 106 | 231 | 236 | 70 | 3 | 0 | 46 | 267 | 47 | 55 |
| Binary | 1000110 | 10011001 | 10011110 | 111000 | 11 | 0 | 100110 | 10110111 | 100111 | 101101 |
Color Harmonies of #46999E
Complementary color
Monochromatic Colors of #46999E
Black with #46999E
Text Example
Text Example
White with #46999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46999E; }
p { color: rgb(70,153,158); }
H1.HeaderClassName
{
color: #46999E;
}
.AnyTagClassName
{
color: #46999E;
}
</style>
background-color css
<style>
a { background-color: #46999E; }
a { background-color: rgb(70,153,158); }
div.DivClassName
{
background-color: #46999E;
}
.BgClassName
{
background-color: #46999E;
}
</style>
border-color css
<style>
span { border-color: #46999E; }
span { border-color: rgb(70,153,158); }
td.TdClassName
{
border-color: #46999E;
}
.TagClassName
{
border-color: #46999E;
}
</style>