Shades of East Bay #42526D
Tints of East Bay #42526D
RGB
CMYK
RGB Variations
Color information
#42526D (or 0x42526D) is known color: East Bay. HEX triplet: 42, 52 and 6D. RGB value is (66,82,109). Sum of RGB (Red+Green+Blue) = 66+82+109=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #42526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42526D is #BDAD92. Grayscale: #505050. Windows color (decimal): -12430739 or 7164482. OLE color: 7164482.
HSL color Cylindrical-coordinate representation of color #42526D: hue angle of 217.67º 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 #42526D is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 82 | 109 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.57 |
| HSL | 217.67º | 0.25% | 0.34% | - |
| HSV(B) | 217.67º | 0.39% | 0.43% | - |
| XYZ | 8.02 | 8.3 | 15.65 | - |
| YUV | 80.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 109 | 0.39 | 0.25 | 0 | 0.57 | 217.67 | 0.25 | 0.34 |
| Hex | 42 | 52 | 6D | 27 | 19 | 0 | 39 | DA | 19 | 22 |
| Octal | 102 | 122 | 155 | 47 | 31 | 0 | 71 | 332 | 31 | 42 |
| Binary | 1000010 | 1010010 | 1101101 | 100111 | 11001 | 0 | 111001 | 11011010 | 11001 | 100010 |
Color Harmonies of #42526D
Complementary color
Monochromatic Colors of #42526D
Black with #42526D
Text Example
Text Example
White with #42526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42526D; }
p { color: rgb(66,82,109); }
H1.HeaderClassName
{
color: #42526D;
}
.AnyTagClassName
{
color: #42526D;
}
</style>
background-color css
<style>
a { background-color: #42526D; }
a { background-color: rgb(66,82,109); }
div.DivClassName
{
background-color: #42526D;
}
.BgClassName
{
background-color: #42526D;
}
</style>
border-color css
<style>
span { border-color: #42526D; }
span { border-color: rgb(66,82,109); }
td.TdClassName
{
border-color: #42526D;
}
.TagClassName
{
border-color: #42526D;
}
</style>