Shades of Breaker Bay #4A7E76
Tints of Breaker Bay #4A7E76
RGB
CMYK
RGB Variations
Color information
#4A7E76 (or 0x4A7E76) is known color: Breaker Bay. HEX triplet: 4A, 7E and 76. RGB value is (74,126,118). Sum of RGB (Red+Green+Blue) = 74+126+118=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7E76 is #B58189. Grayscale: #6D6D6D. Windows color (decimal): -11895178 or 7765578. OLE color: 7765578.
HSL color Cylindrical-coordinate representation of color #4A7E76: hue angle of 170.77º 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 #4A7E76 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 126 | 118 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.51 |
| HSL | 170.77º | 0.26% | 0.39% | - |
| HSV(B) | 170.77º | 0.41% | 0.49% | - |
| XYZ | 13.55 | 17.69 | 19.84 | - |
| YUV | 109.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 118 | 0.41 | 0 | 0.06 | 0.51 | 170.77 | 0.26 | 0.39 |
| Hex | 4A | 7E | 76 | 29 | 0 | 6 | 33 | AB | 1A | 27 |
| Octal | 112 | 176 | 166 | 51 | 0 | 6 | 63 | 253 | 32 | 47 |
| Binary | 1001010 | 1111110 | 1110110 | 101001 | 0 | 110 | 110011 | 10101011 | 11010 | 100111 |
Color Harmonies of #4A7E76
Complementary color
Monochromatic Colors of #4A7E76
Black with #4A7E76
Text Example
Text Example
White with #4A7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E76; }
p { color: rgb(74,126,118); }
H1.HeaderClassName
{
color: #4A7E76;
}
.AnyTagClassName
{
color: #4A7E76;
}
</style>
background-color css
<style>
a { background-color: #4A7E76; }
a { background-color: rgb(74,126,118); }
div.DivClassName
{
background-color: #4A7E76;
}
.BgClassName
{
background-color: #4A7E76;
}
</style>
border-color css
<style>
span { border-color: #4A7E76; }
span { border-color: rgb(74,126,118); }
td.TdClassName
{
border-color: #4A7E76;
}
.TagClassName
{
border-color: #4A7E76;
}
</style>