Shades of East Bay #4B5470
Tints of East Bay #4B5470
RGB
CMYK
RGB Variations
Color information
#4B5470 (or 0x4B5470) is known color: East Bay. HEX triplet: 4B, 54 and 70. RGB value is (75,84,112). Sum of RGB (Red+Green+Blue) = 75+84+112=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B5470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5470 is #B4AB8F. Grayscale: #545454. Windows color (decimal): -11840400 or 7361611. OLE color: 7361611.
HSL color Cylindrical-coordinate representation of color #4B5470: hue angle of 225.41º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B5470 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 84 | 112 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.56 |
| HSL | 225.41º | 0.2% | 0.37% | - |
| HSV(B) | 225.41º | 0.33% | 0.44% | - |
| XYZ | 9 | 9.01 | 16.59 | - |
| YUV | 84.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 112 | 0.33 | 0.25 | 0 | 0.56 | 225.41 | 0.2 | 0.37 |
| Hex | 4B | 54 | 70 | 21 | 19 | 0 | 38 | E1 | 14 | 25 |
| Octal | 113 | 124 | 160 | 41 | 31 | 0 | 70 | 341 | 24 | 45 |
| Binary | 1001011 | 1010100 | 1110000 | 100001 | 11001 | 0 | 111000 | 11100001 | 10100 | 100101 |
Color Harmonies of #4B5470
Complementary color
Monochromatic Colors of #4B5470
Black with #4B5470
Text Example
Text Example
White with #4B5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5470; }
p { color: rgb(75,84,112); }
H1.HeaderClassName
{
color: #4B5470;
}
.AnyTagClassName
{
color: #4B5470;
}
</style>
background-color css
<style>
a { background-color: #4B5470; }
a { background-color: rgb(75,84,112); }
div.DivClassName
{
background-color: #4B5470;
}
.BgClassName
{
background-color: #4B5470;
}
</style>
border-color css
<style>
span { border-color: #4B5470; }
span { border-color: rgb(75,84,112); }
td.TdClassName
{
border-color: #4B5470;
}
.TagClassName
{
border-color: #4B5470;
}
</style>