Shades of East Bay #464C65
Tints of East Bay #464C65
RGB
CMYK
RGB Variations
Color information
#464C65 (or 0x464C65) is known color: East Bay. HEX triplet: 46, 4C and 65. RGB value is (70,76,101). Sum of RGB (Red+Green+Blue) = 70+76+101=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #464C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C65 is #B9B39A. Grayscale: #4C4C4C. Windows color (decimal): -12170139 or 6638662. OLE color: 6638662.
HSL color Cylindrical-coordinate representation of color #464C65: hue angle of 228.39º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464C65 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 76 | 101 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.60 |
| HSL | 228.39º | 0.18% | 0.34% | - |
| HSV(B) | 228.39º | 0.31% | 0.4% | - |
| XYZ | 7.46 | 7.41 | 13.35 | - |
| YUV | 77.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 101 | 0.31 | 0.25 | 0 | 0.60 | 228.39 | 0.18 | 0.34 |
| Hex | 46 | 4C | 65 | 1F | 19 | 0 | 3C | E4 | 12 | 22 |
| Octal | 106 | 114 | 145 | 37 | 31 | 0 | 74 | 344 | 22 | 42 |
| Binary | 1000110 | 1001100 | 1100101 | 11111 | 11001 | 0 | 111100 | 11100100 | 10010 | 100010 |
Color Harmonies of #464C65
Complementary color
Monochromatic Colors of #464C65
Black with #464C65
Text Example
Text Example
White with #464C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C65; }
p { color: rgb(70,76,101); }
H1.HeaderClassName
{
color: #464C65;
}
.AnyTagClassName
{
color: #464C65;
}
</style>
background-color css
<style>
a { background-color: #464C65; }
a { background-color: rgb(70,76,101); }
div.DivClassName
{
background-color: #464C65;
}
.BgClassName
{
background-color: #464C65;
}
</style>
border-color css
<style>
span { border-color: #464C65; }
span { border-color: rgb(70,76,101); }
td.TdClassName
{
border-color: #464C65;
}
.TagClassName
{
border-color: #464C65;
}
</style>