Shades of East Bay #484C69
Tints of East Bay #484C69
RGB
CMYK
RGB Variations
Color information
#484C69 (or 0x484C69) is known color: East Bay. HEX triplet: 48, 4C and 69. RGB value is (72,76,105). Sum of RGB (Red+Green+Blue) = 72+76+105=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #484C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C69 is #B7B396. Grayscale: #4D4D4D. Windows color (decimal): -12039063 or 6900808. OLE color: 6900808.
HSL color Cylindrical-coordinate representation of color #484C69: hue angle of 232.73º degrees, saturation: 0.19, 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 #484C69 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 76 | 105 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.59 |
| HSL | 232.73º | 0.19% | 0.35% | - |
| HSV(B) | 232.73º | 0.31% | 0.41% | - |
| XYZ | 7.81 | 7.57 | 14.41 | - |
| YUV | 78.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 105 | 0.31 | 0.28 | 0 | 0.59 | 232.73 | 0.19 | 0.35 |
| Hex | 48 | 4C | 69 | 1F | 1C | 0 | 3B | E9 | 13 | 23 |
| Octal | 110 | 114 | 151 | 37 | 34 | 0 | 73 | 351 | 23 | 43 |
| Binary | 1001000 | 1001100 | 1101001 | 11111 | 11100 | 0 | 111011 | 11101001 | 10011 | 100011 |
Color Harmonies of #484C69
Complementary color
Monochromatic Colors of #484C69
Black with #484C69
Text Example
Text Example
White with #484C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C69; }
p { color: rgb(72,76,105); }
H1.HeaderClassName
{
color: #484C69;
}
.AnyTagClassName
{
color: #484C69;
}
</style>
background-color css
<style>
a { background-color: #484C69; }
a { background-color: rgb(72,76,105); }
div.DivClassName
{
background-color: #484C69;
}
.BgClassName
{
background-color: #484C69;
}
</style>
border-color css
<style>
span { border-color: #484C69; }
span { border-color: rgb(72,76,105); }
td.TdClassName
{
border-color: #484C69;
}
.TagClassName
{
border-color: #484C69;
}
</style>