Shades of East Bay #484D68
Tints of East Bay #484D68
RGB
CMYK
RGB Variations
Color information
#484D68 (or 0x484D68) is known color: East Bay. HEX triplet: 48, 4D and 68. RGB value is (72,77,104). Sum of RGB (Red+Green+Blue) = 72+77+104=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #484D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D68 is #B7B297. Grayscale: #4E4E4E. Windows color (decimal): -12038808 or 6835528. OLE color: 6835528.
HSL color Cylindrical-coordinate representation of color #484D68: hue angle of 230.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484D68 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 77 | 104 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.59 |
| HSL | 230.63º | 0.18% | 0.35% | - |
| HSV(B) | 230.63º | 0.31% | 0.41% | - |
| XYZ | 7.83 | 7.68 | 14.17 | - |
| YUV | 78.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 104 | 0.31 | 0.26 | 0 | 0.59 | 230.63 | 0.18 | 0.35 |
| Hex | 48 | 4D | 68 | 1F | 1A | 0 | 3B | E7 | 12 | 23 |
| Octal | 110 | 115 | 150 | 37 | 32 | 0 | 73 | 347 | 22 | 43 |
| Binary | 1001000 | 1001101 | 1101000 | 11111 | 11010 | 0 | 111011 | 11100111 | 10010 | 100011 |
Color Harmonies of #484D68
Complementary color
Monochromatic Colors of #484D68
Black with #484D68
Text Example
Text Example
White with #484D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D68; }
p { color: rgb(72,77,104); }
H1.HeaderClassName
{
color: #484D68;
}
.AnyTagClassName
{
color: #484D68;
}
</style>
background-color css
<style>
a { background-color: #484D68; }
a { background-color: rgb(72,77,104); }
div.DivClassName
{
background-color: #484D68;
}
.BgClassName
{
background-color: #484D68;
}
</style>
border-color css
<style>
span { border-color: #484D68; }
span { border-color: rgb(72,77,104); }
td.TdClassName
{
border-color: #484D68;
}
.TagClassName
{
border-color: #484D68;
}
</style>