Shades of Blue Chill #46999B
Tints of Blue Chill #46999B
RGB
CMYK
RGB Variations
Color information
#46999B (or 0x46999B) is known color: Blue Chill. HEX triplet: 46, 99 and 9B. RGB value is (70,153,155). Sum of RGB (Red+Green+Blue) = 70+153+155=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #46999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46999B is #B96664. Grayscale: #808080. Windows color (decimal): -12150373 or 10197318. OLE color: 10197318.
HSL color Cylindrical-coordinate representation of color #46999B: hue angle of 181.41º 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 #46999B is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 153 | 155 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.39 |
| HSL | 181.41º | 0.38% | 0.44% | - |
| HSV(B) | 181.41º | 0.55% | 0.61% | - |
| XYZ | 19.83 | 26.45 | 35.07 | - |
| YUV | 128.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 155 | 0.55 | 0.01 | 0 | 0.39 | 181.41 | 0.38 | 0.44 |
| Hex | 46 | 99 | 9B | 37 | 1 | 0 | 27 | B5 | 26 | 2C |
| Octal | 106 | 231 | 233 | 67 | 1 | 0 | 47 | 265 | 46 | 54 |
| Binary | 1000110 | 10011001 | 10011011 | 110111 | 1 | 0 | 100111 | 10110101 | 100110 | 101100 |
Color Harmonies of #46999B
Complementary color
Monochromatic Colors of #46999B
Black with #46999B
Text Example
Text Example
White with #46999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46999B; }
p { color: rgb(70,153,155); }
H1.HeaderClassName
{
color: #46999B;
}
.AnyTagClassName
{
color: #46999B;
}
</style>
background-color css
<style>
a { background-color: #46999B; }
a { background-color: rgb(70,153,155); }
div.DivClassName
{
background-color: #46999B;
}
.BgClassName
{
background-color: #46999B;
}
</style>
border-color css
<style>
span { border-color: #46999B; }
span { border-color: rgb(70,153,155); }
td.TdClassName
{
border-color: #46999B;
}
.TagClassName
{
border-color: #46999B;
}
</style>