Shades of East Bay #4A5673
Tints of East Bay #4A5673
RGB
CMYK
RGB Variations
Color information
#4A5673 (or 0x4A5673) is known color: East Bay. HEX triplet: 4A, 56 and 73. RGB value is (74,86,115). Sum of RGB (Red+Green+Blue) = 74+86+115=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5673 is #B5A98C. Grayscale: #555555. Windows color (decimal): -11905421 or 7558730. OLE color: 7558730.
HSL color Cylindrical-coordinate representation of color #4A5673: hue angle of 222.44º 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 #4A5673 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 86 | 115 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.55 |
| HSL | 222.44º | 0.22% | 0.37% | - |
| HSV(B) | 222.44º | 0.36% | 0.45% | - |
| XYZ | 9.25 | 9.35 | 17.54 | - |
| YUV | 85.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 115 | 0.36 | 0.25 | 0 | 0.55 | 222.44 | 0.22 | 0.37 |
| Hex | 4A | 56 | 73 | 24 | 19 | 0 | 37 | DE | 16 | 25 |
| Octal | 112 | 126 | 163 | 44 | 31 | 0 | 67 | 336 | 26 | 45 |
| Binary | 1001010 | 1010110 | 1110011 | 100100 | 11001 | 0 | 110111 | 11011110 | 10110 | 100101 |
Color Harmonies of #4A5673
Complementary color
Monochromatic Colors of #4A5673
Black with #4A5673
Text Example
Text Example
White with #4A5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5673; }
p { color: rgb(74,86,115); }
H1.HeaderClassName
{
color: #4A5673;
}
.AnyTagClassName
{
color: #4A5673;
}
</style>
background-color css
<style>
a { background-color: #4A5673; }
a { background-color: rgb(74,86,115); }
div.DivClassName
{
background-color: #4A5673;
}
.BgClassName
{
background-color: #4A5673;
}
</style>
border-color css
<style>
span { border-color: #4A5673; }
span { border-color: rgb(74,86,115); }
td.TdClassName
{
border-color: #4A5673;
}
.TagClassName
{
border-color: #4A5673;
}
</style>