Shades of East Bay #48526C
Tints of East Bay #48526C
RGB
CMYK
RGB Variations
Color information
#48526C (or 0x48526C) is known color: East Bay. HEX triplet: 48, 52 and 6C. RGB value is (72,82,108). Sum of RGB (Red+Green+Blue) = 72+82+108=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #48526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48526C is #B7AD93. Grayscale: #515151. Windows color (decimal): -12037524 or 7098952. OLE color: 7098952.
HSL color Cylindrical-coordinate representation of color #48526C: hue angle of 223.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48526C is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 82 | 108 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.58 |
| HSL | 223.33º | 0.2% | 0.35% | - |
| HSV(B) | 223.33º | 0.33% | 0.42% | - |
| XYZ | 8.4 | 8.5 | 15.38 | - |
| YUV | 81.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 108 | 0.33 | 0.24 | 0 | 0.58 | 223.33 | 0.2 | 0.35 |
| Hex | 48 | 52 | 6C | 21 | 18 | 0 | 3A | DF | 14 | 23 |
| Octal | 110 | 122 | 154 | 41 | 30 | 0 | 72 | 337 | 24 | 43 |
| Binary | 1001000 | 1010010 | 1101100 | 100001 | 11000 | 0 | 111010 | 11011111 | 10100 | 100011 |
Color Harmonies of #48526C
Complementary color
Monochromatic Colors of #48526C
Black with #48526C
Text Example
Text Example
White with #48526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48526C; }
p { color: rgb(72,82,108); }
H1.HeaderClassName
{
color: #48526C;
}
.AnyTagClassName
{
color: #48526C;
}
</style>
background-color css
<style>
a { background-color: #48526C; }
a { background-color: rgb(72,82,108); }
div.DivClassName
{
background-color: #48526C;
}
.BgClassName
{
background-color: #48526C;
}
</style>
border-color css
<style>
span { border-color: #48526C; }
span { border-color: rgb(72,82,108); }
td.TdClassName
{
border-color: #48526C;
}
.TagClassName
{
border-color: #48526C;
}
</style>