Shades of Breaker Bay #487A79
Tints of Breaker Bay #487A79
RGB
CMYK
RGB Variations
Color information
#487A79 (or 0x487A79) is known color: Breaker Bay. HEX triplet: 48, 7A and 79. RGB value is (72,122,121). Sum of RGB (Red+Green+Blue) = 72+122+121=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #487A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A79 is #B78586. Grayscale: #6A6A6A. Windows color (decimal): -12027271 or 7961160. OLE color: 7961160.
HSL color Cylindrical-coordinate representation of color #487A79: hue angle of 178.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A79 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 121 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.52 |
| HSL | 178.8º | 0.26% | 0.38% | - |
| HSV(B) | 178.8º | 0.41% | 0.48% | - |
| XYZ | 13.08 | 16.68 | 20.62 | - |
| YUV | 106.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 121 | 0.41 | 0 | 0.01 | 0.52 | 178.8 | 0.26 | 0.38 |
| Hex | 48 | 7A | 79 | 29 | 0 | 1 | 34 | B3 | 1A | 26 |
| Octal | 110 | 172 | 171 | 51 | 0 | 1 | 64 | 263 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1111001 | 101001 | 0 | 1 | 110100 | 10110011 | 11010 | 100110 |
Color Harmonies of #487A79
Complementary color
Monochromatic Colors of #487A79
Black with #487A79
Text Example
Text Example
White with #487A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A79; }
p { color: rgb(72,122,121); }
H1.HeaderClassName
{
color: #487A79;
}
.AnyTagClassName
{
color: #487A79;
}
</style>
background-color css
<style>
a { background-color: #487A79; }
a { background-color: rgb(72,122,121); }
div.DivClassName
{
background-color: #487A79;
}
.BgClassName
{
background-color: #487A79;
}
</style>
border-color css
<style>
span { border-color: #487A79; }
span { border-color: rgb(72,122,121); }
td.TdClassName
{
border-color: #487A79;
}
.TagClassName
{
border-color: #487A79;
}
</style>