Shades of Breaker Bay #4F827D
Tints of Breaker Bay #4F827D
RGB
CMYK
RGB Variations
Color information
#4F827D (or 0x4F827D) is known color: Breaker Bay. HEX triplet: 4F, 82 and 7D. RGB value is (79,130,125). Sum of RGB (Red+Green+Blue) = 79+130+125=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #4F827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F827D is #B07D82. Grayscale: #727272. Windows color (decimal): -11566467 or 8225359. OLE color: 8225359.
HSL color Cylindrical-coordinate representation of color #4F827D: hue angle of 174.12º 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 #4F827D is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 130 | 125 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.49 |
| HSL | 174.12º | 0.24% | 0.41% | - |
| HSV(B) | 174.12º | 0.39% | 0.51% | - |
| XYZ | 14.91 | 19.11 | 22.3 | - |
| YUV | 114.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 130 | 125 | 0.39 | 0 | 0.04 | 0.49 | 174.12 | 0.24 | 0.41 |
| Hex | 4F | 82 | 7D | 27 | 0 | 4 | 31 | AE | 18 | 29 |
| Octal | 117 | 202 | 175 | 47 | 0 | 4 | 61 | 256 | 30 | 51 |
| Binary | 1001111 | 10000010 | 1111101 | 100111 | 0 | 100 | 110001 | 10101110 | 11000 | 101001 |
Color Harmonies of #4F827D
Complementary color
Monochromatic Colors of #4F827D
Black with #4F827D
Text Example
Text Example
White with #4F827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F827D; }
p { color: rgb(79,130,125); }
H1.HeaderClassName
{
color: #4F827D;
}
.AnyTagClassName
{
color: #4F827D;
}
</style>
background-color css
<style>
a { background-color: #4F827D; }
a { background-color: rgb(79,130,125); }
div.DivClassName
{
background-color: #4F827D;
}
.BgClassName
{
background-color: #4F827D;
}
</style>
border-color css
<style>
span { border-color: #4F827D; }
span { border-color: rgb(79,130,125); }
td.TdClassName
{
border-color: #4F827D;
}
.TagClassName
{
border-color: #4F827D;
}
</style>