Shades of Breaker Bay #4C807C
Tints of Breaker Bay #4C807C
RGB
CMYK
RGB Variations
Color information
#4C807C (or 0x4C807C) is known color: Breaker Bay. HEX triplet: 4C, 80 and 7C. RGB value is (76,128,124). Sum of RGB (Red+Green+Blue) = 76+128+124=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #4C807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C807C is #B37F83. Grayscale: #6F6F6F. Windows color (decimal): -11763588 or 8159308. OLE color: 8159308.
HSL color Cylindrical-coordinate representation of color #4C807C: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C807C is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 128 | 124 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.50 |
| HSL | 175.38º | 0.25% | 0.4% | - |
| HSV(B) | 175.38º | 0.41% | 0.5% | - |
| XYZ | 14.34 | 18.43 | 21.87 | - |
| YUV | 112 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 124 | 0.41 | 0 | 0.03 | 0.50 | 175.38 | 0.25 | 0.4 |
| Hex | 4C | 80 | 7C | 29 | 0 | 3 | 32 | AF | 19 | 28 |
| Octal | 114 | 200 | 174 | 51 | 0 | 3 | 62 | 257 | 31 | 50 |
| Binary | 1001100 | 10000000 | 1111100 | 101001 | 0 | 11 | 110010 | 10101111 | 11001 | 101000 |
Color Harmonies of #4C807C
Complementary color
Monochromatic Colors of #4C807C
Black with #4C807C
Text Example
Text Example
White with #4C807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C807C; }
p { color: rgb(76,128,124); }
H1.HeaderClassName
{
color: #4C807C;
}
.AnyTagClassName
{
color: #4C807C;
}
</style>
background-color css
<style>
a { background-color: #4C807C; }
a { background-color: rgb(76,128,124); }
div.DivClassName
{
background-color: #4C807C;
}
.BgClassName
{
background-color: #4C807C;
}
</style>
border-color css
<style>
span { border-color: #4C807C; }
span { border-color: rgb(76,128,124); }
td.TdClassName
{
border-color: #4C807C;
}
.TagClassName
{
border-color: #4C807C;
}
</style>