Shades of Breaker Bay #4F7577
Tints of Breaker Bay #4F7577
RGB
CMYK
RGB Variations
Color information
#4F7577 (or 0x4F7577) is known color: Breaker Bay. HEX triplet: 4F, 75 and 77. RGB value is (79,117,119). Sum of RGB (Red+Green+Blue) = 79+117+119=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F7577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7577 is #B08A88. Grayscale: #696969. Windows color (decimal): -11569801 or 7828815. OLE color: 7828815.
HSL color Cylindrical-coordinate representation of color #4F7577: hue angle of 183º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7577 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 117 | 119 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.53 |
| HSL | 183º | 0.2% | 0.39% | - |
| HSV(B) | 183º | 0.34% | 0.47% | - |
| XYZ | 12.92 | 15.72 | 19.81 | - |
| YUV | 105.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 119 | 0.34 | 0.02 | 0 | 0.53 | 183 | 0.2 | 0.39 |
| Hex | 4F | 75 | 77 | 22 | 2 | 0 | 35 | B7 | 14 | 27 |
| Octal | 117 | 165 | 167 | 42 | 2 | 0 | 65 | 267 | 24 | 47 |
| Binary | 1001111 | 1110101 | 1110111 | 100010 | 10 | 0 | 110101 | 10110111 | 10100 | 100111 |
Color Harmonies of #4F7577
Complementary color
Monochromatic Colors of #4F7577
Black with #4F7577
Text Example
Text Example
White with #4F7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7577; }
p { color: rgb(79,117,119); }
H1.HeaderClassName
{
color: #4F7577;
}
.AnyTagClassName
{
color: #4F7577;
}
</style>
background-color css
<style>
a { background-color: #4F7577; }
a { background-color: rgb(79,117,119); }
div.DivClassName
{
background-color: #4F7577;
}
.BgClassName
{
background-color: #4F7577;
}
</style>
border-color css
<style>
span { border-color: #4F7577; }
span { border-color: rgb(79,117,119); }
td.TdClassName
{
border-color: #4F7577;
}
.TagClassName
{
border-color: #4F7577;
}
</style>