Shades of East Bay #46516B
Tints of East Bay #46516B
RGB
CMYK
RGB Variations
Color information
#46516B (or 0x46516B) is known color: East Bay. HEX triplet: 46, 51 and 6B. RGB value is (70,81,107). Sum of RGB (Red+Green+Blue) = 70+81+107=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #46516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46516B is #B9AE94. Grayscale: #505050. Windows color (decimal): -12168853 or 7033158. OLE color: 7033158.
HSL color Cylindrical-coordinate representation of color #46516B: hue angle of 222.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46516B is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 81 | 107 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.58 |
| HSL | 222.16º | 0.21% | 0.35% | - |
| HSV(B) | 222.16º | 0.35% | 0.42% | - |
| XYZ | 8.12 | 8.25 | 15.07 | - |
| YUV | 80.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 107 | 0.35 | 0.24 | 0 | 0.58 | 222.16 | 0.21 | 0.35 |
| Hex | 46 | 51 | 6B | 23 | 18 | 0 | 3A | DE | 15 | 23 |
| Octal | 106 | 121 | 153 | 43 | 30 | 0 | 72 | 336 | 25 | 43 |
| Binary | 1000110 | 1010001 | 1101011 | 100011 | 11000 | 0 | 111010 | 11011110 | 10101 | 100011 |
Color Harmonies of #46516B
Complementary color
Monochromatic Colors of #46516B
Black with #46516B
Text Example
Text Example
White with #46516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46516B; }
p { color: rgb(70,81,107); }
H1.HeaderClassName
{
color: #46516B;
}
.AnyTagClassName
{
color: #46516B;
}
</style>
background-color css
<style>
a { background-color: #46516B; }
a { background-color: rgb(70,81,107); }
div.DivClassName
{
background-color: #46516B;
}
.BgClassName
{
background-color: #46516B;
}
</style>
border-color css
<style>
span { border-color: #46516B; }
span { border-color: rgb(70,81,107); }
td.TdClassName
{
border-color: #46516B;
}
.TagClassName
{
border-color: #46516B;
}
</style>