Shades of East Bay #40526B
Tints of East Bay #40526B
RGB
CMYK
RGB Variations
Color information
#40526B (or 0x40526B) is known color: East Bay. HEX triplet: 40, 52 and 6B. RGB value is (64,82,107). Sum of RGB (Red+Green+Blue) = 64+82+107=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #40526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40526B is #BFAD94. Grayscale: #4F4F4F. Windows color (decimal): -12561813 or 7033408. OLE color: 7033408.
HSL color Cylindrical-coordinate representation of color #40526B: hue angle of 214.88º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40526B is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 82 | 107 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.58 |
| HSL | 214.88º | 0.25% | 0.34% | - |
| HSV(B) | 214.88º | 0.4% | 0.42% | - |
| XYZ | 7.79 | 8.19 | 15.08 | - |
| YUV | 79.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 107 | 0.40 | 0.23 | 0 | 0.58 | 214.88 | 0.25 | 0.34 |
| Hex | 40 | 52 | 6B | 28 | 17 | 0 | 3A | D7 | 19 | 22 |
| Octal | 100 | 122 | 153 | 50 | 27 | 0 | 72 | 327 | 31 | 42 |
| Binary | 1000000 | 1010010 | 1101011 | 101000 | 10111 | 0 | 111010 | 11010111 | 11001 | 100010 |
Color Harmonies of #40526B
Complementary color
Monochromatic Colors of #40526B
Black with #40526B
Text Example
Text Example
White with #40526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40526B; }
p { color: rgb(64,82,107); }
H1.HeaderClassName
{
color: #40526B;
}
.AnyTagClassName
{
color: #40526B;
}
</style>
background-color css
<style>
a { background-color: #40526B; }
a { background-color: rgb(64,82,107); }
div.DivClassName
{
background-color: #40526B;
}
.BgClassName
{
background-color: #40526B;
}
</style>
border-color css
<style>
span { border-color: #40526B; }
span { border-color: rgb(64,82,107); }
td.TdClassName
{
border-color: #40526B;
}
.TagClassName
{
border-color: #40526B;
}
</style>