Shades of Breaker Bay #4E807D
Tints of Breaker Bay #4E807D
RGB
CMYK
RGB Variations
Color information
#4E807D (or 0x4E807D) is known color: Breaker Bay. HEX triplet: 4E, 80 and 7D. RGB value is (78,128,125). Sum of RGB (Red+Green+Blue) = 78+128+125=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 128 - color contains mainly: green. Hex color #4E807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E807D is #B17F82. Grayscale: #707070. Windows color (decimal): -11632515 or 8224846. OLE color: 8224846.
HSL color Cylindrical-coordinate representation of color #4E807D: hue angle of 176.4º 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 #4E807D is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 125 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.50 |
| HSL | 176.4º | 0.24% | 0.4% | - |
| HSV(B) | 176.4º | 0.39% | 0.5% | - |
| XYZ | 14.56 | 18.54 | 22.21 | - |
| YUV | 112.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 125 | 0.39 | 0 | 0.02 | 0.50 | 176.4 | 0.24 | 0.4 |
| Hex | 4E | 80 | 7D | 27 | 0 | 2 | 32 | B0 | 18 | 28 |
| Octal | 116 | 200 | 175 | 47 | 0 | 2 | 62 | 260 | 30 | 50 |
| Binary | 1001110 | 10000000 | 1111101 | 100111 | 0 | 10 | 110010 | 10110000 | 11000 | 101000 |
Color Harmonies of #4E807D
Complementary color
Monochromatic Colors of #4E807D
Black with #4E807D
Text Example
Text Example
White with #4E807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E807D; }
p { color: rgb(78,128,125); }
H1.HeaderClassName
{
color: #4E807D;
}
.AnyTagClassName
{
color: #4E807D;
}
</style>
background-color css
<style>
a { background-color: #4E807D; }
a { background-color: rgb(78,128,125); }
div.DivClassName
{
background-color: #4E807D;
}
.BgClassName
{
background-color: #4E807D;
}
</style>
border-color css
<style>
span { border-color: #4E807D; }
span { border-color: rgb(78,128,125); }
td.TdClassName
{
border-color: #4E807D;
}
.TagClassName
{
border-color: #4E807D;
}
</style>