Shades of Breaker Bay #4B7474
Tints of Breaker Bay #4B7474
RGB
CMYK
RGB Variations
Color information
#4B7474 (or 0x4B7474) is known color: Breaker Bay. HEX triplet: 4B, 74 and 74. RGB value is (75,116,116). Sum of RGB (Red+Green+Blue) = 75+116+116=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #4B7474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7474 is #B48B8B. Grayscale: #676767. Windows color (decimal): -11832204 or 7631947. OLE color: 7631947.
HSL color Cylindrical-coordinate representation of color #4B7474: hue angle of 180º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B7474 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 116 | - |
| CMYK | 0.35 | 0 | 0 | 0.55 |
| HSL | 180º | 0.21% | 0.37% | - |
| HSV(B) | 180º | 0.35% | 0.45% | - |
| XYZ | 12.3 | 15.25 | 18.82 | - |
| YUV | 103.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 116 | 0.35 | 0 | 0 | 0.55 | 180 | 0.21 | 0.37 |
| Hex | 4B | 74 | 74 | 23 | 0 | 0 | 37 | B4 | 15 | 25 |
| Octal | 113 | 164 | 164 | 43 | 0 | 0 | 67 | 264 | 25 | 45 |
| Binary | 1001011 | 1110100 | 1110100 | 100011 | 0 | 0 | 110111 | 10110100 | 10101 | 100101 |
Color Harmonies of #4B7474
Complementary color
Monochromatic Colors of #4B7474
Black with #4B7474
Text Example
Text Example
White with #4B7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7474; }
p { color: rgb(75,116,116); }
H1.HeaderClassName
{
color: #4B7474;
}
.AnyTagClassName
{
color: #4B7474;
}
</style>
background-color css
<style>
a { background-color: #4B7474; }
a { background-color: rgb(75,116,116); }
div.DivClassName
{
background-color: #4B7474;
}
.BgClassName
{
background-color: #4B7474;
}
</style>
border-color css
<style>
span { border-color: #4B7474; }
span { border-color: rgb(75,116,116); }
td.TdClassName
{
border-color: #4B7474;
}
.TagClassName
{
border-color: #4B7474;
}
</style>