Shades of Breaker Bay #4E847D
Tints of Breaker Bay #4E847D
RGB
CMYK
RGB Variations
Color information
#4E847D (or 0x4E847D) is known color: Breaker Bay. HEX triplet: 4E, 84 and 7D. RGB value is (78,132,125). Sum of RGB (Red+Green+Blue) = 78+132+125=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #4E847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E847D is #B17B82. Grayscale: #737373. Windows color (decimal): -11631491 or 8225870. OLE color: 8225870.
HSL color Cylindrical-coordinate representation of color #4E847D: hue angle of 172.22º 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 #4E847D is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 132 | 125 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.48 |
| HSL | 172.22º | 0.26% | 0.41% | - |
| HSV(B) | 172.22º | 0.41% | 0.52% | - |
| XYZ | 15.09 | 19.6 | 22.39 | - |
| YUV | 115.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 132 | 125 | 0.41 | 0 | 0.05 | 0.48 | 172.22 | 0.26 | 0.41 |
| Hex | 4E | 84 | 7D | 29 | 0 | 5 | 30 | AC | 1A | 29 |
| Octal | 116 | 204 | 175 | 51 | 0 | 5 | 60 | 254 | 32 | 51 |
| Binary | 1001110 | 10000100 | 1111101 | 101001 | 0 | 101 | 110000 | 10101100 | 11010 | 101001 |
Color Harmonies of #4E847D
Complementary color
Monochromatic Colors of #4E847D
Black with #4E847D
Text Example
Text Example
White with #4E847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E847D; }
p { color: rgb(78,132,125); }
H1.HeaderClassName
{
color: #4E847D;
}
.AnyTagClassName
{
color: #4E847D;
}
</style>
background-color css
<style>
a { background-color: #4E847D; }
a { background-color: rgb(78,132,125); }
div.DivClassName
{
background-color: #4E847D;
}
.BgClassName
{
background-color: #4E847D;
}
</style>
border-color css
<style>
span { border-color: #4E847D; }
span { border-color: rgb(78,132,125); }
td.TdClassName
{
border-color: #4E847D;
}
.TagClassName
{
border-color: #4E847D;
}
</style>