Shades of East Bay #484E5E
Tints of East Bay #484E5E
RGB
CMYK
RGB Variations
Color information
#484E5E (or 0x484E5E) is known color: East Bay. HEX triplet: 48, 4E and 5E. RGB value is (72,78,94). Sum of RGB (Red+Green+Blue) = 72+78+94=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #484E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E5E is #B7B1A1. Grayscale: #4D4D4D. Windows color (decimal): -12038562 or 6180424. OLE color: 6180424.
HSL color Cylindrical-coordinate representation of color #484E5E: hue angle of 223.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484E5E is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 72 | 78 | 94 | - |
CMYK | 0.23 | 0.17 | 0 | 0.63 |
HSL | 223.64º | 0.13% | 0.33% | - |
HSV(B) | 223.64º | 0.23% | 0.37% | - |
XYZ | 7.42 | 7.63 | 11.67 | - |
YUV | 78.03 | 137.01 | 123.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 78 | 94 | 0.23 | 0.17 | 0 | 0.63 | 223.64 | 0.13 | 0.33 |
Hex | 48 | 4E | 5E | 17 | 11 | 0 | 3F | E0 | D | 21 |
Octal | 110 | 116 | 136 | 27 | 21 | 0 | 77 | 340 | 15 | 41 |
Binary | 1001000 | 1001110 | 1011110 | 10111 | 10001 | 0 | 111111 | 11100000 | 1101 | 100001 |
Color Harmonies of #484E5E
Complementary color
Monochromatic Colors of #484E5E
Black with #484E5E
Text Example
Text Example
White with #484E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E5E; }
p { color: rgb(72,78,94); }
H1.HeaderClassName
{
color: #484E5E;
}
.AnyTagClassName
{
color: #484E5E;
}
</style>
background-color css
<style>
a { background-color: #484E5E; }
a { background-color: rgb(72,78,94); }
div.DivClassName
{
background-color: #484E5E;
}
.BgClassName
{
background-color: #484E5E;
}
</style>
border-color css
<style>
span { border-color: #484E5E; }
span { border-color: rgb(72,78,94); }
td.TdClassName
{
border-color: #484E5E;
}
.TagClassName
{
border-color: #484E5E;
}
</style>