Shades of East Bay #464D63
Tints of East Bay #464D63
RGB
CMYK
RGB Variations
Color information
#464D63 (or 0x464D63) is known color: East Bay. HEX triplet: 46, 4D and 63. RGB value is (70,77,99). Sum of RGB (Red+Green+Blue) = 70+77+99=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #464D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D63 is #B9B29C. Grayscale: #4D4D4D. Windows color (decimal): -12169885 or 6507846. OLE color: 6507846.
HSL color Cylindrical-coordinate representation of color #464D63: hue angle of 225.52º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464D63 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 77 | 99 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.61 |
| HSL | 225.52º | 0.17% | 0.33% | - |
| HSV(B) | 225.52º | 0.29% | 0.39% | - |
| XYZ | 7.43 | 7.51 | 12.86 | - |
| YUV | 77.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 99 | 0.29 | 0.22 | 0 | 0.61 | 225.52 | 0.17 | 0.33 |
| Hex | 46 | 4D | 63 | 1D | 16 | 0 | 3D | E2 | 11 | 21 |
| Octal | 106 | 115 | 143 | 35 | 26 | 0 | 75 | 342 | 21 | 41 |
| Binary | 1000110 | 1001101 | 1100011 | 11101 | 10110 | 0 | 111101 | 11100010 | 10001 | 100001 |
Color Harmonies of #464D63
Complementary color
Monochromatic Colors of #464D63
Black with #464D63
Text Example
Text Example
White with #464D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D63; }
p { color: rgb(70,77,99); }
H1.HeaderClassName
{
color: #464D63;
}
.AnyTagClassName
{
color: #464D63;
}
</style>
background-color css
<style>
a { background-color: #464D63; }
a { background-color: rgb(70,77,99); }
div.DivClassName
{
background-color: #464D63;
}
.BgClassName
{
background-color: #464D63;
}
</style>
border-color css
<style>
span { border-color: #464D63; }
span { border-color: rgb(70,77,99); }
td.TdClassName
{
border-color: #464D63;
}
.TagClassName
{
border-color: #464D63;
}
</style>