Shades of Breaker Bay #497E78
Tints of Breaker Bay #497E78
RGB
CMYK
RGB Variations
Color information
#497E78 (or 0x497E78) is known color: Breaker Bay. HEX triplet: 49, 7E and 78. RGB value is (73,126,120). Sum of RGB (Red+Green+Blue) = 73+126+120=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #497E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E78 is #B68187. Grayscale: #6D6D6D. Windows color (decimal): -11960712 or 7896649. OLE color: 7896649.
HSL color Cylindrical-coordinate representation of color #497E78: hue angle of 173.21º 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 #497E78 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 120 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.51 |
| HSL | 173.21º | 0.27% | 0.39% | - |
| HSV(B) | 173.21º | 0.42% | 0.49% | - |
| XYZ | 13.6 | 17.69 | 20.47 | - |
| YUV | 109.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 120 | 0.42 | 0 | 0.05 | 0.51 | 173.21 | 0.27 | 0.39 |
| Hex | 49 | 7E | 78 | 2A | 0 | 5 | 33 | AD | 1B | 27 |
| Octal | 111 | 176 | 170 | 52 | 0 | 5 | 63 | 255 | 33 | 47 |
| Binary | 1001001 | 1111110 | 1111000 | 101010 | 0 | 101 | 110011 | 10101101 | 11011 | 100111 |
Color Harmonies of #497E78
Complementary color
Monochromatic Colors of #497E78
Black with #497E78
Text Example
Text Example
White with #497E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E78; }
p { color: rgb(73,126,120); }
H1.HeaderClassName
{
color: #497E78;
}
.AnyTagClassName
{
color: #497E78;
}
</style>
background-color css
<style>
a { background-color: #497E78; }
a { background-color: rgb(73,126,120); }
div.DivClassName
{
background-color: #497E78;
}
.BgClassName
{
background-color: #497E78;
}
</style>
border-color css
<style>
span { border-color: #497E78; }
span { border-color: rgb(73,126,120); }
td.TdClassName
{
border-color: #497E78;
}
.TagClassName
{
border-color: #497E78;
}
</style>