Shades of East Bay #42546A
Tints of East Bay #42546A
RGB
CMYK
RGB Variations
Color information
#42546A (or 0x42546A) is known color: East Bay. HEX triplet: 42, 54 and 6A. RGB value is (66,84,106). Sum of RGB (Red+Green+Blue) = 66+84+106=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #42546A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42546A is #BDAB95. Grayscale: #515151. Windows color (decimal): -12430230 or 6968386. OLE color: 6968386.
HSL color Cylindrical-coordinate representation of color #42546A: hue angle of 213º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42546A is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 84 | 106 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.58 |
| HSL | 213º | 0.23% | 0.34% | - |
| HSV(B) | 213º | 0.38% | 0.42% | - |
| XYZ | 8.02 | 8.54 | 14.86 | - |
| YUV | 81.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 106 | 0.38 | 0.21 | 0 | 0.58 | 213 | 0.23 | 0.34 |
| Hex | 42 | 54 | 6A | 26 | 15 | 0 | 3A | D5 | 17 | 22 |
| Octal | 102 | 124 | 152 | 46 | 25 | 0 | 72 | 325 | 27 | 42 |
| Binary | 1000010 | 1010100 | 1101010 | 100110 | 10101 | 0 | 111010 | 11010101 | 10111 | 100010 |
Color Harmonies of #42546A
Complementary color
Monochromatic Colors of #42546A
Black with #42546A
Text Example
Text Example
White with #42546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42546A; }
p { color: rgb(66,84,106); }
H1.HeaderClassName
{
color: #42546A;
}
.AnyTagClassName
{
color: #42546A;
}
</style>
background-color css
<style>
a { background-color: #42546A; }
a { background-color: rgb(66,84,106); }
div.DivClassName
{
background-color: #42546A;
}
.BgClassName
{
background-color: #42546A;
}
</style>
border-color css
<style>
span { border-color: #42546A; }
span { border-color: rgb(66,84,106); }
td.TdClassName
{
border-color: #42546A;
}
.TagClassName
{
border-color: #42546A;
}
</style>