Shades of East Bay #434D63
Tints of East Bay #434D63
RGB
CMYK
RGB Variations
Color information
#434D63 (or 0x434D63) is known color: East Bay. HEX triplet: 43, 4D and 63. RGB value is (67,77,99). Sum of RGB (Red+Green+Blue) = 67+77+99=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #434D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D63 is #BCB29C. Grayscale: #4C4C4C. Windows color (decimal): -12366493 or 6507843. OLE color: 6507843.
HSL color Cylindrical-coordinate representation of color #434D63: hue angle of 221.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434D63 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 77 | 99 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.61 |
| HSL | 221.25º | 0.19% | 0.33% | - |
| HSV(B) | 221.25º | 0.32% | 0.39% | - |
| XYZ | 7.22 | 7.4 | 12.85 | - |
| YUV | 76.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 99 | 0.32 | 0.22 | 0 | 0.61 | 221.25 | 0.19 | 0.33 |
| Hex | 43 | 4D | 63 | 20 | 16 | 0 | 3D | DD | 13 | 21 |
| Octal | 103 | 115 | 143 | 40 | 26 | 0 | 75 | 335 | 23 | 41 |
| Binary | 1000011 | 1001101 | 1100011 | 100000 | 10110 | 0 | 111101 | 11011101 | 10011 | 100001 |
Color Harmonies of #434D63
Complementary color
Monochromatic Colors of #434D63
Black with #434D63
Text Example
Text Example
White with #434D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D63; }
p { color: rgb(67,77,99); }
H1.HeaderClassName
{
color: #434D63;
}
.AnyTagClassName
{
color: #434D63;
}
</style>
background-color css
<style>
a { background-color: #434D63; }
a { background-color: rgb(67,77,99); }
div.DivClassName
{
background-color: #434D63;
}
.BgClassName
{
background-color: #434D63;
}
</style>
border-color css
<style>
span { border-color: #434D63; }
span { border-color: rgb(67,77,99); }
td.TdClassName
{
border-color: #434D63;
}
.TagClassName
{
border-color: #434D63;
}
</style>