Shades of Breaker Bay #4E857D
Tints of Breaker Bay #4E857D
RGB
CMYK
RGB Variations
Color information
#4E857D (or 0x4E857D) is known color: Breaker Bay. HEX triplet: 4E, 85 and 7D. RGB value is (78,133,125). Sum of RGB (Red+Green+Blue) = 78+133+125=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #4E857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E857D is #B17A82. Grayscale: #737373. Windows color (decimal): -11631235 or 8226126. OLE color: 8226126.
HSL color Cylindrical-coordinate representation of color #4E857D: hue angle of 171.27º 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 #4E857D is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 125 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.48 |
| HSL | 171.27º | 0.26% | 0.41% | - |
| HSV(B) | 171.27º | 0.41% | 0.52% | - |
| XYZ | 15.23 | 19.88 | 22.44 | - |
| YUV | 115.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 125 | 0.41 | 0 | 0.06 | 0.48 | 171.27 | 0.26 | 0.41 |
| Hex | 4E | 85 | 7D | 29 | 0 | 6 | 30 | AB | 1A | 29 |
| Octal | 116 | 205 | 175 | 51 | 0 | 6 | 60 | 253 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1111101 | 101001 | 0 | 110 | 110000 | 10101011 | 11010 | 101001 |
Color Harmonies of #4E857D
Complementary color
Monochromatic Colors of #4E857D
Black with #4E857D
Text Example
Text Example
White with #4E857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E857D; }
p { color: rgb(78,133,125); }
H1.HeaderClassName
{
color: #4E857D;
}
.AnyTagClassName
{
color: #4E857D;
}
</style>
background-color css
<style>
a { background-color: #4E857D; }
a { background-color: rgb(78,133,125); }
div.DivClassName
{
background-color: #4E857D;
}
.BgClassName
{
background-color: #4E857D;
}
</style>
border-color css
<style>
span { border-color: #4E857D; }
span { border-color: rgb(78,133,125); }
td.TdClassName
{
border-color: #4E857D;
}
.TagClassName
{
border-color: #4E857D;
}
</style>