Shades of East Bay #434B6C
Tints of East Bay #434B6C
RGB
CMYK
RGB Variations
Color information
#434B6C (or 0x434B6C) is known color: East Bay. HEX triplet: 43, 4B and 6C. RGB value is (67,75,108). Sum of RGB (Red+Green+Blue) = 67+75+108=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #434B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B6C is #BCB493. Grayscale: #4C4C4C. Windows color (decimal): -12366996 or 7097155. OLE color: 7097155.
HSL color Cylindrical-coordinate representation of color #434B6C: hue angle of 228.29º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #434B6C is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 75 | 108 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.58 |
| HSL | 228.29º | 0.23% | 0.34% | - |
| HSV(B) | 228.29º | 0.38% | 0.42% | - |
| XYZ | 7.54 | 7.31 | 15.2 | - |
| YUV | 76.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 108 | 0.38 | 0.31 | 0 | 0.58 | 228.29 | 0.23 | 0.34 |
| Hex | 43 | 4B | 6C | 26 | 1F | 0 | 3A | E4 | 17 | 22 |
| Octal | 103 | 113 | 154 | 46 | 37 | 0 | 72 | 344 | 27 | 42 |
| Binary | 1000011 | 1001011 | 1101100 | 100110 | 11111 | 0 | 111010 | 11100100 | 10111 | 100010 |
Color Harmonies of #434B6C
Complementary color
Monochromatic Colors of #434B6C
Black with #434B6C
Text Example
Text Example
White with #434B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B6C; }
p { color: rgb(67,75,108); }
H1.HeaderClassName
{
color: #434B6C;
}
.AnyTagClassName
{
color: #434B6C;
}
</style>
background-color css
<style>
a { background-color: #434B6C; }
a { background-color: rgb(67,75,108); }
div.DivClassName
{
background-color: #434B6C;
}
.BgClassName
{
background-color: #434B6C;
}
</style>
border-color css
<style>
span { border-color: #434B6C; }
span { border-color: rgb(67,75,108); }
td.TdClassName
{
border-color: #434B6C;
}
.TagClassName
{
border-color: #434B6C;
}
</style>