Shades of Breaker Bay #48837C
Tints of Breaker Bay #48837C
RGB
CMYK
RGB Variations
Color information
#48837C (or 0x48837C) is known color: Breaker Bay. HEX triplet: 48, 83 and 7C. RGB value is (72,131,124). Sum of RGB (Red+Green+Blue) = 72+131+124=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #48837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48837C is #B77C83. Grayscale: #707070. Windows color (decimal): -12024964 or 8160072. OLE color: 8160072.
HSL color Cylindrical-coordinate representation of color #48837C: hue angle of 172.88º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48837C is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 124 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.49 |
| HSL | 172.88º | 0.29% | 0.4% | - |
| HSV(B) | 172.88º | 0.45% | 0.51% | - |
| XYZ | 14.43 | 19.07 | 21.99 | - |
| YUV | 112.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 124 | 0.45 | 0 | 0.05 | 0.49 | 172.88 | 0.29 | 0.4 |
| Hex | 48 | 83 | 7C | 2D | 0 | 5 | 31 | AD | 1D | 28 |
| Octal | 110 | 203 | 174 | 55 | 0 | 5 | 61 | 255 | 35 | 50 |
| Binary | 1001000 | 10000011 | 1111100 | 101101 | 0 | 101 | 110001 | 10101101 | 11101 | 101000 |
Color Harmonies of #48837C
Complementary color
Monochromatic Colors of #48837C
Black with #48837C
Text Example
Text Example
White with #48837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48837C; }
p { color: rgb(72,131,124); }
H1.HeaderClassName
{
color: #48837C;
}
.AnyTagClassName
{
color: #48837C;
}
</style>
background-color css
<style>
a { background-color: #48837C; }
a { background-color: rgb(72,131,124); }
div.DivClassName
{
background-color: #48837C;
}
.BgClassName
{
background-color: #48837C;
}
</style>
border-color css
<style>
span { border-color: #48837C; }
span { border-color: rgb(72,131,124); }
td.TdClassName
{
border-color: #48837C;
}
.TagClassName
{
border-color: #48837C;
}
</style>