Shades of East Bay #485262
Tints of East Bay #485262
RGB
CMYK
RGB Variations
Color information
#485262 (or 0x485262) is known color: East Bay. HEX triplet: 48, 52 and 62. RGB value is (72,82,98). Sum of RGB (Red+Green+Blue) = 72+82+98=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #485262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485262 is #B7AD9D. Grayscale: #505050. Windows color (decimal): -12037534 or 6443592. OLE color: 6443592.
HSL color Cylindrical-coordinate representation of color #485262: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485262 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 82 | 98 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.62 |
| HSL | 216.92º | 0.15% | 0.33% | - |
| HSV(B) | 216.92º | 0.27% | 0.38% | - |
| XYZ | 7.89 | 8.29 | 12.74 | - |
| YUV | 80.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 98 | 0.27 | 0.16 | 0 | 0.62 | 216.92 | 0.15 | 0.33 |
| Hex | 48 | 52 | 62 | 1B | 10 | 0 | 3E | D9 | F | 21 |
| Octal | 110 | 122 | 142 | 33 | 20 | 0 | 76 | 331 | 17 | 41 |
| Binary | 1001000 | 1010010 | 1100010 | 11011 | 10000 | 0 | 111110 | 11011001 | 1111 | 100001 |
Color Harmonies of #485262
Complementary color
Monochromatic Colors of #485262
Black with #485262
Text Example
Text Example
White with #485262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485262; }
p { color: rgb(72,82,98); }
H1.HeaderClassName
{
color: #485262;
}
.AnyTagClassName
{
color: #485262;
}
</style>
background-color css
<style>
a { background-color: #485262; }
a { background-color: rgb(72,82,98); }
div.DivClassName
{
background-color: #485262;
}
.BgClassName
{
background-color: #485262;
}
</style>
border-color css
<style>
span { border-color: #485262; }
span { border-color: rgb(72,82,98); }
td.TdClassName
{
border-color: #485262;
}
.TagClassName
{
border-color: #485262;
}
</style>