Shades of Breaker Bay #4B7573
Tints of Breaker Bay #4B7573
RGB
CMYK
RGB Variations
Color information
#4B7573 (or 0x4B7573) is known color: Breaker Bay. HEX triplet: 4B, 75 and 73. RGB value is (75,117,115). Sum of RGB (Red+Green+Blue) = 75+117+115=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7573 is #B48A8C. Grayscale: #686868. Windows color (decimal): -11831949 or 7566667. OLE color: 7566667.
HSL color Cylindrical-coordinate representation of color #4B7573: hue angle of 177.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7573 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 115 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.54 |
| HSL | 177.14º | 0.22% | 0.38% | - |
| HSV(B) | 177.14º | 0.36% | 0.46% | - |
| XYZ | 12.36 | 15.46 | 18.55 | - |
| YUV | 104.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 115 | 0.36 | 0 | 0.02 | 0.54 | 177.14 | 0.22 | 0.38 |
| Hex | 4B | 75 | 73 | 24 | 0 | 2 | 36 | B1 | 16 | 26 |
| Octal | 113 | 165 | 163 | 44 | 0 | 2 | 66 | 261 | 26 | 46 |
| Binary | 1001011 | 1110101 | 1110011 | 100100 | 0 | 10 | 110110 | 10110001 | 10110 | 100110 |
Color Harmonies of #4B7573
Complementary color
Monochromatic Colors of #4B7573
Black with #4B7573
Text Example
Text Example
White with #4B7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7573; }
p { color: rgb(75,117,115); }
H1.HeaderClassName
{
color: #4B7573;
}
.AnyTagClassName
{
color: #4B7573;
}
</style>
background-color css
<style>
a { background-color: #4B7573; }
a { background-color: rgb(75,117,115); }
div.DivClassName
{
background-color: #4B7573;
}
.BgClassName
{
background-color: #4B7573;
}
</style>
border-color css
<style>
span { border-color: #4B7573; }
span { border-color: rgb(75,117,115); }
td.TdClassName
{
border-color: #4B7573;
}
.TagClassName
{
border-color: #4B7573;
}
</style>