Shades of East Bay #4B556B
Tints of East Bay #4B556B
RGB
CMYK
RGB Variations
Color information
#4B556B (or 0x4B556B) is known color: East Bay. HEX triplet: 4B, 55 and 6B. RGB value is (75,85,107). Sum of RGB (Red+Green+Blue) = 75+85+107=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 85 (33.59% from 255 or 31.84% 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 #4B556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B556B is #B4AA94. Grayscale: #545454. Windows color (decimal): -11840149 or 7034187. OLE color: 7034187.
HSL color Cylindrical-coordinate representation of color #4B556B: hue angle of 221.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B556B is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 85 | 107 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.58 |
| HSL | 221.25º | 0.18% | 0.36% | - |
| HSV(B) | 221.25º | 0.3% | 0.42% | - |
| XYZ | 8.8 | 9.05 | 15.19 | - |
| YUV | 84.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 107 | 0.30 | 0.21 | 0 | 0.58 | 221.25 | 0.18 | 0.36 |
| Hex | 4B | 55 | 6B | 1E | 15 | 0 | 3A | DD | 12 | 24 |
| Octal | 113 | 125 | 153 | 36 | 25 | 0 | 72 | 335 | 22 | 44 |
| Binary | 1001011 | 1010101 | 1101011 | 11110 | 10101 | 0 | 111010 | 11011101 | 10010 | 100100 |
Color Harmonies of #4B556B
Complementary color
Monochromatic Colors of #4B556B
Black with #4B556B
Text Example
Text Example
White with #4B556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B556B; }
p { color: rgb(75,85,107); }
H1.HeaderClassName
{
color: #4B556B;
}
.AnyTagClassName
{
color: #4B556B;
}
</style>
background-color css
<style>
a { background-color: #4B556B; }
a { background-color: rgb(75,85,107); }
div.DivClassName
{
background-color: #4B556B;
}
.BgClassName
{
background-color: #4B556B;
}
</style>
border-color css
<style>
span { border-color: #4B556B; }
span { border-color: rgb(75,85,107); }
td.TdClassName
{
border-color: #4B556B;
}
.TagClassName
{
border-color: #4B556B;
}
</style>