Shades of Breaker Bay #4D8076
Tints of Breaker Bay #4D8076
RGB
CMYK
RGB Variations
Color information
#4D8076 (or 0x4D8076) is known color: Breaker Bay. HEX triplet: 4D, 80 and 76. RGB value is (77,128,118). Sum of RGB (Red+Green+Blue) = 77+128+118=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8076 is #B27F89. Grayscale: #6F6F6F. Windows color (decimal): -11698058 or 7766093. OLE color: 7766093.
HSL color Cylindrical-coordinate representation of color #4D8076: hue angle of 168.24º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8076 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 118 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.50 |
| HSL | 168.24º | 0.25% | 0.4% | - |
| HSV(B) | 168.24º | 0.4% | 0.5% | - |
| XYZ | 14.05 | 18.32 | 19.94 | - |
| YUV | 111.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 118 | 0.40 | 0 | 0.08 | 0.50 | 168.24 | 0.25 | 0.4 |
| Hex | 4D | 80 | 76 | 28 | 0 | 8 | 32 | A8 | 19 | 28 |
| Octal | 115 | 200 | 166 | 50 | 0 | 10 | 62 | 250 | 31 | 50 |
| Binary | 1001101 | 10000000 | 1110110 | 101000 | 0 | 1000 | 110010 | 10101000 | 11001 | 101000 |
Color Harmonies of #4D8076
Complementary color
Monochromatic Colors of #4D8076
Black with #4D8076
Text Example
Text Example
White with #4D8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8076; }
p { color: rgb(77,128,118); }
H1.HeaderClassName
{
color: #4D8076;
}
.AnyTagClassName
{
color: #4D8076;
}
</style>
background-color css
<style>
a { background-color: #4D8076; }
a { background-color: rgb(77,128,118); }
div.DivClassName
{
background-color: #4D8076;
}
.BgClassName
{
background-color: #4D8076;
}
</style>
border-color css
<style>
span { border-color: #4D8076; }
span { border-color: rgb(77,128,118); }
td.TdClassName
{
border-color: #4D8076;
}
.TagClassName
{
border-color: #4D8076;
}
</style>