Shades of East Bay #434E68
Tints of East Bay #434E68
RGB
CMYK
RGB Variations
Color information
#434E68 (or 0x434E68) is known color: East Bay. HEX triplet: 43, 4E and 68. RGB value is (67,78,104). Sum of RGB (Red+Green+Blue) = 67+78+104=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #434E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E68 is #BCB197. Grayscale: #4D4D4D. Windows color (decimal): -12366232 or 6835779. OLE color: 6835779.
HSL color Cylindrical-coordinate representation of color #434E68: hue angle of 222.16º 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 #434E68 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 78 | 104 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.59 |
| HSL | 222.16º | 0.22% | 0.34% | - |
| HSV(B) | 222.16º | 0.36% | 0.41% | - |
| XYZ | 7.54 | 7.64 | 14.17 | - |
| YUV | 77.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 104 | 0.36 | 0.25 | 0 | 0.59 | 222.16 | 0.22 | 0.34 |
| Hex | 43 | 4E | 68 | 24 | 19 | 0 | 3B | DE | 16 | 22 |
| Octal | 103 | 116 | 150 | 44 | 31 | 0 | 73 | 336 | 26 | 42 |
| Binary | 1000011 | 1001110 | 1101000 | 100100 | 11001 | 0 | 111011 | 11011110 | 10110 | 100010 |
Color Harmonies of #434E68
Complementary color
Monochromatic Colors of #434E68
Black with #434E68
Text Example
Text Example
White with #434E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E68; }
p { color: rgb(67,78,104); }
H1.HeaderClassName
{
color: #434E68;
}
.AnyTagClassName
{
color: #434E68;
}
</style>
background-color css
<style>
a { background-color: #434E68; }
a { background-color: rgb(67,78,104); }
div.DivClassName
{
background-color: #434E68;
}
.BgClassName
{
background-color: #434E68;
}
</style>
border-color css
<style>
span { border-color: #434E68; }
span { border-color: rgb(67,78,104); }
td.TdClassName
{
border-color: #434E68;
}
.TagClassName
{
border-color: #434E68;
}
</style>