Shades of Breaker Bay #477F78
Tints of Breaker Bay #477F78
RGB
CMYK
RGB Variations
Color information
#477F78 (or 0x477F78) is known color: Breaker Bay. HEX triplet: 47, 7F and 78. RGB value is (71,127,120). Sum of RGB (Red+Green+Blue) = 71+127+120=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #477F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F78 is #B88087. Grayscale: #6D6D6D. Windows color (decimal): -12091528 or 7896903. OLE color: 7896903.
HSL color Cylindrical-coordinate representation of color #477F78: hue angle of 172.5º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F78 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 120 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.50 |
| HSL | 172.5º | 0.28% | 0.39% | - |
| HSV(B) | 172.5º | 0.44% | 0.5% | - |
| XYZ | 13.58 | 17.87 | 20.5 | - |
| YUV | 109.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 120 | 0.44 | 0 | 0.06 | 0.50 | 172.5 | 0.28 | 0.39 |
| Hex | 47 | 7F | 78 | 2C | 0 | 6 | 32 | AC | 1C | 27 |
| Octal | 107 | 177 | 170 | 54 | 0 | 6 | 62 | 254 | 34 | 47 |
| Binary | 1000111 | 1111111 | 1111000 | 101100 | 0 | 110 | 110010 | 10101100 | 11100 | 100111 |
Color Harmonies of #477F78
Complementary color
Monochromatic Colors of #477F78
Black with #477F78
Text Example
Text Example
White with #477F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F78; }
p { color: rgb(71,127,120); }
H1.HeaderClassName
{
color: #477F78;
}
.AnyTagClassName
{
color: #477F78;
}
</style>
background-color css
<style>
a { background-color: #477F78; }
a { background-color: rgb(71,127,120); }
div.DivClassName
{
background-color: #477F78;
}
.BgClassName
{
background-color: #477F78;
}
</style>
border-color css
<style>
span { border-color: #477F78; }
span { border-color: rgb(71,127,120); }
td.TdClassName
{
border-color: #477F78;
}
.TagClassName
{
border-color: #477F78;
}
</style>