Shades of Breaker Bay #49847B
Tints of Breaker Bay #49847B
RGB
CMYK
RGB Variations
Color information
#49847B (or 0x49847B) is known color: Breaker Bay. HEX triplet: 49, 84 and 7B. RGB value is (73,132,123). Sum of RGB (Red+Green+Blue) = 73+132+123=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #49847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49847B is #B67B84. Grayscale: #717171. Windows color (decimal): -11959173 or 8094793. OLE color: 8094793.
HSL color Cylindrical-coordinate representation of color #49847B: hue angle of 170.85º 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 #49847B is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 123 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.48 |
| HSL | 170.85º | 0.29% | 0.4% | - |
| HSV(B) | 170.85º | 0.45% | 0.52% | - |
| XYZ | 14.57 | 19.35 | 21.71 | - |
| YUV | 113.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 123 | 0.45 | 0 | 0.07 | 0.48 | 170.85 | 0.29 | 0.4 |
| Hex | 49 | 84 | 7B | 2D | 0 | 7 | 30 | AB | 1D | 28 |
| Octal | 111 | 204 | 173 | 55 | 0 | 7 | 60 | 253 | 35 | 50 |
| Binary | 1001001 | 10000100 | 1111011 | 101101 | 0 | 111 | 110000 | 10101011 | 11101 | 101000 |
Color Harmonies of #49847B
Complementary color
Monochromatic Colors of #49847B
Black with #49847B
Text Example
Text Example
White with #49847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49847B; }
p { color: rgb(73,132,123); }
H1.HeaderClassName
{
color: #49847B;
}
.AnyTagClassName
{
color: #49847B;
}
</style>
background-color css
<style>
a { background-color: #49847B; }
a { background-color: rgb(73,132,123); }
div.DivClassName
{
background-color: #49847B;
}
.BgClassName
{
background-color: #49847B;
}
</style>
border-color css
<style>
span { border-color: #49847B; }
span { border-color: rgb(73,132,123); }
td.TdClassName
{
border-color: #49847B;
}
.TagClassName
{
border-color: #49847B;
}
</style>