Shades of Breaker Bay #4A7C78
Tints of Breaker Bay #4A7C78
RGB
CMYK
RGB Variations
Color information
#4A7C78 (or 0x4A7C78) is known color: Breaker Bay. HEX triplet: 4A, 7C and 78. RGB value is (74,124,120). Sum of RGB (Red+Green+Blue) = 74+124+120=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C78 is #B58387. Grayscale: #6C6C6C. Windows color (decimal): -11895688 or 7896138. OLE color: 7896138.
HSL color Cylindrical-coordinate representation of color #4A7C78: hue angle of 175.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7C78 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 120 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.51 |
| HSL | 175.2º | 0.25% | 0.39% | - |
| HSV(B) | 175.2º | 0.4% | 0.49% | - |
| XYZ | 13.42 | 17.23 | 20.39 | - |
| YUV | 108.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 120 | 0.40 | 0 | 0.03 | 0.51 | 175.2 | 0.25 | 0.39 |
| Hex | 4A | 7C | 78 | 28 | 0 | 3 | 33 | AF | 19 | 27 |
| Octal | 112 | 174 | 170 | 50 | 0 | 3 | 63 | 257 | 31 | 47 |
| Binary | 1001010 | 1111100 | 1111000 | 101000 | 0 | 11 | 110011 | 10101111 | 11001 | 100111 |
Color Harmonies of #4A7C78
Complementary color
Monochromatic Colors of #4A7C78
Black with #4A7C78
Text Example
Text Example
White with #4A7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C78; }
p { color: rgb(74,124,120); }
H1.HeaderClassName
{
color: #4A7C78;
}
.AnyTagClassName
{
color: #4A7C78;
}
</style>
background-color css
<style>
a { background-color: #4A7C78; }
a { background-color: rgb(74,124,120); }
div.DivClassName
{
background-color: #4A7C78;
}
.BgClassName
{
background-color: #4A7C78;
}
</style>
border-color css
<style>
span { border-color: #4A7C78; }
span { border-color: rgb(74,124,120); }
td.TdClassName
{
border-color: #4A7C78;
}
.TagClassName
{
border-color: #4A7C78;
}
</style>