Shades of Breaker Bay #4D8480
Tints of Breaker Bay #4D8480
RGB
CMYK
RGB Variations
Color information
#4D8480 (or 0x4D8480) is known color: Breaker Bay. HEX triplet: 4D, 84 and 80. RGB value is (77,132,128). Sum of RGB (Red+Green+Blue) = 77+132+128=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #4D8480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8480 is #B27B7F. Grayscale: #737373. Windows color (decimal): -11697024 or 8422477. OLE color: 8422477.
HSL color Cylindrical-coordinate representation of color #4D8480: hue angle of 175.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D8480 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 128 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.48 |
| HSL | 175.64º | 0.26% | 0.41% | - |
| HSV(B) | 175.64º | 0.42% | 0.52% | - |
| XYZ | 15.21 | 19.64 | 23.41 | - |
| YUV | 115.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 128 | 0.42 | 0 | 0.03 | 0.48 | 175.64 | 0.26 | 0.41 |
| Hex | 4D | 84 | 80 | 2A | 0 | 3 | 30 | B0 | 1A | 29 |
| Octal | 115 | 204 | 200 | 52 | 0 | 3 | 60 | 260 | 32 | 51 |
| Binary | 1001101 | 10000100 | 10000000 | 101010 | 0 | 11 | 110000 | 10110000 | 11010 | 101001 |
Color Harmonies of #4D8480
Complementary color
Monochromatic Colors of #4D8480
Black with #4D8480
Text Example
Text Example
White with #4D8480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8480; }
p { color: rgb(77,132,128); }
H1.HeaderClassName
{
color: #4D8480;
}
.AnyTagClassName
{
color: #4D8480;
}
</style>
background-color css
<style>
a { background-color: #4D8480; }
a { background-color: rgb(77,132,128); }
div.DivClassName
{
background-color: #4D8480;
}
.BgClassName
{
background-color: #4D8480;
}
</style>
border-color css
<style>
span { border-color: #4D8480; }
span { border-color: rgb(77,132,128); }
td.TdClassName
{
border-color: #4D8480;
}
.TagClassName
{
border-color: #4D8480;
}
</style>