Shades of Breaker Bay #4F827E
Tints of Breaker Bay #4F827E
RGB
CMYK
RGB Variations
Color information
#4F827E (or 0x4F827E) is known color: Breaker Bay. HEX triplet: 4F, 82 and 7E. RGB value is (79,130,126). Sum of RGB (Red+Green+Blue) = 79+130+126=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #4F827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F827E is #B07D81. Grayscale: #727272. Windows color (decimal): -11566466 or 8290895. OLE color: 8290895.
HSL color Cylindrical-coordinate representation of color #4F827E: hue angle of 175.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F827E is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 130 | 126 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.49 |
| HSL | 175.29º | 0.24% | 0.41% | - |
| HSV(B) | 175.29º | 0.39% | 0.51% | - |
| XYZ | 14.97 | 19.13 | 22.64 | - |
| YUV | 114.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 130 | 126 | 0.39 | 0 | 0.03 | 0.49 | 175.29 | 0.24 | 0.41 |
| Hex | 4F | 82 | 7E | 27 | 0 | 3 | 31 | AF | 18 | 29 |
| Octal | 117 | 202 | 176 | 47 | 0 | 3 | 61 | 257 | 30 | 51 |
| Binary | 1001111 | 10000010 | 1111110 | 100111 | 0 | 11 | 110001 | 10101111 | 11000 | 101001 |
Color Harmonies of #4F827E
Complementary color
Monochromatic Colors of #4F827E
Black with #4F827E
Text Example
Text Example
White with #4F827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F827E; }
p { color: rgb(79,130,126); }
H1.HeaderClassName
{
color: #4F827E;
}
.AnyTagClassName
{
color: #4F827E;
}
</style>
background-color css
<style>
a { background-color: #4F827E; }
a { background-color: rgb(79,130,126); }
div.DivClassName
{
background-color: #4F827E;
}
.BgClassName
{
background-color: #4F827E;
}
</style>
border-color css
<style>
span { border-color: #4F827E; }
span { border-color: rgb(79,130,126); }
td.TdClassName
{
border-color: #4F827E;
}
.TagClassName
{
border-color: #4F827E;
}
</style>