Shades of East Bay #42516D
Tints of East Bay #42516D
RGB
CMYK
RGB Variations
Color information
#42516D (or 0x42516D) is known color: East Bay. HEX triplet: 42, 51 and 6D. RGB value is (66,81,109). Sum of RGB (Red+Green+Blue) = 66+81+109=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #42516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42516D is #BDAE92. Grayscale: #4F4F4F. Windows color (decimal): -12430995 or 7164226. OLE color: 7164226.
HSL color Cylindrical-coordinate representation of color #42516D: hue angle of 219.07º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42516D is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 81 | 109 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.57 |
| HSL | 219.07º | 0.25% | 0.34% | - |
| HSV(B) | 219.07º | 0.39% | 0.43% | - |
| XYZ | 7.95 | 8.15 | 15.62 | - |
| YUV | 79.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 109 | 0.39 | 0.26 | 0 | 0.57 | 219.07 | 0.25 | 0.34 |
| Hex | 42 | 51 | 6D | 27 | 1A | 0 | 39 | DB | 19 | 22 |
| Octal | 102 | 121 | 155 | 47 | 32 | 0 | 71 | 333 | 31 | 42 |
| Binary | 1000010 | 1010001 | 1101101 | 100111 | 11010 | 0 | 111001 | 11011011 | 11001 | 100010 |
Color Harmonies of #42516D
Complementary color
Monochromatic Colors of #42516D
Black with #42516D
Text Example
Text Example
White with #42516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42516D; }
p { color: rgb(66,81,109); }
H1.HeaderClassName
{
color: #42516D;
}
.AnyTagClassName
{
color: #42516D;
}
</style>
background-color css
<style>
a { background-color: #42516D; }
a { background-color: rgb(66,81,109); }
div.DivClassName
{
background-color: #42516D;
}
.BgClassName
{
background-color: #42516D;
}
</style>
border-color css
<style>
span { border-color: #42516D; }
span { border-color: rgb(66,81,109); }
td.TdClassName
{
border-color: #42516D;
}
.TagClassName
{
border-color: #42516D;
}
</style>