Shades of East Bay #464F6C
Tints of East Bay #464F6C
RGB
CMYK
RGB Variations
Color information
#464F6C (or 0x464F6C) is known color: East Bay. HEX triplet: 46, 4F and 6C. RGB value is (70,79,108). Sum of RGB (Red+Green+Blue) = 70+79+108=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #464F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F6C is #B9B093. Grayscale: #4F4F4F. Windows color (decimal): -12169364 or 7098182. OLE color: 7098182.
HSL color Cylindrical-coordinate representation of color #464F6C: hue angle of 225.79º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464F6C is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 79 | 108 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.58 |
| HSL | 225.79º | 0.21% | 0.35% | - |
| HSV(B) | 225.79º | 0.35% | 0.42% | - |
| XYZ | 8.03 | 7.98 | 15.3 | - |
| YUV | 79.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 108 | 0.35 | 0.27 | 0 | 0.58 | 225.79 | 0.21 | 0.35 |
| Hex | 46 | 4F | 6C | 23 | 1B | 0 | 3A | E2 | 15 | 23 |
| Octal | 106 | 117 | 154 | 43 | 33 | 0 | 72 | 342 | 25 | 43 |
| Binary | 1000110 | 1001111 | 1101100 | 100011 | 11011 | 0 | 111010 | 11100010 | 10101 | 100011 |
Color Harmonies of #464F6C
Complementary color
Monochromatic Colors of #464F6C
Black with #464F6C
Text Example
Text Example
White with #464F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F6C; }
p { color: rgb(70,79,108); }
H1.HeaderClassName
{
color: #464F6C;
}
.AnyTagClassName
{
color: #464F6C;
}
</style>
background-color css
<style>
a { background-color: #464F6C; }
a { background-color: rgb(70,79,108); }
div.DivClassName
{
background-color: #464F6C;
}
.BgClassName
{
background-color: #464F6C;
}
</style>
border-color css
<style>
span { border-color: #464F6C; }
span { border-color: rgb(70,79,108); }
td.TdClassName
{
border-color: #464F6C;
}
.TagClassName
{
border-color: #464F6C;
}
</style>