Shades of East Bay #464F62
Tints of East Bay #464F62
RGB
CMYK
RGB Variations
Color information
#464F62 (or 0x464F62) is known color: East Bay. HEX triplet: 46, 4F and 62. RGB value is (70,79,98). Sum of RGB (Red+Green+Blue) = 70+79+98=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #464F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F62 is #B9B09D. Grayscale: #4E4E4E. Windows color (decimal): -12169374 or 6442822. OLE color: 6442822.
HSL color Cylindrical-coordinate representation of color #464F62: hue angle of 220.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464F62 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 79 | 98 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.62 |
| HSL | 220.71º | 0.17% | 0.33% | - |
| HSV(B) | 220.71º | 0.29% | 0.38% | - |
| XYZ | 7.53 | 7.78 | 12.66 | - |
| YUV | 78.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 98 | 0.29 | 0.19 | 0 | 0.62 | 220.71 | 0.17 | 0.33 |
| Hex | 46 | 4F | 62 | 1D | 13 | 0 | 3E | DD | 11 | 21 |
| Octal | 106 | 117 | 142 | 35 | 23 | 0 | 76 | 335 | 21 | 41 |
| Binary | 1000110 | 1001111 | 1100010 | 11101 | 10011 | 0 | 111110 | 11011101 | 10001 | 100001 |
Color Harmonies of #464F62
Complementary color
Monochromatic Colors of #464F62
Black with #464F62
Text Example
Text Example
White with #464F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F62; }
p { color: rgb(70,79,98); }
H1.HeaderClassName
{
color: #464F62;
}
.AnyTagClassName
{
color: #464F62;
}
</style>
background-color css
<style>
a { background-color: #464F62; }
a { background-color: rgb(70,79,98); }
div.DivClassName
{
background-color: #464F62;
}
.BgClassName
{
background-color: #464F62;
}
</style>
border-color css
<style>
span { border-color: #464F62; }
span { border-color: rgb(70,79,98); }
td.TdClassName
{
border-color: #464F62;
}
.TagClassName
{
border-color: #464F62;
}
</style>