Shades of Breaker Bay #4E7679
Tints of Breaker Bay #4E7679
RGB
CMYK
RGB Variations
Color information
#4E7679 (or 0x4E7679) is known color: Breaker Bay. HEX triplet: 4E, 76 and 79. RGB value is (78,118,121). Sum of RGB (Red+Green+Blue) = 78+118+121=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E7679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7679 is #B18986. Grayscale: #6A6A6A. Windows color (decimal): -11635079 or 7960142. OLE color: 7960142.
HSL color Cylindrical-coordinate representation of color #4E7679: hue angle of 184.19º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7679 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 118 | 121 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.53 |
| HSL | 184.19º | 0.22% | 0.39% | - |
| HSV(B) | 184.19º | 0.36% | 0.47% | - |
| XYZ | 13.07 | 15.96 | 20.48 | - |
| YUV | 106.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 121 | 0.36 | 0.02 | 0 | 0.53 | 184.19 | 0.22 | 0.39 |
| Hex | 4E | 76 | 79 | 24 | 2 | 0 | 35 | B8 | 16 | 27 |
| Octal | 116 | 166 | 171 | 44 | 2 | 0 | 65 | 270 | 26 | 47 |
| Binary | 1001110 | 1110110 | 1111001 | 100100 | 10 | 0 | 110101 | 10111000 | 10110 | 100111 |
Color Harmonies of #4E7679
Complementary color
Monochromatic Colors of #4E7679
Black with #4E7679
Text Example
Text Example
White with #4E7679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7679; }
p { color: rgb(78,118,121); }
H1.HeaderClassName
{
color: #4E7679;
}
.AnyTagClassName
{
color: #4E7679;
}
</style>
background-color css
<style>
a { background-color: #4E7679; }
a { background-color: rgb(78,118,121); }
div.DivClassName
{
background-color: #4E7679;
}
.BgClassName
{
background-color: #4E7679;
}
</style>
border-color css
<style>
span { border-color: #4E7679; }
span { border-color: rgb(78,118,121); }
td.TdClassName
{
border-color: #4E7679;
}
.TagClassName
{
border-color: #4E7679;
}
</style>