Shades of Breaker Bay #4C797A
Tints of Breaker Bay #4C797A
RGB
CMYK
RGB Variations
Color information
#4C797A (or 0x4C797A) is known color: Breaker Bay. HEX triplet: 4C, 79 and 7A. RGB value is (76,121,122). Sum of RGB (Red+Green+Blue) = 76+121+122=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C797A is #B38685. Grayscale: #6B6B6B. Windows color (decimal): -11765382 or 8026444. OLE color: 8026444.
HSL color Cylindrical-coordinate representation of color #4C797A: hue angle of 181.3º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C797A is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 121 | 122 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.52 |
| HSL | 181.3º | 0.23% | 0.39% | - |
| HSV(B) | 181.3º | 0.38% | 0.48% | - |
| XYZ | 13.33 | 16.62 | 20.92 | - |
| YUV | 107.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 122 | 0.38 | 0.01 | 0 | 0.52 | 181.3 | 0.23 | 0.39 |
| Hex | 4C | 79 | 7A | 26 | 1 | 0 | 34 | B5 | 17 | 27 |
| Octal | 114 | 171 | 172 | 46 | 1 | 0 | 64 | 265 | 27 | 47 |
| Binary | 1001100 | 1111001 | 1111010 | 100110 | 1 | 0 | 110100 | 10110101 | 10111 | 100111 |
Color Harmonies of #4C797A
Complementary color
Monochromatic Colors of #4C797A
Black with #4C797A
Text Example
Text Example
White with #4C797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C797A; }
p { color: rgb(76,121,122); }
H1.HeaderClassName
{
color: #4C797A;
}
.AnyTagClassName
{
color: #4C797A;
}
</style>
background-color css
<style>
a { background-color: #4C797A; }
a { background-color: rgb(76,121,122); }
div.DivClassName
{
background-color: #4C797A;
}
.BgClassName
{
background-color: #4C797A;
}
</style>
border-color css
<style>
span { border-color: #4C797A; }
span { border-color: rgb(76,121,122); }
td.TdClassName
{
border-color: #4C797A;
}
.TagClassName
{
border-color: #4C797A;
}
</style>