Shades of Breaker Bay #4C837D
Tints of Breaker Bay #4C837D
RGB
CMYK
RGB Variations
Color information
#4C837D (or 0x4C837D) is known color: Breaker Bay. HEX triplet: 4C, 83 and 7D. RGB value is (76,131,125). Sum of RGB (Red+Green+Blue) = 76+131+125=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #4C837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C837D is #B37C82. Grayscale: #717171. Windows color (decimal): -11762819 or 8225612. OLE color: 8225612.
HSL color Cylindrical-coordinate representation of color #4C837D: hue angle of 173.45º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C837D is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 125 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.49 |
| HSL | 173.45º | 0.27% | 0.41% | - |
| HSV(B) | 173.45º | 0.42% | 0.51% | - |
| XYZ | 14.8 | 19.25 | 22.34 | - |
| YUV | 113.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 125 | 0.42 | 0 | 0.05 | 0.49 | 173.45 | 0.27 | 0.41 |
| Hex | 4C | 83 | 7D | 2A | 0 | 5 | 31 | AD | 1B | 29 |
| Octal | 114 | 203 | 175 | 52 | 0 | 5 | 61 | 255 | 33 | 51 |
| Binary | 1001100 | 10000011 | 1111101 | 101010 | 0 | 101 | 110001 | 10101101 | 11011 | 101001 |
Color Harmonies of #4C837D
Complementary color
Monochromatic Colors of #4C837D
Black with #4C837D
Text Example
Text Example
White with #4C837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C837D; }
p { color: rgb(76,131,125); }
H1.HeaderClassName
{
color: #4C837D;
}
.AnyTagClassName
{
color: #4C837D;
}
</style>
background-color css
<style>
a { background-color: #4C837D; }
a { background-color: rgb(76,131,125); }
div.DivClassName
{
background-color: #4C837D;
}
.BgClassName
{
background-color: #4C837D;
}
</style>
border-color css
<style>
span { border-color: #4C837D; }
span { border-color: rgb(76,131,125); }
td.TdClassName
{
border-color: #4C837D;
}
.TagClassName
{
border-color: #4C837D;
}
</style>