Shades of Breaker Bay #4A7777
Tints of Breaker Bay #4A7777
RGB
CMYK
RGB Variations
Color information
#4A7777 (or 0x4A7777) is known color: Breaker Bay. HEX triplet: 4A, 77 and 77. RGB value is (74,119,119). Sum of RGB (Red+Green+Blue) = 74+119+119=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #4A7777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7777 is #B58888. Grayscale: #696969. Windows color (decimal): -11896969 or 7829322. OLE color: 7829322.
HSL color Cylindrical-coordinate representation of color #4A7777: hue angle of 180º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7777 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 119 | - |
| CMYK | 0.38 | 0 | 0 | 0.53 |
| HSL | 180º | 0.23% | 0.38% | - |
| HSV(B) | 180º | 0.38% | 0.47% | - |
| XYZ | 12.75 | 15.98 | 19.87 | - |
| YUV | 105.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 119 | 0.38 | 0 | 0 | 0.53 | 180 | 0.23 | 0.38 |
| Hex | 4A | 77 | 77 | 26 | 0 | 0 | 35 | B4 | 17 | 26 |
| Octal | 112 | 167 | 167 | 46 | 0 | 0 | 65 | 264 | 27 | 46 |
| Binary | 1001010 | 1110111 | 1110111 | 100110 | 0 | 0 | 110101 | 10110100 | 10111 | 100110 |
Color Harmonies of #4A7777
Complementary color
Monochromatic Colors of #4A7777
Black with #4A7777
Text Example
Text Example
White with #4A7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7777; }
p { color: rgb(74,119,119); }
H1.HeaderClassName
{
color: #4A7777;
}
.AnyTagClassName
{
color: #4A7777;
}
</style>
background-color css
<style>
a { background-color: #4A7777; }
a { background-color: rgb(74,119,119); }
div.DivClassName
{
background-color: #4A7777;
}
.BgClassName
{
background-color: #4A7777;
}
</style>
border-color css
<style>
span { border-color: #4A7777; }
span { border-color: rgb(74,119,119); }
td.TdClassName
{
border-color: #4A7777;
}
.TagClassName
{
border-color: #4A7777;
}
</style>