Shades of East Bay #4B526D
Tints of East Bay #4B526D
RGB
CMYK
RGB Variations
Color information
#4B526D (or 0x4B526D) is known color: East Bay. HEX triplet: 4B, 52 and 6D. RGB value is (75,82,109). Sum of RGB (Red+Green+Blue) = 75+82+109=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B526D is #B4AD92. Grayscale: #525252. Windows color (decimal): -11840915 or 7164491. OLE color: 7164491.
HSL color Cylindrical-coordinate representation of color #4B526D: hue angle of 227.65º 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 #4B526D is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 82 | 109 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.57 |
| HSL | 227.65º | 0.18% | 0.36% | - |
| HSV(B) | 227.65º | 0.31% | 0.43% | - |
| XYZ | 8.68 | 8.63 | 15.68 | - |
| YUV | 82.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 109 | 0.31 | 0.25 | 0 | 0.57 | 227.65 | 0.18 | 0.36 |
| Hex | 4B | 52 | 6D | 1F | 19 | 0 | 39 | E4 | 12 | 24 |
| Octal | 113 | 122 | 155 | 37 | 31 | 0 | 71 | 344 | 22 | 44 |
| Binary | 1001011 | 1010010 | 1101101 | 11111 | 11001 | 0 | 111001 | 11100100 | 10010 | 100100 |
Color Harmonies of #4B526D
Complementary color
Monochromatic Colors of #4B526D
Black with #4B526D
Text Example
Text Example
White with #4B526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B526D; }
p { color: rgb(75,82,109); }
H1.HeaderClassName
{
color: #4B526D;
}
.AnyTagClassName
{
color: #4B526D;
}
</style>
background-color css
<style>
a { background-color: #4B526D; }
a { background-color: rgb(75,82,109); }
div.DivClassName
{
background-color: #4B526D;
}
.BgClassName
{
background-color: #4B526D;
}
</style>
border-color css
<style>
span { border-color: #4B526D; }
span { border-color: rgb(75,82,109); }
td.TdClassName
{
border-color: #4B526D;
}
.TagClassName
{
border-color: #4B526D;
}
</style>