Shades of East Bay #485464
Tints of East Bay #485464
RGB
CMYK
RGB Variations
Color information
#485464 (or 0x485464) is known color: East Bay. HEX triplet: 48, 54 and 64. RGB value is (72,84,100). Sum of RGB (Red+Green+Blue) = 72+84+100=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #485464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485464 is #B7AB9B. Grayscale: #525252. Windows color (decimal): -12037020 or 6575176. OLE color: 6575176.
HSL color Cylindrical-coordinate representation of color #485464: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #485464 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 84 | 100 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.61 |
| HSL | 214.29º | 0.16% | 0.34% | - |
| HSV(B) | 214.29º | 0.28% | 0.39% | - |
| XYZ | 8.14 | 8.64 | 13.29 | - |
| YUV | 82.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 100 | 0.28 | 0.16 | 0 | 0.61 | 214.29 | 0.16 | 0.34 |
| Hex | 48 | 54 | 64 | 1C | 10 | 0 | 3D | D6 | 10 | 22 |
| Octal | 110 | 124 | 144 | 34 | 20 | 0 | 75 | 326 | 20 | 42 |
| Binary | 1001000 | 1010100 | 1100100 | 11100 | 10000 | 0 | 111101 | 11010110 | 10000 | 100010 |
Color Harmonies of #485464
Complementary color
Monochromatic Colors of #485464
Black with #485464
Text Example
Text Example
White with #485464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485464; }
p { color: rgb(72,84,100); }
H1.HeaderClassName
{
color: #485464;
}
.AnyTagClassName
{
color: #485464;
}
</style>
background-color css
<style>
a { background-color: #485464; }
a { background-color: rgb(72,84,100); }
div.DivClassName
{
background-color: #485464;
}
.BgClassName
{
background-color: #485464;
}
</style>
border-color css
<style>
span { border-color: #485464; }
span { border-color: rgb(72,84,100); }
td.TdClassName
{
border-color: #485464;
}
.TagClassName
{
border-color: #485464;
}
</style>