Shades of East Bay #464F63
Tints of East Bay #464F63
RGB
CMYK
RGB Variations
Color information
#464F63 (or 0x464F63) is known color: East Bay. HEX triplet: 46, 4F and 63. RGB value is (70,79,99). Sum of RGB (Red+Green+Blue) = 70+79+99=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #464F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F63 is #B9B09C. Grayscale: #4E4E4E. Windows color (decimal): -12169373 or 6508358. OLE color: 6508358.
HSL color Cylindrical-coordinate representation of color #464F63: hue angle of 221.38º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464F63 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 79 | 99 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.61 |
| HSL | 221.38º | 0.17% | 0.33% | - |
| HSV(B) | 221.38º | 0.29% | 0.39% | - |
| XYZ | 7.57 | 7.79 | 12.91 | - |
| YUV | 78.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 99 | 0.29 | 0.20 | 0 | 0.61 | 221.38 | 0.17 | 0.33 |
| Hex | 46 | 4F | 63 | 1D | 14 | 0 | 3D | DD | 11 | 21 |
| Octal | 106 | 117 | 143 | 35 | 24 | 0 | 75 | 335 | 21 | 41 |
| Binary | 1000110 | 1001111 | 1100011 | 11101 | 10100 | 0 | 111101 | 11011101 | 10001 | 100001 |
Color Harmonies of #464F63
Complementary color
Monochromatic Colors of #464F63
Black with #464F63
Text Example
Text Example
White with #464F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F63; }
p { color: rgb(70,79,99); }
H1.HeaderClassName
{
color: #464F63;
}
.AnyTagClassName
{
color: #464F63;
}
</style>
background-color css
<style>
a { background-color: #464F63; }
a { background-color: rgb(70,79,99); }
div.DivClassName
{
background-color: #464F63;
}
.BgClassName
{
background-color: #464F63;
}
</style>
border-color css
<style>
span { border-color: #464F63; }
span { border-color: rgb(70,79,99); }
td.TdClassName
{
border-color: #464F63;
}
.TagClassName
{
border-color: #464F63;
}
</style>