Shades of East Bay #434F6D
Tints of East Bay #434F6D
RGB
CMYK
RGB Variations
Color information
#434F6D (or 0x434F6D) is known color: East Bay. HEX triplet: 43, 4F and 6D. RGB value is (67,79,109). Sum of RGB (Red+Green+Blue) = 67+79+109=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #434F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F6D is #BCB092. Grayscale: #4E4E4E. Windows color (decimal): -12365971 or 7163715. OLE color: 7163715.
HSL color Cylindrical-coordinate representation of color #434F6D: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434F6D is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 79 | 109 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.57 |
| HSL | 222.86º | 0.24% | 0.35% | - |
| HSV(B) | 222.86º | 0.39% | 0.43% | - |
| XYZ | 7.87 | 7.89 | 15.58 | - |
| YUV | 78.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 109 | 0.39 | 0.28 | 0 | 0.57 | 222.86 | 0.24 | 0.35 |
| Hex | 43 | 4F | 6D | 27 | 1C | 0 | 39 | DF | 18 | 23 |
| Octal | 103 | 117 | 155 | 47 | 34 | 0 | 71 | 337 | 30 | 43 |
| Binary | 1000011 | 1001111 | 1101101 | 100111 | 11100 | 0 | 111001 | 11011111 | 11000 | 100011 |
Color Harmonies of #434F6D
Complementary color
Monochromatic Colors of #434F6D
Black with #434F6D
Text Example
Text Example
White with #434F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F6D; }
p { color: rgb(67,79,109); }
H1.HeaderClassName
{
color: #434F6D;
}
.AnyTagClassName
{
color: #434F6D;
}
</style>
background-color css
<style>
a { background-color: #434F6D; }
a { background-color: rgb(67,79,109); }
div.DivClassName
{
background-color: #434F6D;
}
.BgClassName
{
background-color: #434F6D;
}
</style>
border-color css
<style>
span { border-color: #434F6D; }
span { border-color: rgb(67,79,109); }
td.TdClassName
{
border-color: #434F6D;
}
.TagClassName
{
border-color: #434F6D;
}
</style>