Shades of East Bay #464E62
Tints of East Bay #464E62
RGB
CMYK
RGB Variations
Color information
#464E62 (or 0x464E62) is known color: East Bay. HEX triplet: 46, 4E and 62. RGB value is (70,78,98). Sum of RGB (Red+Green+Blue) = 70+78+98=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #464E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E62 is #B9B19D. Grayscale: #4D4D4D. Windows color (decimal): -12169630 or 6442566. OLE color: 6442566.
HSL color Cylindrical-coordinate representation of color #464E62: hue angle of 222.86º 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 #464E62 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 78 | 98 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.62 |
| HSL | 222.86º | 0.17% | 0.33% | - |
| HSV(B) | 222.86º | 0.29% | 0.38% | - |
| XYZ | 7.45 | 7.63 | 12.64 | - |
| YUV | 77.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 98 | 0.29 | 0.20 | 0 | 0.62 | 222.86 | 0.17 | 0.33 |
| Hex | 46 | 4E | 62 | 1D | 14 | 0 | 3E | DF | 11 | 21 |
| Octal | 106 | 116 | 142 | 35 | 24 | 0 | 76 | 337 | 21 | 41 |
| Binary | 1000110 | 1001110 | 1100010 | 11101 | 10100 | 0 | 111110 | 11011111 | 10001 | 100001 |
Color Harmonies of #464E62
Complementary color
Monochromatic Colors of #464E62
Black with #464E62
Text Example
Text Example
White with #464E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E62; }
p { color: rgb(70,78,98); }
H1.HeaderClassName
{
color: #464E62;
}
.AnyTagClassName
{
color: #464E62;
}
</style>
background-color css
<style>
a { background-color: #464E62; }
a { background-color: rgb(70,78,98); }
div.DivClassName
{
background-color: #464E62;
}
.BgClassName
{
background-color: #464E62;
}
</style>
border-color css
<style>
span { border-color: #464E62; }
span { border-color: rgb(70,78,98); }
td.TdClassName
{
border-color: #464E62;
}
.TagClassName
{
border-color: #464E62;
}
</style>