Shades of Breaker Bay #4E857A
Tints of Breaker Bay #4E857A
RGB
CMYK
RGB Variations
Color information
#4E857A (or 0x4E857A) is known color: Breaker Bay. HEX triplet: 4E, 85 and 7A. RGB value is (78,133,122). Sum of RGB (Red+Green+Blue) = 78+133+122=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #4E857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E857A is #B17A85. Grayscale: #737373. Windows color (decimal): -11631238 or 8029518. OLE color: 8029518.
HSL color Cylindrical-coordinate representation of color #4E857A: hue angle of 168º 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 #4E857A is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 122 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.48 |
| HSL | 168º | 0.26% | 0.41% | - |
| HSV(B) | 168º | 0.41% | 0.52% | - |
| XYZ | 15.04 | 19.8 | 21.44 | - |
| YUV | 115.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 122 | 0.41 | 0 | 0.08 | 0.48 | 168 | 0.26 | 0.41 |
| Hex | 4E | 85 | 7A | 29 | 0 | 8 | 30 | A8 | 1A | 29 |
| Octal | 116 | 205 | 172 | 51 | 0 | 10 | 60 | 250 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1111010 | 101001 | 0 | 1000 | 110000 | 10101000 | 11010 | 101001 |
Color Harmonies of #4E857A
Complementary color
Monochromatic Colors of #4E857A
Black with #4E857A
Text Example
Text Example
White with #4E857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E857A; }
p { color: rgb(78,133,122); }
H1.HeaderClassName
{
color: #4E857A;
}
.AnyTagClassName
{
color: #4E857A;
}
</style>
background-color css
<style>
a { background-color: #4E857A; }
a { background-color: rgb(78,133,122); }
div.DivClassName
{
background-color: #4E857A;
}
.BgClassName
{
background-color: #4E857A;
}
</style>
border-color css
<style>
span { border-color: #4E857A; }
span { border-color: rgb(78,133,122); }
td.TdClassName
{
border-color: #4E857A;
}
.TagClassName
{
border-color: #4E857A;
}
</style>