Shades of East Bay #4C546B
Tints of East Bay #4C546B
RGB
CMYK
RGB Variations
Color information
#4C546B (or 0x4C546B) is known color: East Bay. HEX triplet: 4C, 54 and 6B. RGB value is (76,84,107). Sum of RGB (Red+Green+Blue) = 76+84+107=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C546B is #B3AB94. Grayscale: #545454. Windows color (decimal): -11774869 or 7033932. OLE color: 7033932.
HSL color Cylindrical-coordinate representation of color #4C546B: hue angle of 224.52º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C546B is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 84 | 107 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.58 |
| HSL | 224.52º | 0.17% | 0.36% | - |
| HSV(B) | 224.52º | 0.29% | 0.42% | - |
| XYZ | 8.8 | 8.94 | 15.17 | - |
| YUV | 84.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 107 | 0.29 | 0.21 | 0 | 0.58 | 224.52 | 0.17 | 0.36 |
| Hex | 4C | 54 | 6B | 1D | 15 | 0 | 3A | E1 | 11 | 24 |
| Octal | 114 | 124 | 153 | 35 | 25 | 0 | 72 | 341 | 21 | 44 |
| Binary | 1001100 | 1010100 | 1101011 | 11101 | 10101 | 0 | 111010 | 11100001 | 10001 | 100100 |
Color Harmonies of #4C546B
Complementary color
Monochromatic Colors of #4C546B
Black with #4C546B
Text Example
Text Example
White with #4C546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C546B; }
p { color: rgb(76,84,107); }
H1.HeaderClassName
{
color: #4C546B;
}
.AnyTagClassName
{
color: #4C546B;
}
</style>
background-color css
<style>
a { background-color: #4C546B; }
a { background-color: rgb(76,84,107); }
div.DivClassName
{
background-color: #4C546B;
}
.BgClassName
{
background-color: #4C546B;
}
</style>
border-color css
<style>
span { border-color: #4C546B; }
span { border-color: rgb(76,84,107); }
td.TdClassName
{
border-color: #4C546B;
}
.TagClassName
{
border-color: #4C546B;
}
</style>