Shades of Breaker Bay #4F7C78
Tints of Breaker Bay #4F7C78
RGB
CMYK
RGB Variations
Color information
#4F7C78 (or 0x4F7C78) is known color: Breaker Bay. HEX triplet: 4F, 7C and 78. RGB value is (79,124,120). Sum of RGB (Red+Green+Blue) = 79+124+120=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C78 is #B08387. Grayscale: #6E6E6E. Windows color (decimal): -11568008 or 7896143. OLE color: 7896143.
HSL color Cylindrical-coordinate representation of color #4F7C78: hue angle of 174.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7C78 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 120 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.51 |
| HSL | 174.67º | 0.22% | 0.4% | - |
| HSV(B) | 174.67º | 0.36% | 0.49% | - |
| XYZ | 13.82 | 17.43 | 20.41 | - |
| YUV | 110.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 120 | 0.36 | 0 | 0.03 | 0.51 | 174.67 | 0.22 | 0.4 |
| Hex | 4F | 7C | 78 | 24 | 0 | 3 | 33 | AF | 16 | 28 |
| Octal | 117 | 174 | 170 | 44 | 0 | 3 | 63 | 257 | 26 | 50 |
| Binary | 1001111 | 1111100 | 1111000 | 100100 | 0 | 11 | 110011 | 10101111 | 10110 | 101000 |
Color Harmonies of #4F7C78
Complementary color
Monochromatic Colors of #4F7C78
Black with #4F7C78
Text Example
Text Example
White with #4F7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C78; }
p { color: rgb(79,124,120); }
H1.HeaderClassName
{
color: #4F7C78;
}
.AnyTagClassName
{
color: #4F7C78;
}
</style>
background-color css
<style>
a { background-color: #4F7C78; }
a { background-color: rgb(79,124,120); }
div.DivClassName
{
background-color: #4F7C78;
}
.BgClassName
{
background-color: #4F7C78;
}
</style>
border-color css
<style>
span { border-color: #4F7C78; }
span { border-color: rgb(79,124,120); }
td.TdClassName
{
border-color: #4F7C78;
}
.TagClassName
{
border-color: #4F7C78;
}
</style>