Shades of East Bay #464D68
Tints of East Bay #464D68
RGB
CMYK
RGB Variations
Color information
#464D68 (or 0x464D68) is known color: East Bay. HEX triplet: 46, 4D and 68. RGB value is (70,77,104). Sum of RGB (Red+Green+Blue) = 70+77+104=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #464D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D68 is #B9B297. Grayscale: #4D4D4D. Windows color (decimal): -12169880 or 6835526. OLE color: 6835526.
HSL color Cylindrical-coordinate representation of color #464D68: hue angle of 227.65º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464D68 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 77 | 104 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.59 |
| HSL | 227.65º | 0.2% | 0.34% | - |
| HSV(B) | 227.65º | 0.33% | 0.41% | - |
| XYZ | 7.68 | 7.61 | 14.16 | - |
| YUV | 77.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 104 | 0.33 | 0.26 | 0 | 0.59 | 227.65 | 0.2 | 0.34 |
| Hex | 46 | 4D | 68 | 21 | 1A | 0 | 3B | E4 | 14 | 22 |
| Octal | 106 | 115 | 150 | 41 | 32 | 0 | 73 | 344 | 24 | 42 |
| Binary | 1000110 | 1001101 | 1101000 | 100001 | 11010 | 0 | 111011 | 11100100 | 10100 | 100010 |
Color Harmonies of #464D68
Complementary color
Monochromatic Colors of #464D68
Black with #464D68
Text Example
Text Example
White with #464D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D68; }
p { color: rgb(70,77,104); }
H1.HeaderClassName
{
color: #464D68;
}
.AnyTagClassName
{
color: #464D68;
}
</style>
background-color css
<style>
a { background-color: #464D68; }
a { background-color: rgb(70,77,104); }
div.DivClassName
{
background-color: #464D68;
}
.BgClassName
{
background-color: #464D68;
}
</style>
border-color css
<style>
span { border-color: #464D68; }
span { border-color: rgb(70,77,104); }
td.TdClassName
{
border-color: #464D68;
}
.TagClassName
{
border-color: #464D68;
}
</style>