Shades of Breaker Bay #497C77
Tints of Breaker Bay #497C77
RGB
CMYK
RGB Variations
Color information
#497C77 (or 0x497C77) is known color: Breaker Bay. HEX triplet: 49, 7C and 77. RGB value is (73,124,119). Sum of RGB (Red+Green+Blue) = 73+124+119=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #497C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C77 is #B68388. Grayscale: #6C6C6C. Windows color (decimal): -11961225 or 7830601. OLE color: 7830601.
HSL color Cylindrical-coordinate representation of color #497C77: hue angle of 174.12º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C77 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 119 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.51 |
| HSL | 174.12º | 0.26% | 0.39% | - |
| HSV(B) | 174.12º | 0.41% | 0.49% | - |
| XYZ | 13.29 | 17.16 | 20.07 | - |
| YUV | 108.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 119 | 0.41 | 0 | 0.04 | 0.51 | 174.12 | 0.26 | 0.39 |
| Hex | 49 | 7C | 77 | 29 | 0 | 4 | 33 | AE | 1A | 27 |
| Octal | 111 | 174 | 167 | 51 | 0 | 4 | 63 | 256 | 32 | 47 |
| Binary | 1001001 | 1111100 | 1110111 | 101001 | 0 | 100 | 110011 | 10101110 | 11010 | 100111 |
Color Harmonies of #497C77
Complementary color
Monochromatic Colors of #497C77
Black with #497C77
Text Example
Text Example
White with #497C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C77; }
p { color: rgb(73,124,119); }
H1.HeaderClassName
{
color: #497C77;
}
.AnyTagClassName
{
color: #497C77;
}
</style>
background-color css
<style>
a { background-color: #497C77; }
a { background-color: rgb(73,124,119); }
div.DivClassName
{
background-color: #497C77;
}
.BgClassName
{
background-color: #497C77;
}
</style>
border-color css
<style>
span { border-color: #497C77; }
span { border-color: rgb(73,124,119); }
td.TdClassName
{
border-color: #497C77;
}
.TagClassName
{
border-color: #497C77;
}
</style>