Shades of East Bay #464F6E
Tints of East Bay #464F6E
RGB
CMYK
RGB Variations
Color information
#464F6E (or 0x464F6E) is known color: East Bay. HEX triplet: 46, 4F and 6E. RGB value is (70,79,110). Sum of RGB (Red+Green+Blue) = 70+79+110=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #464F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F6E is #B9B091. Grayscale: #4F4F4F. Windows color (decimal): -12169362 or 7229254. OLE color: 7229254.
HSL color Cylindrical-coordinate representation of color #464F6E: hue angle of 226.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #464F6E is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 79 | 110 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.57 |
| HSL | 226.5º | 0.22% | 0.35% | - |
| HSV(B) | 226.5º | 0.36% | 0.43% | - |
| XYZ | 8.14 | 8.02 | 15.87 | - |
| YUV | 79.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 110 | 0.36 | 0.28 | 0 | 0.57 | 226.5 | 0.22 | 0.35 |
| Hex | 46 | 4F | 6E | 24 | 1C | 0 | 39 | E2 | 16 | 23 |
| Octal | 106 | 117 | 156 | 44 | 34 | 0 | 71 | 342 | 26 | 43 |
| Binary | 1000110 | 1001111 | 1101110 | 100100 | 11100 | 0 | 111001 | 11100010 | 10110 | 100011 |
Color Harmonies of #464F6E
Complementary color
Monochromatic Colors of #464F6E
Black with #464F6E
Text Example
Text Example
White with #464F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F6E; }
p { color: rgb(70,79,110); }
H1.HeaderClassName
{
color: #464F6E;
}
.AnyTagClassName
{
color: #464F6E;
}
</style>
background-color css
<style>
a { background-color: #464F6E; }
a { background-color: rgb(70,79,110); }
div.DivClassName
{
background-color: #464F6E;
}
.BgClassName
{
background-color: #464F6E;
}
</style>
border-color css
<style>
span { border-color: #464F6E; }
span { border-color: rgb(70,79,110); }
td.TdClassName
{
border-color: #464F6E;
}
.TagClassName
{
border-color: #464F6E;
}
</style>