Shades of Breaker Bay #4C7875
Tints of Breaker Bay #4C7875
RGB
CMYK
RGB Variations
Color information
#4C7875 (or 0x4C7875) is known color: Breaker Bay. HEX triplet: 4C, 78 and 75. RGB value is (76,120,117). Sum of RGB (Red+Green+Blue) = 76+120+117=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7875 is #B3878A. Grayscale: #6A6A6A. Windows color (decimal): -11765643 or 7698508. OLE color: 7698508.
HSL color Cylindrical-coordinate representation of color #4C7875: hue angle of 175.91º degrees, saturation: 0.22, 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 #4C7875 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 120 | 117 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.53 |
| HSL | 175.91º | 0.22% | 0.38% | - |
| HSV(B) | 175.91º | 0.37% | 0.47% | - |
| XYZ | 12.91 | 16.25 | 19.29 | - |
| YUV | 106.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 117 | 0.37 | 0 | 0.02 | 0.53 | 175.91 | 0.22 | 0.38 |
| Hex | 4C | 78 | 75 | 25 | 0 | 2 | 35 | B0 | 16 | 26 |
| Octal | 114 | 170 | 165 | 45 | 0 | 2 | 65 | 260 | 26 | 46 |
| Binary | 1001100 | 1111000 | 1110101 | 100101 | 0 | 10 | 110101 | 10110000 | 10110 | 100110 |
Color Harmonies of #4C7875
Complementary color
Monochromatic Colors of #4C7875
Black with #4C7875
Text Example
Text Example
White with #4C7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7875; }
p { color: rgb(76,120,117); }
H1.HeaderClassName
{
color: #4C7875;
}
.AnyTagClassName
{
color: #4C7875;
}
</style>
background-color css
<style>
a { background-color: #4C7875; }
a { background-color: rgb(76,120,117); }
div.DivClassName
{
background-color: #4C7875;
}
.BgClassName
{
background-color: #4C7875;
}
</style>
border-color css
<style>
span { border-color: #4C7875; }
span { border-color: rgb(76,120,117); }
td.TdClassName
{
border-color: #4C7875;
}
.TagClassName
{
border-color: #4C7875;
}
</style>