Shades of Breaker Bay #49847C
Tints of Breaker Bay #49847C
RGB
CMYK
RGB Variations
Color information
#49847C (or 0x49847C) is known color: Breaker Bay. HEX triplet: 49, 84 and 7C. RGB value is (73,132,124). Sum of RGB (Red+Green+Blue) = 73+132+124=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #49847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49847C is #B67B83. Grayscale: #717171. Windows color (decimal): -11959172 or 8160329. OLE color: 8160329.
HSL color Cylindrical-coordinate representation of color #49847C: hue angle of 171.86º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49847C is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 124 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.48 |
| HSL | 171.86º | 0.29% | 0.4% | - |
| HSV(B) | 171.86º | 0.45% | 0.52% | - |
| XYZ | 14.64 | 19.37 | 22.04 | - |
| YUV | 113.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 124 | 0.45 | 0 | 0.06 | 0.48 | 171.86 | 0.29 | 0.4 |
| Hex | 49 | 84 | 7C | 2D | 0 | 6 | 30 | AC | 1D | 28 |
| Octal | 111 | 204 | 174 | 55 | 0 | 6 | 60 | 254 | 35 | 50 |
| Binary | 1001001 | 10000100 | 1111100 | 101101 | 0 | 110 | 110000 | 10101100 | 11101 | 101000 |
Color Harmonies of #49847C
Complementary color
Monochromatic Colors of #49847C
Black with #49847C
Text Example
Text Example
White with #49847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49847C; }
p { color: rgb(73,132,124); }
H1.HeaderClassName
{
color: #49847C;
}
.AnyTagClassName
{
color: #49847C;
}
</style>
background-color css
<style>
a { background-color: #49847C; }
a { background-color: rgb(73,132,124); }
div.DivClassName
{
background-color: #49847C;
}
.BgClassName
{
background-color: #49847C;
}
</style>
border-color css
<style>
span { border-color: #49847C; }
span { border-color: rgb(73,132,124); }
td.TdClassName
{
border-color: #49847C;
}
.TagClassName
{
border-color: #49847C;
}
</style>