Shades of Breaker Bay #4E837A
Tints of Breaker Bay #4E837A
RGB
CMYK
RGB Variations
Color information
#4E837A (or 0x4E837A) is known color: Breaker Bay. HEX triplet: 4E, 83 and 7A. RGB value is (78,131,122). Sum of RGB (Red+Green+Blue) = 78+131+122=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #4E837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E837A is #B17C85. Grayscale: #727272. Windows color (decimal): -11631750 or 8029006. OLE color: 8029006.
HSL color Cylindrical-coordinate representation of color #4E837A: hue angle of 169.81º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E837A is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 131 | 122 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.49 |
| HSL | 169.81º | 0.25% | 0.41% | - |
| HSV(B) | 169.81º | 0.4% | 0.51% | - |
| XYZ | 14.77 | 19.26 | 21.35 | - |
| YUV | 114.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 131 | 122 | 0.40 | 0 | 0.07 | 0.49 | 169.81 | 0.25 | 0.41 |
| Hex | 4E | 83 | 7A | 28 | 0 | 7 | 31 | AA | 19 | 29 |
| Octal | 116 | 203 | 172 | 50 | 0 | 7 | 61 | 252 | 31 | 51 |
| Binary | 1001110 | 10000011 | 1111010 | 101000 | 0 | 111 | 110001 | 10101010 | 11001 | 101001 |
Color Harmonies of #4E837A
Complementary color
Monochromatic Colors of #4E837A
Black with #4E837A
Text Example
Text Example
White with #4E837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E837A; }
p { color: rgb(78,131,122); }
H1.HeaderClassName
{
color: #4E837A;
}
.AnyTagClassName
{
color: #4E837A;
}
</style>
background-color css
<style>
a { background-color: #4E837A; }
a { background-color: rgb(78,131,122); }
div.DivClassName
{
background-color: #4E837A;
}
.BgClassName
{
background-color: #4E837A;
}
</style>
border-color css
<style>
span { border-color: #4E837A; }
span { border-color: rgb(78,131,122); }
td.TdClassName
{
border-color: #4E837A;
}
.TagClassName
{
border-color: #4E837A;
}
</style>