Shades of East Bay #4B536D
Tints of East Bay #4B536D
RGB
CMYK
RGB Variations
Color information
#4B536D (or 0x4B536D) is known color: East Bay. HEX triplet: 4B, 53 and 6D. RGB value is (75,83,109). Sum of RGB (Red+Green+Blue) = 75+83+109=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B536D is #B4AC92. Grayscale: #535353. Windows color (decimal): -11840659 or 7164747. OLE color: 7164747.
HSL color Cylindrical-coordinate representation of color #4B536D: hue angle of 225.88º 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 #4B536D is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 83 | 109 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.57 |
| HSL | 225.88º | 0.18% | 0.36% | - |
| HSV(B) | 225.88º | 0.31% | 0.43% | - |
| XYZ | 8.76 | 8.79 | 15.7 | - |
| YUV | 83.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 109 | 0.31 | 0.24 | 0 | 0.57 | 225.88 | 0.18 | 0.36 |
| Hex | 4B | 53 | 6D | 1F | 18 | 0 | 39 | E2 | 12 | 24 |
| Octal | 113 | 123 | 155 | 37 | 30 | 0 | 71 | 342 | 22 | 44 |
| Binary | 1001011 | 1010011 | 1101101 | 11111 | 11000 | 0 | 111001 | 11100010 | 10010 | 100100 |
Color Harmonies of #4B536D
Complementary color
Monochromatic Colors of #4B536D
Black with #4B536D
Text Example
Text Example
White with #4B536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B536D; }
p { color: rgb(75,83,109); }
H1.HeaderClassName
{
color: #4B536D;
}
.AnyTagClassName
{
color: #4B536D;
}
</style>
background-color css
<style>
a { background-color: #4B536D; }
a { background-color: rgb(75,83,109); }
div.DivClassName
{
background-color: #4B536D;
}
.BgClassName
{
background-color: #4B536D;
}
</style>
border-color css
<style>
span { border-color: #4B536D; }
span { border-color: rgb(75,83,109); }
td.TdClassName
{
border-color: #4B536D;
}
.TagClassName
{
border-color: #4B536D;
}
</style>