Shades of East Bay #424C65
Tints of East Bay #424C65
RGB
CMYK
RGB Variations
Color information
#424C65 (or 0x424C65) is known color: East Bay. HEX triplet: 42, 4C and 65. RGB value is (66,76,101). Sum of RGB (Red+Green+Blue) = 66+76+101=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 76 (30.08% from 255 or 31.28% 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 #424C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C65 is #BDB39A. Grayscale: #4B4B4B. Windows color (decimal): -12432283 or 6638658. OLE color: 6638658.
HSL color Cylindrical-coordinate representation of color #424C65: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424C65 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 76 | 101 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.60 |
| HSL | 222.86º | 0.21% | 0.33% | - |
| HSV(B) | 222.86º | 0.35% | 0.4% | - |
| XYZ | 7.18 | 7.27 | 13.34 | - |
| YUV | 75.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 101 | 0.35 | 0.25 | 0 | 0.60 | 222.86 | 0.21 | 0.33 |
| Hex | 42 | 4C | 65 | 23 | 19 | 0 | 3C | DF | 15 | 21 |
| Octal | 102 | 114 | 145 | 43 | 31 | 0 | 74 | 337 | 25 | 41 |
| Binary | 1000010 | 1001100 | 1100101 | 100011 | 11001 | 0 | 111100 | 11011111 | 10101 | 100001 |
Color Harmonies of #424C65
Complementary color
Monochromatic Colors of #424C65
Black with #424C65
Text Example
Text Example
White with #424C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C65; }
p { color: rgb(66,76,101); }
H1.HeaderClassName
{
color: #424C65;
}
.AnyTagClassName
{
color: #424C65;
}
</style>
background-color css
<style>
a { background-color: #424C65; }
a { background-color: rgb(66,76,101); }
div.DivClassName
{
background-color: #424C65;
}
.BgClassName
{
background-color: #424C65;
}
</style>
border-color css
<style>
span { border-color: #424C65; }
span { border-color: rgb(66,76,101); }
td.TdClassName
{
border-color: #424C65;
}
.TagClassName
{
border-color: #424C65;
}
</style>