Shades of East Bay #484D6B
Tints of East Bay #484D6B
RGB
CMYK
RGB Variations
Color information
#484D6B (or 0x484D6B) is known color: East Bay. HEX triplet: 48, 4D and 6B. RGB value is (72,77,107). Sum of RGB (Red+Green+Blue) = 72+77+107=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #484D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D6B is #B7B294. Grayscale: #4E4E4E. Windows color (decimal): -12038805 or 7032136. OLE color: 7032136.
HSL color Cylindrical-coordinate representation of color #484D6B: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484D6B is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 77 | 107 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.58 |
| HSL | 231.43º | 0.2% | 0.35% | - |
| HSV(B) | 231.43º | 0.33% | 0.42% | - |
| XYZ | 7.98 | 7.75 | 14.98 | - |
| YUV | 78.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 107 | 0.33 | 0.28 | 0 | 0.58 | 231.43 | 0.2 | 0.35 |
| Hex | 48 | 4D | 6B | 21 | 1C | 0 | 3A | E7 | 14 | 23 |
| Octal | 110 | 115 | 153 | 41 | 34 | 0 | 72 | 347 | 24 | 43 |
| Binary | 1001000 | 1001101 | 1101011 | 100001 | 11100 | 0 | 111010 | 11100111 | 10100 | 100011 |
Color Harmonies of #484D6B
Complementary color
Monochromatic Colors of #484D6B
Black with #484D6B
Text Example
Text Example
White with #484D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D6B; }
p { color: rgb(72,77,107); }
H1.HeaderClassName
{
color: #484D6B;
}
.AnyTagClassName
{
color: #484D6B;
}
</style>
background-color css
<style>
a { background-color: #484D6B; }
a { background-color: rgb(72,77,107); }
div.DivClassName
{
background-color: #484D6B;
}
.BgClassName
{
background-color: #484D6B;
}
</style>
border-color css
<style>
span { border-color: #484D6B; }
span { border-color: rgb(72,77,107); }
td.TdClassName
{
border-color: #484D6B;
}
.TagClassName
{
border-color: #484D6B;
}
</style>