Shades of East Bay #4A5373
Tints of East Bay #4A5373
RGB
CMYK
RGB Variations
Color information
#4A5373 (or 0x4A5373) is known color: East Bay. HEX triplet: 4A, 53 and 73. RGB value is (74,83,115). Sum of RGB (Red+Green+Blue) = 74+83+115=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A5373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5373 is #B5AC8C. Grayscale: #535353. Windows color (decimal): -11906189 or 7557962. OLE color: 7557962.
HSL color Cylindrical-coordinate representation of color #4A5373: hue angle of 226.83º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A5373 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 83 | 115 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.55 |
| HSL | 226.83º | 0.22% | 0.37% | - |
| HSV(B) | 226.83º | 0.36% | 0.45% | - |
| XYZ | 9.01 | 8.88 | 17.46 | - |
| YUV | 83.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 115 | 0.36 | 0.28 | 0 | 0.55 | 226.83 | 0.22 | 0.37 |
| Hex | 4A | 53 | 73 | 24 | 1C | 0 | 37 | E3 | 16 | 25 |
| Octal | 112 | 123 | 163 | 44 | 34 | 0 | 67 | 343 | 26 | 45 |
| Binary | 1001010 | 1010011 | 1110011 | 100100 | 11100 | 0 | 110111 | 11100011 | 10110 | 100101 |
Color Harmonies of #4A5373
Complementary color
Monochromatic Colors of #4A5373
Black with #4A5373
Text Example
Text Example
White with #4A5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5373; }
p { color: rgb(74,83,115); }
H1.HeaderClassName
{
color: #4A5373;
}
.AnyTagClassName
{
color: #4A5373;
}
</style>
background-color css
<style>
a { background-color: #4A5373; }
a { background-color: rgb(74,83,115); }
div.DivClassName
{
background-color: #4A5373;
}
.BgClassName
{
background-color: #4A5373;
}
</style>
border-color css
<style>
span { border-color: #4A5373; }
span { border-color: rgb(74,83,115); }
td.TdClassName
{
border-color: #4A5373;
}
.TagClassName
{
border-color: #4A5373;
}
</style>