Shades of East Bay #465064
Tints of East Bay #465064
RGB
CMYK
RGB Variations
Color information
#465064 (or 0x465064) is known color: East Bay. HEX triplet: 46, 50 and 64. RGB value is (70,80,100). Sum of RGB (Red+Green+Blue) = 70+80+100=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: blue. Hex color #465064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465064 is #B9AF9B. Grayscale: #4F4F4F. Windows color (decimal): -12169116 or 6574150. OLE color: 6574150.
HSL color Cylindrical-coordinate representation of color #465064: hue angle of 220º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #465064 is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 80 | 100 | - |
| CMYK | 0.30 | 0.2 | 0 | 0.61 |
| HSL | 220º | 0.18% | 0.33% | - |
| HSV(B) | 220º | 0.3% | 0.39% | - |
| XYZ | 7.69 | 7.96 | 13.19 | - |
| YUV | 79.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 100 | 0.30 | 0.2 | 0 | 0.61 | 220 | 0.18 | 0.33 |
| Hex | 46 | 50 | 64 | 1E | 14 | 0 | 3D | DC | 12 | 21 |
| Octal | 106 | 120 | 144 | 36 | 24 | 0 | 75 | 334 | 22 | 41 |
| Binary | 1000110 | 1010000 | 1100100 | 11110 | 10100 | 0 | 111101 | 11011100 | 10010 | 100001 |
Color Harmonies of #465064
Complementary color
Monochromatic Colors of #465064
Black with #465064
Text Example
Text Example
White with #465064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465064; }
p { color: rgb(70,80,100); }
H1.HeaderClassName
{
color: #465064;
}
.AnyTagClassName
{
color: #465064;
}
</style>
background-color css
<style>
a { background-color: #465064; }
a { background-color: rgb(70,80,100); }
div.DivClassName
{
background-color: #465064;
}
.BgClassName
{
background-color: #465064;
}
</style>
border-color css
<style>
span { border-color: #465064; }
span { border-color: rgb(70,80,100); }
td.TdClassName
{
border-color: #465064;
}
.TagClassName
{
border-color: #465064;
}
</style>