Shades of Breaker Bay #4B7778
Tints of Breaker Bay #4B7778
RGB
CMYK
RGB Variations
Color information
#4B7778 (or 0x4B7778) is known color: Breaker Bay. HEX triplet: 4B, 77 and 78. RGB value is (75,119,120). Sum of RGB (Red+Green+Blue) = 75+119+120=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B7778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7778 is #B48887. Grayscale: #696969. Windows color (decimal): -11831432 or 7894859. OLE color: 7894859.
HSL color Cylindrical-coordinate representation of color #4B7778: hue angle of 181.33º 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 #4B7778 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 120 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.53 |
| HSL | 181.33º | 0.23% | 0.38% | - |
| HSV(B) | 181.33º | 0.38% | 0.47% | - |
| XYZ | 12.89 | 16.05 | 20.19 | - |
| YUV | 105.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 120 | 0.37 | 0.01 | 0 | 0.53 | 181.33 | 0.23 | 0.38 |
| Hex | 4B | 77 | 78 | 25 | 1 | 0 | 35 | B5 | 17 | 26 |
| Octal | 113 | 167 | 170 | 45 | 1 | 0 | 65 | 265 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1111000 | 100101 | 1 | 0 | 110101 | 10110101 | 10111 | 100110 |
Color Harmonies of #4B7778
Complementary color
Monochromatic Colors of #4B7778
Black with #4B7778
Text Example
Text Example
White with #4B7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7778; }
p { color: rgb(75,119,120); }
H1.HeaderClassName
{
color: #4B7778;
}
.AnyTagClassName
{
color: #4B7778;
}
</style>
background-color css
<style>
a { background-color: #4B7778; }
a { background-color: rgb(75,119,120); }
div.DivClassName
{
background-color: #4B7778;
}
.BgClassName
{
background-color: #4B7778;
}
</style>
border-color css
<style>
span { border-color: #4B7778; }
span { border-color: rgb(75,119,120); }
td.TdClassName
{
border-color: #4B7778;
}
.TagClassName
{
border-color: #4B7778;
}
</style>