Shades of Breaker Bay #497875
Tints of Breaker Bay #497875
RGB
CMYK
RGB Variations
Color information
#497875 (or 0x497875) is known color: Breaker Bay. HEX triplet: 49, 78 and 75. RGB value is (73,120,117). Sum of RGB (Red+Green+Blue) = 73+120+117=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #497875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497875 is #B6878A. Grayscale: #696969. Windows color (decimal): -11962251 or 7698505. OLE color: 7698505.
HSL color Cylindrical-coordinate representation of color #497875: hue angle of 176.17º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497875 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 117 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.53 |
| HSL | 176.17º | 0.24% | 0.38% | - |
| HSV(B) | 176.17º | 0.39% | 0.47% | - |
| XYZ | 12.68 | 16.13 | 19.28 | - |
| YUV | 105.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 117 | 0.39 | 0 | 0.02 | 0.53 | 176.17 | 0.24 | 0.38 |
| Hex | 49 | 78 | 75 | 27 | 0 | 2 | 35 | B0 | 18 | 26 |
| Octal | 111 | 170 | 165 | 47 | 0 | 2 | 65 | 260 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1110101 | 100111 | 0 | 10 | 110101 | 10110000 | 11000 | 100110 |
Color Harmonies of #497875
Complementary color
Monochromatic Colors of #497875
Black with #497875
Text Example
Text Example
White with #497875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497875; }
p { color: rgb(73,120,117); }
H1.HeaderClassName
{
color: #497875;
}
.AnyTagClassName
{
color: #497875;
}
</style>
background-color css
<style>
a { background-color: #497875; }
a { background-color: rgb(73,120,117); }
div.DivClassName
{
background-color: #497875;
}
.BgClassName
{
background-color: #497875;
}
</style>
border-color css
<style>
span { border-color: #497875; }
span { border-color: rgb(73,120,117); }
td.TdClassName
{
border-color: #497875;
}
.TagClassName
{
border-color: #497875;
}
</style>