Shades of East Bay #484E65
Tints of East Bay #484E65
RGB
CMYK
RGB Variations
Color information
#484E65 (or 0x484E65) is known color: East Bay. HEX triplet: 48, 4E and 65. RGB value is (72,78,101). Sum of RGB (Red+Green+Blue) = 72+78+101=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #484E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E65 is #B7B19A. Grayscale: #4E4E4E. Windows color (decimal): -12038555 or 6639176. OLE color: 6639176.
HSL color Cylindrical-coordinate representation of color #484E65: hue angle of 227.59º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484E65 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 78 | 101 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.60 |
| HSL | 227.59º | 0.17% | 0.34% | - |
| HSV(B) | 227.59º | 0.29% | 0.4% | - |
| XYZ | 7.75 | 7.77 | 13.4 | - |
| YUV | 78.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 101 | 0.29 | 0.23 | 0 | 0.60 | 227.59 | 0.17 | 0.34 |
| Hex | 48 | 4E | 65 | 1D | 17 | 0 | 3C | E4 | 11 | 22 |
| Octal | 110 | 116 | 145 | 35 | 27 | 0 | 74 | 344 | 21 | 42 |
| Binary | 1001000 | 1001110 | 1100101 | 11101 | 10111 | 0 | 111100 | 11100100 | 10001 | 100010 |
Color Harmonies of #484E65
Complementary color
Monochromatic Colors of #484E65
Black with #484E65
Text Example
Text Example
White with #484E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E65; }
p { color: rgb(72,78,101); }
H1.HeaderClassName
{
color: #484E65;
}
.AnyTagClassName
{
color: #484E65;
}
</style>
background-color css
<style>
a { background-color: #484E65; }
a { background-color: rgb(72,78,101); }
div.DivClassName
{
background-color: #484E65;
}
.BgClassName
{
background-color: #484E65;
}
</style>
border-color css
<style>
span { border-color: #484E65; }
span { border-color: rgb(72,78,101); }
td.TdClassName
{
border-color: #484E65;
}
.TagClassName
{
border-color: #484E65;
}
</style>