Shades of Breaker Bay #4F8580
Tints of Breaker Bay #4F8580
RGB
CMYK
RGB Variations
Color information
#4F8580 (or 0x4F8580) is known color: Breaker Bay. HEX triplet: 4F, 85 and 80. RGB value is (79,133,128). Sum of RGB (Red+Green+Blue) = 79+133+128=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8580 is #B07A7F. Grayscale: #747474. Windows color (decimal): -11565696 or 8422735. OLE color: 8422735.
HSL color Cylindrical-coordinate representation of color #4F8580: hue angle of 174.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8580 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 128 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.48 |
| HSL | 174.44º | 0.25% | 0.42% | - |
| HSV(B) | 174.44º | 0.41% | 0.52% | - |
| XYZ | 15.51 | 20 | 23.46 | - |
| YUV | 116.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 128 | 0.41 | 0 | 0.04 | 0.48 | 174.44 | 0.25 | 0.42 |
| Hex | 4F | 85 | 80 | 29 | 0 | 4 | 30 | AE | 19 | 2A |
| Octal | 117 | 205 | 200 | 51 | 0 | 4 | 60 | 256 | 31 | 52 |
| Binary | 1001111 | 10000101 | 10000000 | 101001 | 0 | 100 | 110000 | 10101110 | 11001 | 101010 |
Color Harmonies of #4F8580
Complementary color
Monochromatic Colors of #4F8580
Black with #4F8580
Text Example
Text Example
White with #4F8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8580; }
p { color: rgb(79,133,128); }
H1.HeaderClassName
{
color: #4F8580;
}
.AnyTagClassName
{
color: #4F8580;
}
</style>
background-color css
<style>
a { background-color: #4F8580; }
a { background-color: rgb(79,133,128); }
div.DivClassName
{
background-color: #4F8580;
}
.BgClassName
{
background-color: #4F8580;
}
</style>
border-color css
<style>
span { border-color: #4F8580; }
span { border-color: rgb(79,133,128); }
td.TdClassName
{
border-color: #4F8580;
}
.TagClassName
{
border-color: #4F8580;
}
</style>