Shades of Breaker Bay #4F807A
Tints of Breaker Bay #4F807A
RGB
CMYK
RGB Variations
Color information
#4F807A (or 0x4F807A) is known color: Breaker Bay. HEX triplet: 4F, 80 and 7A. RGB value is (79,128,122). Sum of RGB (Red+Green+Blue) = 79+128+122=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #4F807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F807A is #B07F85. Grayscale: #707070. Windows color (decimal): -11566982 or 8028239. OLE color: 8028239.
HSL color Cylindrical-coordinate representation of color #4F807A: hue angle of 172.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F807A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 128 | 122 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.50 |
| HSL | 172.65º | 0.24% | 0.41% | - |
| HSV(B) | 172.65º | 0.38% | 0.5% | - |
| XYZ | 14.46 | 18.51 | 21.22 | - |
| YUV | 112.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 122 | 0.38 | 0 | 0.05 | 0.50 | 172.65 | 0.24 | 0.41 |
| Hex | 4F | 80 | 7A | 26 | 0 | 5 | 32 | AD | 18 | 29 |
| Octal | 117 | 200 | 172 | 46 | 0 | 5 | 62 | 255 | 30 | 51 |
| Binary | 1001111 | 10000000 | 1111010 | 100110 | 0 | 101 | 110010 | 10101101 | 11000 | 101001 |
Color Harmonies of #4F807A
Complementary color
Monochromatic Colors of #4F807A
Black with #4F807A
Text Example
Text Example
White with #4F807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F807A; }
p { color: rgb(79,128,122); }
H1.HeaderClassName
{
color: #4F807A;
}
.AnyTagClassName
{
color: #4F807A;
}
</style>
background-color css
<style>
a { background-color: #4F807A; }
a { background-color: rgb(79,128,122); }
div.DivClassName
{
background-color: #4F807A;
}
.BgClassName
{
background-color: #4F807A;
}
</style>
border-color css
<style>
span { border-color: #4F807A; }
span { border-color: rgb(79,128,122); }
td.TdClassName
{
border-color: #4F807A;
}
.TagClassName
{
border-color: #4F807A;
}
</style>