Shades of Breaker Bay #4F7574
Tints of Breaker Bay #4F7574
RGB
CMYK
RGB Variations
Color information
#4F7574 (or 0x4F7574) is known color: Breaker Bay. HEX triplet: 4F, 75 and 74. RGB value is (79,117,116). Sum of RGB (Red+Green+Blue) = 79+117+116=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7574 is #B08A8B. Grayscale: #696969. Windows color (decimal): -11569804 or 7632207. OLE color: 7632207.
HSL color Cylindrical-coordinate representation of color #4F7574: hue angle of 178.42º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7574 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 116 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.54 |
| HSL | 178.42º | 0.19% | 0.38% | - |
| HSV(B) | 178.42º | 0.32% | 0.46% | - |
| XYZ | 12.74 | 15.65 | 18.87 | - |
| YUV | 105.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 116 | 0.32 | 0 | 0.01 | 0.54 | 178.42 | 0.19 | 0.38 |
| Hex | 4F | 75 | 74 | 20 | 0 | 1 | 36 | B2 | 13 | 26 |
| Octal | 117 | 165 | 164 | 40 | 0 | 1 | 66 | 262 | 23 | 46 |
| Binary | 1001111 | 1110101 | 1110100 | 100000 | 0 | 1 | 110110 | 10110010 | 10011 | 100110 |
Color Harmonies of #4F7574
Complementary color
Monochromatic Colors of #4F7574
Black with #4F7574
Text Example
Text Example
White with #4F7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7574; }
p { color: rgb(79,117,116); }
H1.HeaderClassName
{
color: #4F7574;
}
.AnyTagClassName
{
color: #4F7574;
}
</style>
background-color css
<style>
a { background-color: #4F7574; }
a { background-color: rgb(79,117,116); }
div.DivClassName
{
background-color: #4F7574;
}
.BgClassName
{
background-color: #4F7574;
}
</style>
border-color css
<style>
span { border-color: #4F7574; }
span { border-color: rgb(79,117,116); }
td.TdClassName
{
border-color: #4F7574;
}
.TagClassName
{
border-color: #4F7574;
}
</style>