Shades of East Bay #414D65
Tints of East Bay #414D65
RGB
CMYK
RGB Variations
Color information
#414D65 (or 0x414D65) is known color: East Bay. HEX triplet: 41, 4D and 65. RGB value is (65,77,101). Sum of RGB (Red+Green+Blue) = 65+77+101=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #414D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D65 is #BEB29A. Grayscale: #4C4C4C. Windows color (decimal): -12497563 or 6638913. OLE color: 6638913.
HSL color Cylindrical-coordinate representation of color #414D65: hue angle of 220º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414D65 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 77 | 101 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.60 |
| HSL | 220º | 0.22% | 0.33% | - |
| HSV(B) | 220º | 0.36% | 0.4% | - |
| XYZ | 7.18 | 7.37 | 13.36 | - |
| YUV | 76.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 101 | 0.36 | 0.24 | 0 | 0.60 | 220 | 0.22 | 0.33 |
| Hex | 41 | 4D | 65 | 24 | 18 | 0 | 3C | DC | 16 | 21 |
| Octal | 101 | 115 | 145 | 44 | 30 | 0 | 74 | 334 | 26 | 41 |
| Binary | 1000001 | 1001101 | 1100101 | 100100 | 11000 | 0 | 111100 | 11011100 | 10110 | 100001 |
Color Harmonies of #414D65
Complementary color
Monochromatic Colors of #414D65
Black with #414D65
Text Example
Text Example
White with #414D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D65; }
p { color: rgb(65,77,101); }
H1.HeaderClassName
{
color: #414D65;
}
.AnyTagClassName
{
color: #414D65;
}
</style>
background-color css
<style>
a { background-color: #414D65; }
a { background-color: rgb(65,77,101); }
div.DivClassName
{
background-color: #414D65;
}
.BgClassName
{
background-color: #414D65;
}
</style>
border-color css
<style>
span { border-color: #414D65; }
span { border-color: rgb(65,77,101); }
td.TdClassName
{
border-color: #414D65;
}
.TagClassName
{
border-color: #414D65;
}
</style>