Shades of East Bay #434C69
Tints of East Bay #434C69
RGB
CMYK
RGB Variations
Color information
#434C69 (or 0x434C69) is known color: East Bay. HEX triplet: 43, 4C and 69. RGB value is (67,76,105). Sum of RGB (Red+Green+Blue) = 67+76+105=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #434C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C69 is #BCB396. Grayscale: #4C4C4C. Windows color (decimal): -12366743 or 6900803. OLE color: 6900803.
HSL color Cylindrical-coordinate representation of color #434C69: hue angle of 225.79º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #434C69 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 76 | 105 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.59 |
| HSL | 225.79º | 0.22% | 0.34% | - |
| HSV(B) | 225.79º | 0.36% | 0.41% | - |
| XYZ | 7.45 | 7.38 | 14.4 | - |
| YUV | 76.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 105 | 0.36 | 0.28 | 0 | 0.59 | 225.79 | 0.22 | 0.34 |
| Hex | 43 | 4C | 69 | 24 | 1C | 0 | 3B | E2 | 16 | 22 |
| Octal | 103 | 114 | 151 | 44 | 34 | 0 | 73 | 342 | 26 | 42 |
| Binary | 1000011 | 1001100 | 1101001 | 100100 | 11100 | 0 | 111011 | 11100010 | 10110 | 100010 |
Color Harmonies of #434C69
Complementary color
Monochromatic Colors of #434C69
Black with #434C69
Text Example
Text Example
White with #434C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C69; }
p { color: rgb(67,76,105); }
H1.HeaderClassName
{
color: #434C69;
}
.AnyTagClassName
{
color: #434C69;
}
</style>
background-color css
<style>
a { background-color: #434C69; }
a { background-color: rgb(67,76,105); }
div.DivClassName
{
background-color: #434C69;
}
.BgClassName
{
background-color: #434C69;
}
</style>
border-color css
<style>
span { border-color: #434C69; }
span { border-color: rgb(67,76,105); }
td.TdClassName
{
border-color: #434C69;
}
.TagClassName
{
border-color: #434C69;
}
</style>