Shades of East Bay #485263
Tints of East Bay #485263
RGB
CMYK
RGB Variations
Color information
#485263 (or 0x485263) is known color: East Bay. HEX triplet: 48, 52 and 63. RGB value is (72,82,99). Sum of RGB (Red+Green+Blue) = 72+82+99=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #485263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485263 is #B7AD9C. Grayscale: #505050. Windows color (decimal): -12037533 or 6509128. OLE color: 6509128.
HSL color Cylindrical-coordinate representation of color #485263: hue angle of 217.78º 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 #485263 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 82 | 99 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.61 |
| HSL | 217.78º | 0.16% | 0.34% | - |
| HSV(B) | 217.78º | 0.27% | 0.39% | - |
| XYZ | 7.94 | 8.31 | 12.99 | - |
| YUV | 80.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 99 | 0.27 | 0.17 | 0 | 0.61 | 217.78 | 0.16 | 0.34 |
| Hex | 48 | 52 | 63 | 1B | 11 | 0 | 3D | DA | 10 | 22 |
| Octal | 110 | 122 | 143 | 33 | 21 | 0 | 75 | 332 | 20 | 42 |
| Binary | 1001000 | 1010010 | 1100011 | 11011 | 10001 | 0 | 111101 | 11011010 | 10000 | 100010 |
Color Harmonies of #485263
Complementary color
Monochromatic Colors of #485263
Black with #485263
Text Example
Text Example
White with #485263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485263; }
p { color: rgb(72,82,99); }
H1.HeaderClassName
{
color: #485263;
}
.AnyTagClassName
{
color: #485263;
}
</style>
background-color css
<style>
a { background-color: #485263; }
a { background-color: rgb(72,82,99); }
div.DivClassName
{
background-color: #485263;
}
.BgClassName
{
background-color: #485263;
}
</style>
border-color css
<style>
span { border-color: #485263; }
span { border-color: rgb(72,82,99); }
td.TdClassName
{
border-color: #485263;
}
.TagClassName
{
border-color: #485263;
}
</style>