Shades of East Bay #4A576F
Tints of East Bay #4A576F
RGB
CMYK
RGB Variations
Color information
#4A576F (or 0x4A576F) is known color: East Bay. HEX triplet: 4A, 57 and 6F. RGB value is (74,87,111). Sum of RGB (Red+Green+Blue) = 74+87+111=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A576F is #B5A890. Grayscale: #555555. Windows color (decimal): -11905169 or 7296842. OLE color: 7296842.
HSL color Cylindrical-coordinate representation of color #4A576F: hue angle of 218.92º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A576F is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 87 | 111 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.56 |
| HSL | 218.92º | 0.2% | 0.36% | - |
| HSV(B) | 218.92º | 0.33% | 0.44% | - |
| XYZ | 9.1 | 9.42 | 16.38 | - |
| YUV | 85.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 111 | 0.33 | 0.22 | 0 | 0.56 | 218.92 | 0.2 | 0.36 |
| Hex | 4A | 57 | 6F | 21 | 16 | 0 | 38 | DB | 14 | 24 |
| Octal | 112 | 127 | 157 | 41 | 26 | 0 | 70 | 333 | 24 | 44 |
| Binary | 1001010 | 1010111 | 1101111 | 100001 | 10110 | 0 | 111000 | 11011011 | 10100 | 100100 |
Color Harmonies of #4A576F
Complementary color
Monochromatic Colors of #4A576F
Black with #4A576F
Text Example
Text Example
White with #4A576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A576F; }
p { color: rgb(74,87,111); }
H1.HeaderClassName
{
color: #4A576F;
}
.AnyTagClassName
{
color: #4A576F;
}
</style>
background-color css
<style>
a { background-color: #4A576F; }
a { background-color: rgb(74,87,111); }
div.DivClassName
{
background-color: #4A576F;
}
.BgClassName
{
background-color: #4A576F;
}
</style>
border-color css
<style>
span { border-color: #4A576F; }
span { border-color: rgb(74,87,111); }
td.TdClassName
{
border-color: #4A576F;
}
.TagClassName
{
border-color: #4A576F;
}
</style>