Shades of East Bay #434D6C
Tints of East Bay #434D6C
RGB
CMYK
RGB Variations
Color information
#434D6C (or 0x434D6C) is known color: East Bay. HEX triplet: 43, 4D and 6C. RGB value is (67,77,108). Sum of RGB (Red+Green+Blue) = 67+77+108=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #434D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D6C is #BCB293. Grayscale: #4D4D4D. Windows color (decimal): -12366484 or 7097667. OLE color: 7097667.
HSL color Cylindrical-coordinate representation of color #434D6C: hue angle of 225.37º 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 #434D6C is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 77 | 108 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.58 |
| HSL | 225.37º | 0.23% | 0.34% | - |
| HSV(B) | 225.37º | 0.38% | 0.42% | - |
| XYZ | 7.68 | 7.58 | 15.25 | - |
| YUV | 77.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 108 | 0.38 | 0.29 | 0 | 0.58 | 225.37 | 0.23 | 0.34 |
| Hex | 43 | 4D | 6C | 26 | 1D | 0 | 3A | E1 | 17 | 22 |
| Octal | 103 | 115 | 154 | 46 | 35 | 0 | 72 | 341 | 27 | 42 |
| Binary | 1000011 | 1001101 | 1101100 | 100110 | 11101 | 0 | 111010 | 11100001 | 10111 | 100010 |
Color Harmonies of #434D6C
Complementary color
Monochromatic Colors of #434D6C
Black with #434D6C
Text Example
Text Example
White with #434D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D6C; }
p { color: rgb(67,77,108); }
H1.HeaderClassName
{
color: #434D6C;
}
.AnyTagClassName
{
color: #434D6C;
}
</style>
background-color css
<style>
a { background-color: #434D6C; }
a { background-color: rgb(67,77,108); }
div.DivClassName
{
background-color: #434D6C;
}
.BgClassName
{
background-color: #434D6C;
}
</style>
border-color css
<style>
span { border-color: #434D6C; }
span { border-color: rgb(67,77,108); }
td.TdClassName
{
border-color: #434D6C;
}
.TagClassName
{
border-color: #434D6C;
}
</style>