Shades of East Bay #48526E
Tints of East Bay #48526E
RGB
CMYK
RGB Variations
Color information
#48526E (or 0x48526E) is known color: East Bay. HEX triplet: 48, 52 and 6E. RGB value is (72,82,110). Sum of RGB (Red+Green+Blue) = 72+82+110=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #48526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48526E is #B7AD91. Grayscale: #525252. Windows color (decimal): -12037522 or 7230024. OLE color: 7230024.
HSL color Cylindrical-coordinate representation of color #48526E: hue angle of 224.21º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48526E is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 82 | 110 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.57 |
| HSL | 224.21º | 0.21% | 0.36% | - |
| HSV(B) | 224.21º | 0.35% | 0.43% | - |
| XYZ | 8.5 | 8.54 | 15.95 | - |
| YUV | 82.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 110 | 0.35 | 0.25 | 0 | 0.57 | 224.21 | 0.21 | 0.36 |
| Hex | 48 | 52 | 6E | 23 | 19 | 0 | 39 | E0 | 15 | 24 |
| Octal | 110 | 122 | 156 | 43 | 31 | 0 | 71 | 340 | 25 | 44 |
| Binary | 1001000 | 1010010 | 1101110 | 100011 | 11001 | 0 | 111001 | 11100000 | 10101 | 100100 |
Color Harmonies of #48526E
Complementary color
Monochromatic Colors of #48526E
Black with #48526E
Text Example
Text Example
White with #48526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48526E; }
p { color: rgb(72,82,110); }
H1.HeaderClassName
{
color: #48526E;
}
.AnyTagClassName
{
color: #48526E;
}
</style>
background-color css
<style>
a { background-color: #48526E; }
a { background-color: rgb(72,82,110); }
div.DivClassName
{
background-color: #48526E;
}
.BgClassName
{
background-color: #48526E;
}
</style>
border-color css
<style>
span { border-color: #48526E; }
span { border-color: rgb(72,82,110); }
td.TdClassName
{
border-color: #48526E;
}
.TagClassName
{
border-color: #48526E;
}
</style>