Shades of Breaker Bay #4A847A
Tints of Breaker Bay #4A847A
RGB
CMYK
RGB Variations
Color information
#4A847A (or 0x4A847A) is known color: Breaker Bay. HEX triplet: 4A, 84 and 7A. RGB value is (74,132,122). Sum of RGB (Red+Green+Blue) = 74+132+122=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #4A847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A847A is #B57B85. Grayscale: #717171. Windows color (decimal): -11893638 or 8029258. OLE color: 8029258.
HSL color Cylindrical-coordinate representation of color #4A847A: hue angle of 169.66º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A847A is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 122 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.48 |
| HSL | 169.66º | 0.28% | 0.4% | - |
| HSV(B) | 169.66º | 0.44% | 0.52% | - |
| XYZ | 14.59 | 19.36 | 21.38 | - |
| YUV | 113.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 122 | 0.44 | 0 | 0.08 | 0.48 | 169.66 | 0.28 | 0.4 |
| Hex | 4A | 84 | 7A | 2C | 0 | 8 | 30 | AA | 1C | 28 |
| Octal | 112 | 204 | 172 | 54 | 0 | 10 | 60 | 252 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1111010 | 101100 | 0 | 1000 | 110000 | 10101010 | 11100 | 101000 |
Color Harmonies of #4A847A
Complementary color
Monochromatic Colors of #4A847A
Black with #4A847A
Text Example
Text Example
White with #4A847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A847A; }
p { color: rgb(74,132,122); }
H1.HeaderClassName
{
color: #4A847A;
}
.AnyTagClassName
{
color: #4A847A;
}
</style>
background-color css
<style>
a { background-color: #4A847A; }
a { background-color: rgb(74,132,122); }
div.DivClassName
{
background-color: #4A847A;
}
.BgClassName
{
background-color: #4A847A;
}
</style>
border-color css
<style>
span { border-color: #4A847A; }
span { border-color: rgb(74,132,122); }
td.TdClassName
{
border-color: #4A847A;
}
.TagClassName
{
border-color: #4A847A;
}
</style>