Shades of Breaker Bay #4B7775
Tints of Breaker Bay #4B7775
RGB
CMYK
RGB Variations
Color information
#4B7775 (or 0x4B7775) is known color: Breaker Bay. HEX triplet: 4B, 77 and 75. RGB value is (75,119,117). Sum of RGB (Red+Green+Blue) = 75+119+117=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7775 is #B4888A. Grayscale: #696969. Windows color (decimal): -11831435 or 7698251. OLE color: 7698251.
HSL color Cylindrical-coordinate representation of color #4B7775: hue angle of 177.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7775 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 117 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.53 |
| HSL | 177.27º | 0.23% | 0.38% | - |
| HSV(B) | 177.27º | 0.37% | 0.47% | - |
| XYZ | 12.71 | 15.97 | 19.24 | - |
| YUV | 105.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 117 | 0.37 | 0 | 0.02 | 0.53 | 177.27 | 0.23 | 0.38 |
| Hex | 4B | 77 | 75 | 25 | 0 | 2 | 35 | B1 | 17 | 26 |
| Octal | 113 | 167 | 165 | 45 | 0 | 2 | 65 | 261 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1110101 | 100101 | 0 | 10 | 110101 | 10110001 | 10111 | 100110 |
Color Harmonies of #4B7775
Complementary color
Monochromatic Colors of #4B7775
Black with #4B7775
Text Example
Text Example
White with #4B7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7775; }
p { color: rgb(75,119,117); }
H1.HeaderClassName
{
color: #4B7775;
}
.AnyTagClassName
{
color: #4B7775;
}
</style>
background-color css
<style>
a { background-color: #4B7775; }
a { background-color: rgb(75,119,117); }
div.DivClassName
{
background-color: #4B7775;
}
.BgClassName
{
background-color: #4B7775;
}
</style>
border-color css
<style>
span { border-color: #4B7775; }
span { border-color: rgb(75,119,117); }
td.TdClassName
{
border-color: #4B7775;
}
.TagClassName
{
border-color: #4B7775;
}
</style>