Shades of Breaker Bay #4E807A
Tints of Breaker Bay #4E807A
RGB
CMYK
RGB Variations
Color information
#4E807A (or 0x4E807A) is known color: Breaker Bay. HEX triplet: 4E, 80 and 7A. RGB value is (78,128,122). Sum of RGB (Red+Green+Blue) = 78+128+122=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #4E807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E807A is #B17F85. Grayscale: #707070. Windows color (decimal): -11632518 or 8028238. OLE color: 8028238.
HSL color Cylindrical-coordinate representation of color #4E807A: hue angle of 172.8º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E807A is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 122 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.50 |
| HSL | 172.8º | 0.24% | 0.4% | - |
| HSV(B) | 172.8º | 0.39% | 0.5% | - |
| XYZ | 14.37 | 18.46 | 21.22 | - |
| YUV | 112.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 122 | 0.39 | 0 | 0.05 | 0.50 | 172.8 | 0.24 | 0.4 |
| Hex | 4E | 80 | 7A | 27 | 0 | 5 | 32 | AD | 18 | 28 |
| Octal | 116 | 200 | 172 | 47 | 0 | 5 | 62 | 255 | 30 | 50 |
| Binary | 1001110 | 10000000 | 1111010 | 100111 | 0 | 101 | 110010 | 10101101 | 11000 | 101000 |
Color Harmonies of #4E807A
Complementary color
Monochromatic Colors of #4E807A
Black with #4E807A
Text Example
Text Example
White with #4E807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E807A; }
p { color: rgb(78,128,122); }
H1.HeaderClassName
{
color: #4E807A;
}
.AnyTagClassName
{
color: #4E807A;
}
</style>
background-color css
<style>
a { background-color: #4E807A; }
a { background-color: rgb(78,128,122); }
div.DivClassName
{
background-color: #4E807A;
}
.BgClassName
{
background-color: #4E807A;
}
</style>
border-color css
<style>
span { border-color: #4E807A; }
span { border-color: rgb(78,128,122); }
td.TdClassName
{
border-color: #4E807A;
}
.TagClassName
{
border-color: #4E807A;
}
</style>