Shades of East Bay #464D62
Tints of East Bay #464D62
RGB
CMYK
RGB Variations
Color information
#464D62 (or 0x464D62) is known color: East Bay. HEX triplet: 46, 4D and 62. RGB value is (70,77,98). Sum of RGB (Red+Green+Blue) = 70+77+98=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #464D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D62 is #B9B29D. Grayscale: #4D4D4D. Windows color (decimal): -12169886 or 6442310. OLE color: 6442310.
HSL color Cylindrical-coordinate representation of color #464D62: hue angle of 225º 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 #464D62 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 77 | 98 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.62 |
| HSL | 225º | 0.17% | 0.33% | - |
| HSV(B) | 225º | 0.29% | 0.38% | - |
| XYZ | 7.38 | 7.49 | 12.61 | - |
| YUV | 77.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 98 | 0.29 | 0.21 | 0 | 0.62 | 225 | 0.17 | 0.33 |
| Hex | 46 | 4D | 62 | 1D | 15 | 0 | 3E | E1 | 11 | 21 |
| Octal | 106 | 115 | 142 | 35 | 25 | 0 | 76 | 341 | 21 | 41 |
| Binary | 1000110 | 1001101 | 1100010 | 11101 | 10101 | 0 | 111110 | 11100001 | 10001 | 100001 |
Color Harmonies of #464D62
Complementary color
Monochromatic Colors of #464D62
Black with #464D62
Text Example
Text Example
White with #464D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D62; }
p { color: rgb(70,77,98); }
H1.HeaderClassName
{
color: #464D62;
}
.AnyTagClassName
{
color: #464D62;
}
</style>
background-color css
<style>
a { background-color: #464D62; }
a { background-color: rgb(70,77,98); }
div.DivClassName
{
background-color: #464D62;
}
.BgClassName
{
background-color: #464D62;
}
</style>
border-color css
<style>
span { border-color: #464D62; }
span { border-color: rgb(70,77,98); }
td.TdClassName
{
border-color: #464D62;
}
.TagClassName
{
border-color: #464D62;
}
</style>