Shades of East Bay #464F60
Tints of East Bay #464F60
RGB
CMYK
RGB Variations
Color information
#464F60 (or 0x464F60) is known color: East Bay. HEX triplet: 46, 4F and 60. RGB value is (70,79,96). Sum of RGB (Red+Green+Blue) = 70+79+96=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #464F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F60 is #B9B09F. Grayscale: #4E4E4E. Windows color (decimal): -12169376 or 6311750. OLE color: 6311750.
HSL color Cylindrical-coordinate representation of color #464F60: hue angle of 219.23º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464F60 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 79 | 96 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.62 |
| HSL | 219.23º | 0.16% | 0.33% | - |
| HSV(B) | 219.23º | 0.27% | 0.38% | - |
| XYZ | 7.43 | 7.74 | 12.17 | - |
| YUV | 78.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 96 | 0.27 | 0.18 | 0 | 0.62 | 219.23 | 0.16 | 0.33 |
| Hex | 46 | 4F | 60 | 1B | 12 | 0 | 3E | DB | 10 | 21 |
| Octal | 106 | 117 | 140 | 33 | 22 | 0 | 76 | 333 | 20 | 41 |
| Binary | 1000110 | 1001111 | 1100000 | 11011 | 10010 | 0 | 111110 | 11011011 | 10000 | 100001 |
Color Harmonies of #464F60
Complementary color
Monochromatic Colors of #464F60
Black with #464F60
Text Example
Text Example
White with #464F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F60; }
p { color: rgb(70,79,96); }
H1.HeaderClassName
{
color: #464F60;
}
.AnyTagClassName
{
color: #464F60;
}
</style>
background-color css
<style>
a { background-color: #464F60; }
a { background-color: rgb(70,79,96); }
div.DivClassName
{
background-color: #464F60;
}
.BgClassName
{
background-color: #464F60;
}
</style>
border-color css
<style>
span { border-color: #464F60; }
span { border-color: rgb(70,79,96); }
td.TdClassName
{
border-color: #464F60;
}
.TagClassName
{
border-color: #464F60;
}
</style>