Shades of Breaker Bay #47837B
Tints of Breaker Bay #47837B
RGB
CMYK
RGB Variations
Color information
#47837B (or 0x47837B) is known color: Breaker Bay. HEX triplet: 47, 83 and 7B. RGB value is (71,131,123). Sum of RGB (Red+Green+Blue) = 71+131+123=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #47837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47837B is #B87C84. Grayscale: #707070. Windows color (decimal): -12090501 or 8094535. OLE color: 8094535.
HSL color Cylindrical-coordinate representation of color #47837B: hue angle of 172º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47837B is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 123 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.49 |
| HSL | 172º | 0.3% | 0.4% | - |
| HSV(B) | 172º | 0.46% | 0.51% | - |
| XYZ | 14.29 | 19 | 21.65 | - |
| YUV | 112.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 123 | 0.46 | 0 | 0.06 | 0.49 | 172 | 0.3 | 0.4 |
| Hex | 47 | 83 | 7B | 2E | 0 | 6 | 31 | AC | 1E | 28 |
| Octal | 107 | 203 | 173 | 56 | 0 | 6 | 61 | 254 | 36 | 50 |
| Binary | 1000111 | 10000011 | 1111011 | 101110 | 0 | 110 | 110001 | 10101100 | 11110 | 101000 |
Color Harmonies of #47837B
Complementary color
Monochromatic Colors of #47837B
Black with #47837B
Text Example
Text Example
White with #47837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47837B; }
p { color: rgb(71,131,123); }
H1.HeaderClassName
{
color: #47837B;
}
.AnyTagClassName
{
color: #47837B;
}
</style>
background-color css
<style>
a { background-color: #47837B; }
a { background-color: rgb(71,131,123); }
div.DivClassName
{
background-color: #47837B;
}
.BgClassName
{
background-color: #47837B;
}
</style>
border-color css
<style>
span { border-color: #47837B; }
span { border-color: rgb(71,131,123); }
td.TdClassName
{
border-color: #47837B;
}
.TagClassName
{
border-color: #47837B;
}
</style>