Shades of East Bay #40506A
Tints of East Bay #40506A
RGB
CMYK
RGB Variations
Color information
#40506A (or 0x40506A) is known color: East Bay. HEX triplet: 40, 50 and 6A. RGB value is (64,80,106). Sum of RGB (Red+Green+Blue) = 64+80+106=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #40506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40506A is #BFAF95. Grayscale: #4E4E4E. Windows color (decimal): -12562326 or 6967360. OLE color: 6967360.
HSL color Cylindrical-coordinate representation of color #40506A: hue angle of 217.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40506A is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 80 | 106 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.58 |
| HSL | 217.14º | 0.25% | 0.33% | - |
| HSV(B) | 217.14º | 0.4% | 0.42% | - |
| XYZ | 7.58 | 7.87 | 14.75 | - |
| YUV | 78.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 106 | 0.40 | 0.25 | 0 | 0.58 | 217.14 | 0.25 | 0.33 |
| Hex | 40 | 50 | 6A | 28 | 19 | 0 | 3A | D9 | 19 | 21 |
| Octal | 100 | 120 | 152 | 50 | 31 | 0 | 72 | 331 | 31 | 41 |
| Binary | 1000000 | 1010000 | 1101010 | 101000 | 11001 | 0 | 111010 | 11011001 | 11001 | 100001 |
Color Harmonies of #40506A
Complementary color
Monochromatic Colors of #40506A
Black with #40506A
Text Example
Text Example
White with #40506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40506A; }
p { color: rgb(64,80,106); }
H1.HeaderClassName
{
color: #40506A;
}
.AnyTagClassName
{
color: #40506A;
}
</style>
background-color css
<style>
a { background-color: #40506A; }
a { background-color: rgb(64,80,106); }
div.DivClassName
{
background-color: #40506A;
}
.BgClassName
{
background-color: #40506A;
}
</style>
border-color css
<style>
span { border-color: #40506A; }
span { border-color: rgb(64,80,106); }
td.TdClassName
{
border-color: #40506A;
}
.TagClassName
{
border-color: #40506A;
}
</style>