Shades of East Bay #464F66
Tints of East Bay #464F66
RGB
CMYK
RGB Variations
Color information
#464F66 (or 0x464F66) is known color: East Bay. HEX triplet: 46, 4F and 66. RGB value is (70,79,102). Sum of RGB (Red+Green+Blue) = 70+79+102=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #464F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F66 is #B9B099. Grayscale: #4E4E4E. Windows color (decimal): -12169370 or 6704966. OLE color: 6704966.
HSL color Cylindrical-coordinate representation of color #464F66: hue angle of 223.12º degrees, saturation: 0.19, 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 #464F66 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 79 | 102 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.6 |
| HSL | 223.13º | 0.19% | 0.34% | - |
| HSV(B) | 223.13º | 0.31% | 0.4% | - |
| XYZ | 7.72 | 7.85 | 13.68 | - |
| YUV | 78.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 102 | 0.31 | 0.23 | 0 | 0.6 | 223.13 | 0.19 | 0.34 |
| Hex | 46 | 4F | 66 | 1F | 17 | 0 | 3C | DF | 13 | 22 |
| Octal | 106 | 117 | 146 | 37 | 27 | 0 | 74 | 337 | 23 | 42 |
| Binary | 1000110 | 1001111 | 1100110 | 11111 | 10111 | 0 | 111100 | 11011111 | 10011 | 100010 |
Color Harmonies of #464F66
Complementary color
Monochromatic Colors of #464F66
Black with #464F66
Text Example
Text Example
White with #464F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F66; }
p { color: rgb(70,79,102); }
H1.HeaderClassName
{
color: #464F66;
}
.AnyTagClassName
{
color: #464F66;
}
</style>
background-color css
<style>
a { background-color: #464F66; }
a { background-color: rgb(70,79,102); }
div.DivClassName
{
background-color: #464F66;
}
.BgClassName
{
background-color: #464F66;
}
</style>
border-color css
<style>
span { border-color: #464F66; }
span { border-color: rgb(70,79,102); }
td.TdClassName
{
border-color: #464F66;
}
.TagClassName
{
border-color: #464F66;
}
</style>