Shades of East Bay #464F65
Tints of East Bay #464F65
RGB
CMYK
RGB Variations
Color information
#464F65 (or 0x464F65) is known color: East Bay. HEX triplet: 46, 4F and 65. RGB value is (70,79,101). Sum of RGB (Red+Green+Blue) = 70+79+101=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #464F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F65 is #B9B09A. Grayscale: #4E4E4E. Windows color (decimal): -12169371 or 6639430. OLE color: 6639430.
HSL color Cylindrical-coordinate representation of color #464F65: hue angle of 222.58º 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 #464F65 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 79 | 101 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.60 |
| HSL | 222.58º | 0.18% | 0.34% | - |
| HSV(B) | 222.58º | 0.31% | 0.4% | - |
| XYZ | 7.67 | 7.83 | 13.42 | - |
| YUV | 78.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 101 | 0.31 | 0.22 | 0 | 0.60 | 222.58 | 0.18 | 0.34 |
| Hex | 46 | 4F | 65 | 1F | 16 | 0 | 3C | DF | 12 | 22 |
| Octal | 106 | 117 | 145 | 37 | 26 | 0 | 74 | 337 | 22 | 42 |
| Binary | 1000110 | 1001111 | 1100101 | 11111 | 10110 | 0 | 111100 | 11011111 | 10010 | 100010 |
Color Harmonies of #464F65
Complementary color
Monochromatic Colors of #464F65
Black with #464F65
Text Example
Text Example
White with #464F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F65; }
p { color: rgb(70,79,101); }
H1.HeaderClassName
{
color: #464F65;
}
.AnyTagClassName
{
color: #464F65;
}
</style>
background-color css
<style>
a { background-color: #464F65; }
a { background-color: rgb(70,79,101); }
div.DivClassName
{
background-color: #464F65;
}
.BgClassName
{
background-color: #464F65;
}
</style>
border-color css
<style>
span { border-color: #464F65; }
span { border-color: rgb(70,79,101); }
td.TdClassName
{
border-color: #464F65;
}
.TagClassName
{
border-color: #464F65;
}
</style>