Shades of East Bay #464E67
Tints of East Bay #464E67
RGB
CMYK
RGB Variations
Color information
#464E67 (or 0x464E67) is known color: East Bay. HEX triplet: 46, 4E and 67. RGB value is (70,78,103). Sum of RGB (Red+Green+Blue) = 70+78+103=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #464E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E67 is #B9B198. Grayscale: #4E4E4E. Windows color (decimal): -12169625 or 6770246. OLE color: 6770246.
HSL color Cylindrical-coordinate representation of color #464E67: hue angle of 225.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464E67 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 78 | 103 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.60 |
| HSL | 225.45º | 0.19% | 0.34% | - |
| HSV(B) | 225.45º | 0.32% | 0.4% | - |
| XYZ | 7.7 | 7.73 | 13.92 | - |
| YUV | 78.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 103 | 0.32 | 0.24 | 0 | 0.60 | 225.45 | 0.19 | 0.34 |
| Hex | 46 | 4E | 67 | 20 | 18 | 0 | 3C | E1 | 13 | 22 |
| Octal | 106 | 116 | 147 | 40 | 30 | 0 | 74 | 341 | 23 | 42 |
| Binary | 1000110 | 1001110 | 1100111 | 100000 | 11000 | 0 | 111100 | 11100001 | 10011 | 100010 |
Color Harmonies of #464E67
Complementary color
Monochromatic Colors of #464E67
Black with #464E67
Text Example
Text Example
White with #464E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E67; }
p { color: rgb(70,78,103); }
H1.HeaderClassName
{
color: #464E67;
}
.AnyTagClassName
{
color: #464E67;
}
</style>
background-color css
<style>
a { background-color: #464E67; }
a { background-color: rgb(70,78,103); }
div.DivClassName
{
background-color: #464E67;
}
.BgClassName
{
background-color: #464E67;
}
</style>
border-color css
<style>
span { border-color: #464E67; }
span { border-color: rgb(70,78,103); }
td.TdClassName
{
border-color: #464E67;
}
.TagClassName
{
border-color: #464E67;
}
</style>