Shades of East Bay #484E61
Tints of East Bay #484E61
RGB
CMYK
RGB Variations
Color information
#484E61 (or 0x484E61) is known color: East Bay. HEX triplet: 48, 4E and 61. RGB value is (72,78,97). Sum of RGB (Red+Green+Blue) = 72+78+97=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #484E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E61 is #B7B19E. Grayscale: #4E4E4E. Windows color (decimal): -12038559 or 6377032. OLE color: 6377032.
HSL color Cylindrical-coordinate representation of color #484E61: hue angle of 225.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #484E61 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 78 | 97 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.62 |
| HSL | 225.6º | 0.15% | 0.33% | - |
| HSV(B) | 225.6º | 0.26% | 0.38% | - |
| XYZ | 7.55 | 7.69 | 12.4 | - |
| YUV | 78.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 97 | 0.26 | 0.20 | 0 | 0.62 | 225.6 | 0.15 | 0.33 |
| Hex | 48 | 4E | 61 | 1A | 14 | 0 | 3E | E2 | F | 21 |
| Octal | 110 | 116 | 141 | 32 | 24 | 0 | 76 | 342 | 17 | 41 |
| Binary | 1001000 | 1001110 | 1100001 | 11010 | 10100 | 0 | 111110 | 11100010 | 1111 | 100001 |
Color Harmonies of #484E61
Complementary color
Monochromatic Colors of #484E61
Black with #484E61
Text Example
Text Example
White with #484E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E61; }
p { color: rgb(72,78,97); }
H1.HeaderClassName
{
color: #484E61;
}
.AnyTagClassName
{
color: #484E61;
}
</style>
background-color css
<style>
a { background-color: #484E61; }
a { background-color: rgb(72,78,97); }
div.DivClassName
{
background-color: #484E61;
}
.BgClassName
{
background-color: #484E61;
}
</style>
border-color css
<style>
span { border-color: #484E61; }
span { border-color: rgb(72,78,97); }
td.TdClassName
{
border-color: #484E61;
}
.TagClassName
{
border-color: #484E61;
}
</style>