Shades of Breaker Bay #4E857E
Tints of Breaker Bay #4E857E
RGB
CMYK
RGB Variations
Color information
#4E857E (or 0x4E857E) is known color: Breaker Bay. HEX triplet: 4E, 85 and 7E. RGB value is (78,133,126). Sum of RGB (Red+Green+Blue) = 78+133+126=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #4E857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E857E is #B17A81. Grayscale: #737373. Windows color (decimal): -11631234 or 8291662. OLE color: 8291662.
HSL color Cylindrical-coordinate representation of color #4E857E: hue angle of 172.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E857E is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 126 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.48 |
| HSL | 172.36º | 0.26% | 0.41% | - |
| HSV(B) | 172.36º | 0.41% | 0.52% | - |
| XYZ | 15.3 | 19.9 | 22.77 | - |
| YUV | 115.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 126 | 0.41 | 0 | 0.05 | 0.48 | 172.36 | 0.26 | 0.41 |
| Hex | 4E | 85 | 7E | 29 | 0 | 5 | 30 | AC | 1A | 29 |
| Octal | 116 | 205 | 176 | 51 | 0 | 5 | 60 | 254 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1111110 | 101001 | 0 | 101 | 110000 | 10101100 | 11010 | 101001 |
Color Harmonies of #4E857E
Complementary color
Monochromatic Colors of #4E857E
Black with #4E857E
Text Example
Text Example
White with #4E857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E857E; }
p { color: rgb(78,133,126); }
H1.HeaderClassName
{
color: #4E857E;
}
.AnyTagClassName
{
color: #4E857E;
}
</style>
background-color css
<style>
a { background-color: #4E857E; }
a { background-color: rgb(78,133,126); }
div.DivClassName
{
background-color: #4E857E;
}
.BgClassName
{
background-color: #4E857E;
}
</style>
border-color css
<style>
span { border-color: #4E857E; }
span { border-color: rgb(78,133,126); }
td.TdClassName
{
border-color: #4E857E;
}
.TagClassName
{
border-color: #4E857E;
}
</style>