Shades of East Bay #464B61
Tints of East Bay #464B61
RGB
CMYK
RGB Variations
Color information
#464B61 (or 0x464B61) is known color: East Bay. HEX triplet: 46, 4B and 61. RGB value is (70,75,97). Sum of RGB (Red+Green+Blue) = 70+75+97=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #464B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B61 is #B9B49E. Grayscale: #4B4B4B. Windows color (decimal): -12170399 or 6376262. OLE color: 6376262.
HSL color Cylindrical-coordinate representation of color #464B61: hue angle of 228.89º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #464B61 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 75 | 97 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.62 |
| HSL | 228.89º | 0.16% | 0.33% | - |
| HSV(B) | 228.89º | 0.28% | 0.38% | - |
| XYZ | 7.2 | 7.2 | 12.32 | - |
| YUV | 76.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 97 | 0.28 | 0.23 | 0 | 0.62 | 228.89 | 0.16 | 0.33 |
| Hex | 46 | 4B | 61 | 1C | 17 | 0 | 3E | E5 | 10 | 21 |
| Octal | 106 | 113 | 141 | 34 | 27 | 0 | 76 | 345 | 20 | 41 |
| Binary | 1000110 | 1001011 | 1100001 | 11100 | 10111 | 0 | 111110 | 11100101 | 10000 | 100001 |
Color Harmonies of #464B61
Complementary color
Monochromatic Colors of #464B61
Black with #464B61
Text Example
Text Example
White with #464B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B61; }
p { color: rgb(70,75,97); }
H1.HeaderClassName
{
color: #464B61;
}
.AnyTagClassName
{
color: #464B61;
}
</style>
background-color css
<style>
a { background-color: #464B61; }
a { background-color: rgb(70,75,97); }
div.DivClassName
{
background-color: #464B61;
}
.BgClassName
{
background-color: #464B61;
}
</style>
border-color css
<style>
span { border-color: #464B61; }
span { border-color: rgb(70,75,97); }
td.TdClassName
{
border-color: #464B61;
}
.TagClassName
{
border-color: #464B61;
}
</style>