Shades of East Bay #434C6B
Tints of East Bay #434C6B
RGB
CMYK
RGB Variations
Color information
#434C6B (or 0x434C6B) is known color: East Bay. HEX triplet: 43, 4C and 6B. RGB value is (67,76,107). Sum of RGB (Red+Green+Blue) = 67+76+107=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #434C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C6B is #BCB394. Grayscale: #4C4C4C. Windows color (decimal): -12366741 or 7031875. OLE color: 7031875.
HSL color Cylindrical-coordinate representation of color #434C6B: hue angle of 226.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #434C6B is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 76 | 107 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.58 |
| HSL | 226.5º | 0.23% | 0.34% | - |
| HSV(B) | 226.5º | 0.37% | 0.42% | - |
| XYZ | 7.55 | 7.42 | 14.94 | - |
| YUV | 76.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 107 | 0.37 | 0.29 | 0 | 0.58 | 226.5 | 0.23 | 0.34 |
| Hex | 43 | 4C | 6B | 25 | 1D | 0 | 3A | E2 | 17 | 22 |
| Octal | 103 | 114 | 153 | 45 | 35 | 0 | 72 | 342 | 27 | 42 |
| Binary | 1000011 | 1001100 | 1101011 | 100101 | 11101 | 0 | 111010 | 11100010 | 10111 | 100010 |
Color Harmonies of #434C6B
Complementary color
Monochromatic Colors of #434C6B
Black with #434C6B
Text Example
Text Example
White with #434C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C6B; }
p { color: rgb(67,76,107); }
H1.HeaderClassName
{
color: #434C6B;
}
.AnyTagClassName
{
color: #434C6B;
}
</style>
background-color css
<style>
a { background-color: #434C6B; }
a { background-color: rgb(67,76,107); }
div.DivClassName
{
background-color: #434C6B;
}
.BgClassName
{
background-color: #434C6B;
}
</style>
border-color css
<style>
span { border-color: #434C6B; }
span { border-color: rgb(67,76,107); }
td.TdClassName
{
border-color: #434C6B;
}
.TagClassName
{
border-color: #434C6B;
}
</style>