Shades of Breaker Bay #497E76
Tints of Breaker Bay #497E76
RGB
CMYK
RGB Variations
Color information
#497E76 (or 0x497E76) is known color: Breaker Bay. HEX triplet: 49, 7E and 76. RGB value is (73,126,118). Sum of RGB (Red+Green+Blue) = 73+126+118=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 126 - color contains mainly: green. Hex color #497E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E76 is #B68189. Grayscale: #6D6D6D. Windows color (decimal): -11960714 or 7765577. OLE color: 7765577.
HSL color Cylindrical-coordinate representation of color #497E76: hue angle of 170.94º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E76 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 118 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.51 |
| HSL | 170.94º | 0.27% | 0.39% | - |
| HSV(B) | 170.94º | 0.42% | 0.49% | - |
| XYZ | 13.48 | 17.65 | 19.84 | - |
| YUV | 109.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 118 | 0.42 | 0 | 0.06 | 0.51 | 170.94 | 0.27 | 0.39 |
| Hex | 49 | 7E | 76 | 2A | 0 | 6 | 33 | AB | 1B | 27 |
| Octal | 111 | 176 | 166 | 52 | 0 | 6 | 63 | 253 | 33 | 47 |
| Binary | 1001001 | 1111110 | 1110110 | 101010 | 0 | 110 | 110011 | 10101011 | 11011 | 100111 |
Color Harmonies of #497E76
Complementary color
Monochromatic Colors of #497E76
Black with #497E76
Text Example
Text Example
White with #497E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E76; }
p { color: rgb(73,126,118); }
H1.HeaderClassName
{
color: #497E76;
}
.AnyTagClassName
{
color: #497E76;
}
</style>
background-color css
<style>
a { background-color: #497E76; }
a { background-color: rgb(73,126,118); }
div.DivClassName
{
background-color: #497E76;
}
.BgClassName
{
background-color: #497E76;
}
</style>
border-color css
<style>
span { border-color: #497E76; }
span { border-color: rgb(73,126,118); }
td.TdClassName
{
border-color: #497E76;
}
.TagClassName
{
border-color: #497E76;
}
</style>