Shades of East Bay #414C65
Tints of East Bay #414C65
RGB
CMYK
RGB Variations
Color information
#414C65 (or 0x414C65) is known color: East Bay. HEX triplet: 41, 4C and 65. RGB value is (65,76,101). Sum of RGB (Red+Green+Blue) = 65+76+101=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #414C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C65 is #BEB39A. Grayscale: #4B4B4B. Windows color (decimal): -12497819 or 6638657. OLE color: 6638657.
HSL color Cylindrical-coordinate representation of color #414C65: hue angle of 221.67º 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 #414C65 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 76 | 101 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.60 |
| HSL | 221.67º | 0.22% | 0.33% | - |
| HSV(B) | 221.67º | 0.36% | 0.4% | - |
| XYZ | 7.11 | 7.23 | 13.33 | - |
| YUV | 75.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 101 | 0.36 | 0.25 | 0 | 0.60 | 221.67 | 0.22 | 0.33 |
| Hex | 41 | 4C | 65 | 24 | 19 | 0 | 3C | DE | 16 | 21 |
| Octal | 101 | 114 | 145 | 44 | 31 | 0 | 74 | 336 | 26 | 41 |
| Binary | 1000001 | 1001100 | 1100101 | 100100 | 11001 | 0 | 111100 | 11011110 | 10110 | 100001 |
Color Harmonies of #414C65
Complementary color
Monochromatic Colors of #414C65
Black with #414C65
Text Example
Text Example
White with #414C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C65; }
p { color: rgb(65,76,101); }
H1.HeaderClassName
{
color: #414C65;
}
.AnyTagClassName
{
color: #414C65;
}
</style>
background-color css
<style>
a { background-color: #414C65; }
a { background-color: rgb(65,76,101); }
div.DivClassName
{
background-color: #414C65;
}
.BgClassName
{
background-color: #414C65;
}
</style>
border-color css
<style>
span { border-color: #414C65; }
span { border-color: rgb(65,76,101); }
td.TdClassName
{
border-color: #414C65;
}
.TagClassName
{
border-color: #414C65;
}
</style>