Shades of East Bay #434F68
Tints of East Bay #434F68
RGB
CMYK
RGB Variations
Color information
#434F68 (or 0x434F68) is known color: East Bay. HEX triplet: 43, 4F and 68. RGB value is (67,79,104). Sum of RGB (Red+Green+Blue) = 67+79+104=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #434F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F68 is #BCB097. Grayscale: #4E4E4E. Windows color (decimal): -12365976 or 6836035. OLE color: 6836035.
HSL color Cylindrical-coordinate representation of color #434F68: hue angle of 220.54º 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 #434F68 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 79 | 104 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.59 |
| HSL | 220.54º | 0.22% | 0.34% | - |
| HSV(B) | 220.54º | 0.36% | 0.41% | - |
| XYZ | 7.61 | 7.78 | 14.2 | - |
| YUV | 78.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 104 | 0.36 | 0.24 | 0 | 0.59 | 220.54 | 0.22 | 0.34 |
| Hex | 43 | 4F | 68 | 24 | 18 | 0 | 3B | DD | 16 | 22 |
| Octal | 103 | 117 | 150 | 44 | 30 | 0 | 73 | 335 | 26 | 42 |
| Binary | 1000011 | 1001111 | 1101000 | 100100 | 11000 | 0 | 111011 | 11011101 | 10110 | 100010 |
Color Harmonies of #434F68
Complementary color
Monochromatic Colors of #434F68
Black with #434F68
Text Example
Text Example
White with #434F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F68; }
p { color: rgb(67,79,104); }
H1.HeaderClassName
{
color: #434F68;
}
.AnyTagClassName
{
color: #434F68;
}
</style>
background-color css
<style>
a { background-color: #434F68; }
a { background-color: rgb(67,79,104); }
div.DivClassName
{
background-color: #434F68;
}
.BgClassName
{
background-color: #434F68;
}
</style>
border-color css
<style>
span { border-color: #434F68; }
span { border-color: rgb(67,79,104); }
td.TdClassName
{
border-color: #434F68;
}
.TagClassName
{
border-color: #434F68;
}
</style>