Shades of Breaker Bay #4F847C
Tints of Breaker Bay #4F847C
RGB
CMYK
RGB Variations
Color information
#4F847C (or 0x4F847C) is known color: Breaker Bay. HEX triplet: 4F, 84 and 7C. RGB value is (79,132,124). Sum of RGB (Red+Green+Blue) = 79+132+124=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #4F847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F847C is #B07B83. Grayscale: #737373. Windows color (decimal): -11565956 or 8160335. OLE color: 8160335.
HSL color Cylindrical-coordinate representation of color #4F847C: hue angle of 170.94º 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 #4F847C is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 124 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.48 |
| HSL | 170.94º | 0.25% | 0.41% | - |
| HSV(B) | 170.94º | 0.4% | 0.52% | - |
| XYZ | 15.11 | 19.62 | 22.06 | - |
| YUV | 115.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 124 | 0.40 | 0 | 0.06 | 0.48 | 170.94 | 0.25 | 0.41 |
| Hex | 4F | 84 | 7C | 28 | 0 | 6 | 30 | AB | 19 | 29 |
| Octal | 117 | 204 | 174 | 50 | 0 | 6 | 60 | 253 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1111100 | 101000 | 0 | 110 | 110000 | 10101011 | 11001 | 101001 |
Color Harmonies of #4F847C
Complementary color
Monochromatic Colors of #4F847C
Black with #4F847C
Text Example
Text Example
White with #4F847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F847C; }
p { color: rgb(79,132,124); }
H1.HeaderClassName
{
color: #4F847C;
}
.AnyTagClassName
{
color: #4F847C;
}
</style>
background-color css
<style>
a { background-color: #4F847C; }
a { background-color: rgb(79,132,124); }
div.DivClassName
{
background-color: #4F847C;
}
.BgClassName
{
background-color: #4F847C;
}
</style>
border-color css
<style>
span { border-color: #4F847C; }
span { border-color: rgb(79,132,124); }
td.TdClassName
{
border-color: #4F847C;
}
.TagClassName
{
border-color: #4F847C;
}
</style>