Shades of East Bay #4B546D
Tints of East Bay #4B546D
RGB
CMYK
RGB Variations
Color information
#4B546D (or 0x4B546D) is known color: East Bay. HEX triplet: 4B, 54 and 6D. RGB value is (75,84,109). Sum of RGB (Red+Green+Blue) = 75+84+109=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B546D is #B4AB92. Grayscale: #545454. Windows color (decimal): -11840403 or 7165003. OLE color: 7165003.
HSL color Cylindrical-coordinate representation of color #4B546D: hue angle of 224.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B546D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 84 | 109 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.57 |
| HSL | 224.12º | 0.18% | 0.36% | - |
| HSV(B) | 224.12º | 0.31% | 0.43% | - |
| XYZ | 8.83 | 8.94 | 15.73 | - |
| YUV | 84.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 109 | 0.31 | 0.23 | 0 | 0.57 | 224.12 | 0.18 | 0.36 |
| Hex | 4B | 54 | 6D | 1F | 17 | 0 | 39 | E0 | 12 | 24 |
| Octal | 113 | 124 | 155 | 37 | 27 | 0 | 71 | 340 | 22 | 44 |
| Binary | 1001011 | 1010100 | 1101101 | 11111 | 10111 | 0 | 111001 | 11100000 | 10010 | 100100 |
Color Harmonies of #4B546D
Complementary color
Monochromatic Colors of #4B546D
Black with #4B546D
Text Example
Text Example
White with #4B546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B546D; }
p { color: rgb(75,84,109); }
H1.HeaderClassName
{
color: #4B546D;
}
.AnyTagClassName
{
color: #4B546D;
}
</style>
background-color css
<style>
a { background-color: #4B546D; }
a { background-color: rgb(75,84,109); }
div.DivClassName
{
background-color: #4B546D;
}
.BgClassName
{
background-color: #4B546D;
}
</style>
border-color css
<style>
span { border-color: #4B546D; }
span { border-color: rgb(75,84,109); }
td.TdClassName
{
border-color: #4B546D;
}
.TagClassName
{
border-color: #4B546D;
}
</style>