Shades of Breaker Bay #4A847B
Tints of Breaker Bay #4A847B
RGB
CMYK
RGB Variations
Color information
#4A847B (or 0x4A847B) is known color: Breaker Bay. HEX triplet: 4A, 84 and 7B. RGB value is (74,132,123). Sum of RGB (Red+Green+Blue) = 74+132+123=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #4A847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A847B is #B57B84. Grayscale: #717171. Windows color (decimal): -11893637 or 8094794. OLE color: 8094794.
HSL color Cylindrical-coordinate representation of color #4A847B: hue angle of 170.69º 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 #4A847B is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 123 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.48 |
| HSL | 170.69º | 0.28% | 0.4% | - |
| HSV(B) | 170.69º | 0.44% | 0.52% | - |
| XYZ | 14.65 | 19.39 | 21.71 | - |
| YUV | 113.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 123 | 0.44 | 0 | 0.07 | 0.48 | 170.69 | 0.28 | 0.4 |
| Hex | 4A | 84 | 7B | 2C | 0 | 7 | 30 | AB | 1C | 28 |
| Octal | 112 | 204 | 173 | 54 | 0 | 7 | 60 | 253 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1111011 | 101100 | 0 | 111 | 110000 | 10101011 | 11100 | 101000 |
Color Harmonies of #4A847B
Complementary color
Monochromatic Colors of #4A847B
Black with #4A847B
Text Example
Text Example
White with #4A847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A847B; }
p { color: rgb(74,132,123); }
H1.HeaderClassName
{
color: #4A847B;
}
.AnyTagClassName
{
color: #4A847B;
}
</style>
background-color css
<style>
a { background-color: #4A847B; }
a { background-color: rgb(74,132,123); }
div.DivClassName
{
background-color: #4A847B;
}
.BgClassName
{
background-color: #4A847B;
}
</style>
border-color css
<style>
span { border-color: #4A847B; }
span { border-color: rgb(74,132,123); }
td.TdClassName
{
border-color: #4A847B;
}
.TagClassName
{
border-color: #4A847B;
}
</style>