Shades of East Bay #485163
Tints of East Bay #485163
RGB
CMYK
RGB Variations
Color information
#485163 (or 0x485163) is known color: East Bay. HEX triplet: 48, 51 and 63. RGB value is (72,81,99). Sum of RGB (Red+Green+Blue) = 72+81+99=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #485163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485163 is #B7AE9C. Grayscale: #505050. Windows color (decimal): -12037789 or 6508872. OLE color: 6508872.
HSL color Cylindrical-coordinate representation of color #485163: hue angle of 220º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485163 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 81 | 99 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.61 |
| HSL | 220º | 0.16% | 0.34% | - |
| HSV(B) | 220º | 0.27% | 0.39% | - |
| XYZ | 7.87 | 8.16 | 12.97 | - |
| YUV | 80.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 99 | 0.27 | 0.18 | 0 | 0.61 | 220 | 0.16 | 0.34 |
| Hex | 48 | 51 | 63 | 1B | 12 | 0 | 3D | DC | 10 | 22 |
| Octal | 110 | 121 | 143 | 33 | 22 | 0 | 75 | 334 | 20 | 42 |
| Binary | 1001000 | 1010001 | 1100011 | 11011 | 10010 | 0 | 111101 | 11011100 | 10000 | 100010 |
Color Harmonies of #485163
Complementary color
Monochromatic Colors of #485163
Black with #485163
Text Example
Text Example
White with #485163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485163; }
p { color: rgb(72,81,99); }
H1.HeaderClassName
{
color: #485163;
}
.AnyTagClassName
{
color: #485163;
}
</style>
background-color css
<style>
a { background-color: #485163; }
a { background-color: rgb(72,81,99); }
div.DivClassName
{
background-color: #485163;
}
.BgClassName
{
background-color: #485163;
}
</style>
border-color css
<style>
span { border-color: #485163; }
span { border-color: rgb(72,81,99); }
td.TdClassName
{
border-color: #485163;
}
.TagClassName
{
border-color: #485163;
}
</style>