Shades of Breaker Bay #4A7673
Tints of Breaker Bay #4A7673
RGB
CMYK
RGB Variations
Color information
#4A7673 (or 0x4A7673) is known color: Breaker Bay. HEX triplet: 4A, 76 and 73. RGB value is (74,118,115). Sum of RGB (Red+Green+Blue) = 74+118+115=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7673 is #B5898C. Grayscale: #686868. Windows color (decimal): -11897229 or 7566922. OLE color: 7566922.
HSL color Cylindrical-coordinate representation of color #4A7673: hue angle of 175.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7673 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 115 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.54 |
| HSL | 175.91º | 0.23% | 0.38% | - |
| HSV(B) | 175.91º | 0.37% | 0.46% | - |
| XYZ | 12.4 | 15.65 | 18.59 | - |
| YUV | 104.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 115 | 0.37 | 0 | 0.03 | 0.54 | 175.91 | 0.23 | 0.38 |
| Hex | 4A | 76 | 73 | 25 | 0 | 3 | 36 | B0 | 17 | 26 |
| Octal | 112 | 166 | 163 | 45 | 0 | 3 | 66 | 260 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1110011 | 100101 | 0 | 11 | 110110 | 10110000 | 10111 | 100110 |
Color Harmonies of #4A7673
Complementary color
Monochromatic Colors of #4A7673
Black with #4A7673
Text Example
Text Example
White with #4A7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7673; }
p { color: rgb(74,118,115); }
H1.HeaderClassName
{
color: #4A7673;
}
.AnyTagClassName
{
color: #4A7673;
}
</style>
background-color css
<style>
a { background-color: #4A7673; }
a { background-color: rgb(74,118,115); }
div.DivClassName
{
background-color: #4A7673;
}
.BgClassName
{
background-color: #4A7673;
}
</style>
border-color css
<style>
span { border-color: #4A7673; }
span { border-color: rgb(74,118,115); }
td.TdClassName
{
border-color: #4A7673;
}
.TagClassName
{
border-color: #4A7673;
}
</style>