Shades of Breaker Bay #477F7C
Tints of Breaker Bay #477F7C
RGB
CMYK
RGB Variations
Color information
#477F7C (or 0x477F7C) is known color: Breaker Bay. HEX triplet: 47, 7F and 7C. RGB value is (71,127,124). Sum of RGB (Red+Green+Blue) = 71+127+124=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #477F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F7C is #B88083. Grayscale: #6D6D6D. Windows color (decimal): -12091524 or 8159047. OLE color: 8159047.
HSL color Cylindrical-coordinate representation of color #477F7C: hue angle of 176.79º 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 #477F7C is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 124 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.50 |
| HSL | 176.79º | 0.28% | 0.39% | - |
| HSV(B) | 176.79º | 0.44% | 0.5% | - |
| XYZ | 13.83 | 17.97 | 21.81 | - |
| YUV | 109.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 124 | 0.44 | 0 | 0.02 | 0.50 | 176.79 | 0.28 | 0.39 |
| Hex | 47 | 7F | 7C | 2C | 0 | 2 | 32 | B1 | 1C | 27 |
| Octal | 107 | 177 | 174 | 54 | 0 | 2 | 62 | 261 | 34 | 47 |
| Binary | 1000111 | 1111111 | 1111100 | 101100 | 0 | 10 | 110010 | 10110001 | 11100 | 100111 |
Color Harmonies of #477F7C
Complementary color
Monochromatic Colors of #477F7C
Black with #477F7C
Text Example
Text Example
White with #477F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F7C; }
p { color: rgb(71,127,124); }
H1.HeaderClassName
{
color: #477F7C;
}
.AnyTagClassName
{
color: #477F7C;
}
</style>
background-color css
<style>
a { background-color: #477F7C; }
a { background-color: rgb(71,127,124); }
div.DivClassName
{
background-color: #477F7C;
}
.BgClassName
{
background-color: #477F7C;
}
</style>
border-color css
<style>
span { border-color: #477F7C; }
span { border-color: rgb(71,127,124); }
td.TdClassName
{
border-color: #477F7C;
}
.TagClassName
{
border-color: #477F7C;
}
</style>