Shades of East Bay #424E65
Tints of East Bay #424E65
RGB
CMYK
RGB Variations
Color information
#424E65 (or 0x424E65) is known color: East Bay. HEX triplet: 42, 4E and 65. RGB value is (66,78,101). Sum of RGB (Red+Green+Blue) = 66+78+101=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #424E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E65 is #BDB19A. Grayscale: #4C4C4C. Windows color (decimal): -12431771 or 6639170. OLE color: 6639170.
HSL color Cylindrical-coordinate representation of color #424E65: hue angle of 219.43º 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 #424E65 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 78 | 101 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.60 |
| HSL | 219.43º | 0.21% | 0.33% | - |
| HSV(B) | 219.43º | 0.35% | 0.4% | - |
| XYZ | 7.32 | 7.55 | 13.38 | - |
| YUV | 77.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 101 | 0.35 | 0.23 | 0 | 0.60 | 219.43 | 0.21 | 0.33 |
| Hex | 42 | 4E | 65 | 23 | 17 | 0 | 3C | DB | 15 | 21 |
| Octal | 102 | 116 | 145 | 43 | 27 | 0 | 74 | 333 | 25 | 41 |
| Binary | 1000010 | 1001110 | 1100101 | 100011 | 10111 | 0 | 111100 | 11011011 | 10101 | 100001 |
Color Harmonies of #424E65
Complementary color
Monochromatic Colors of #424E65
Black with #424E65
Text Example
Text Example
White with #424E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E65; }
p { color: rgb(66,78,101); }
H1.HeaderClassName
{
color: #424E65;
}
.AnyTagClassName
{
color: #424E65;
}
</style>
background-color css
<style>
a { background-color: #424E65; }
a { background-color: rgb(66,78,101); }
div.DivClassName
{
background-color: #424E65;
}
.BgClassName
{
background-color: #424E65;
}
</style>
border-color css
<style>
span { border-color: #424E65; }
span { border-color: rgb(66,78,101); }
td.TdClassName
{
border-color: #424E65;
}
.TagClassName
{
border-color: #424E65;
}
</style>