Shades of East Bay #484E5D
Tints of East Bay #484E5D
RGB
CMYK
RGB Variations
Color information
#484E5D (or 0x484E5D) is known color: East Bay. HEX triplet: 48, 4E and 5D. RGB value is (72,78,93). Sum of RGB (Red+Green+Blue) = 72+78+93=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #484E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E5D is #B7B1A2. Grayscale: #4D4D4D. Windows color (decimal): -12038563 or 6114888. OLE color: 6114888.
HSL color Cylindrical-coordinate representation of color #484E5D: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484E5D is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 78 | 93 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.64 |
| HSL | 222.86º | 0.13% | 0.32% | - |
| HSV(B) | 222.86º | 0.23% | 0.36% | - |
| XYZ | 7.37 | 7.62 | 11.44 | - |
| YUV | 77.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 93 | 0.23 | 0.16 | 0 | 0.64 | 222.86 | 0.13 | 0.32 |
| Hex | 48 | 4E | 5D | 17 | 10 | 0 | 40 | DF | D | 20 |
| Octal | 110 | 116 | 135 | 27 | 20 | 0 | 100 | 337 | 15 | 40 |
| Binary | 1001000 | 1001110 | 1011101 | 10111 | 10000 | 0 | 1000000 | 11011111 | 1101 | 100000 |
Color Harmonies of #484E5D
Complementary color
Monochromatic Colors of #484E5D
Black with #484E5D
Text Example
Text Example
White with #484E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E5D; }
p { color: rgb(72,78,93); }
H1.HeaderClassName
{
color: #484E5D;
}
.AnyTagClassName
{
color: #484E5D;
}
</style>
background-color css
<style>
a { background-color: #484E5D; }
a { background-color: rgb(72,78,93); }
div.DivClassName
{
background-color: #484E5D;
}
.BgClassName
{
background-color: #484E5D;
}
</style>
border-color css
<style>
span { border-color: #484E5D; }
span { border-color: rgb(72,78,93); }
td.TdClassName
{
border-color: #484E5D;
}
.TagClassName
{
border-color: #484E5D;
}
</style>