Shades of Breaker Bay #4F7D7D
Tints of Breaker Bay #4F7D7D
RGB
CMYK
RGB Variations
Color information
#4F7D7D (or 0x4F7D7D) is known color: Breaker Bay. HEX triplet: 4F, 7D and 7D. RGB value is (79,125,125). Sum of RGB (Red+Green+Blue) = 79+125+125=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #4F7D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7D7D is #B08282. Grayscale: #6F6F6F. Windows color (decimal): -11567747 or 8224079. OLE color: 8224079.
HSL color Cylindrical-coordinate representation of color #4F7D7D: hue angle of 180º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F7D7D is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 125 | 125 | - |
| CMYK | 0.37 | 0 | 0 | 0.51 |
| HSL | 180º | 0.23% | 0.4% | - |
| HSV(B) | 180º | 0.37% | 0.49% | - |
| XYZ | 14.26 | 17.81 | 22.09 | - |
| YUV | 111.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 125 | 0.37 | 0 | 0 | 0.51 | 180 | 0.23 | 0.4 |
| Hex | 4F | 7D | 7D | 25 | 0 | 0 | 33 | B4 | 17 | 28 |
| Octal | 117 | 175 | 175 | 45 | 0 | 0 | 63 | 264 | 27 | 50 |
| Binary | 1001111 | 1111101 | 1111101 | 100101 | 0 | 0 | 110011 | 10110100 | 10111 | 101000 |
Color Harmonies of #4F7D7D
Complementary color
Monochromatic Colors of #4F7D7D
Black with #4F7D7D
Text Example
Text Example
White with #4F7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7D7D; }
p { color: rgb(79,125,125); }
H1.HeaderClassName
{
color: #4F7D7D;
}
.AnyTagClassName
{
color: #4F7D7D;
}
</style>
background-color css
<style>
a { background-color: #4F7D7D; }
a { background-color: rgb(79,125,125); }
div.DivClassName
{
background-color: #4F7D7D;
}
.BgClassName
{
background-color: #4F7D7D;
}
</style>
border-color css
<style>
span { border-color: #4F7D7D; }
span { border-color: rgb(79,125,125); }
td.TdClassName
{
border-color: #4F7D7D;
}
.TagClassName
{
border-color: #4F7D7D;
}
</style>