Shades of Breaker Bay #4F847E
Tints of Breaker Bay #4F847E
RGB
CMYK
RGB Variations
Color information
#4F847E (or 0x4F847E) is known color: Breaker Bay. HEX triplet: 4F, 84 and 7E. RGB value is (79,132,126). Sum of RGB (Red+Green+Blue) = 79+132+126=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #4F847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F847E is #B07B81. Grayscale: #737373. Windows color (decimal): -11565954 or 8291407. OLE color: 8291407.
HSL color Cylindrical-coordinate representation of color #4F847E: hue angle of 173.21º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F847E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 126 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.48 |
| HSL | 173.21º | 0.25% | 0.41% | - |
| HSV(B) | 173.21º | 0.4% | 0.52% | - |
| XYZ | 15.24 | 19.67 | 22.73 | - |
| YUV | 115.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 126 | 0.40 | 0 | 0.05 | 0.48 | 173.21 | 0.25 | 0.41 |
| Hex | 4F | 84 | 7E | 28 | 0 | 5 | 30 | AD | 19 | 29 |
| Octal | 117 | 204 | 176 | 50 | 0 | 5 | 60 | 255 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1111110 | 101000 | 0 | 101 | 110000 | 10101101 | 11001 | 101001 |
Color Harmonies of #4F847E
Complementary color
Monochromatic Colors of #4F847E
Black with #4F847E
Text Example
Text Example
White with #4F847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F847E; }
p { color: rgb(79,132,126); }
H1.HeaderClassName
{
color: #4F847E;
}
.AnyTagClassName
{
color: #4F847E;
}
</style>
background-color css
<style>
a { background-color: #4F847E; }
a { background-color: rgb(79,132,126); }
div.DivClassName
{
background-color: #4F847E;
}
.BgClassName
{
background-color: #4F847E;
}
</style>
border-color css
<style>
span { border-color: #4F847E; }
span { border-color: rgb(79,132,126); }
td.TdClassName
{
border-color: #4F847E;
}
.TagClassName
{
border-color: #4F847E;
}
</style>