Shades of Breaker Bay #4C7E79
Tints of Breaker Bay #4C7E79
RGB
CMYK
RGB Variations
Color information
#4C7E79 (or 0x4C7E79) is known color: Breaker Bay. HEX triplet: 4C, 7E and 79. RGB value is (76,126,121). Sum of RGB (Red+Green+Blue) = 76+126+121=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #4C7E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7E79 is #B38186. Grayscale: #6E6E6E. Windows color (decimal): -11764103 or 7962188. OLE color: 7962188.
HSL color Cylindrical-coordinate representation of color #4C7E79: hue angle of 174º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7E79 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 126 | 121 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.51 |
| HSL | 174º | 0.25% | 0.4% | - |
| HSV(B) | 174º | 0.4% | 0.49% | - |
| XYZ | 13.89 | 17.84 | 20.8 | - |
| YUV | 110.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 121 | 0.40 | 0 | 0.04 | 0.51 | 174 | 0.25 | 0.4 |
| Hex | 4C | 7E | 79 | 28 | 0 | 4 | 33 | AE | 19 | 28 |
| Octal | 114 | 176 | 171 | 50 | 0 | 4 | 63 | 256 | 31 | 50 |
| Binary | 1001100 | 1111110 | 1111001 | 101000 | 0 | 100 | 110011 | 10101110 | 11001 | 101000 |
Color Harmonies of #4C7E79
Complementary color
Monochromatic Colors of #4C7E79
Black with #4C7E79
Text Example
Text Example
White with #4C7E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7E79; }
p { color: rgb(76,126,121); }
H1.HeaderClassName
{
color: #4C7E79;
}
.AnyTagClassName
{
color: #4C7E79;
}
</style>
background-color css
<style>
a { background-color: #4C7E79; }
a { background-color: rgb(76,126,121); }
div.DivClassName
{
background-color: #4C7E79;
}
.BgClassName
{
background-color: #4C7E79;
}
</style>
border-color css
<style>
span { border-color: #4C7E79; }
span { border-color: rgb(76,126,121); }
td.TdClassName
{
border-color: #4C7E79;
}
.TagClassName
{
border-color: #4C7E79;
}
</style>