Shades of Breaker Bay #488479
Tints of Breaker Bay #488479
RGB
CMYK
RGB Variations
Color information
#488479 (or 0x488479) is known color: Breaker Bay. HEX triplet: 48, 84 and 79. RGB value is (72,132,121). Sum of RGB (Red+Green+Blue) = 72+132+121=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #488479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488479 is #B77B86. Grayscale: #707070. Windows color (decimal): -12024711 or 7963720. OLE color: 7963720.
HSL color Cylindrical-coordinate representation of color #488479: hue angle of 169º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488479 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 121 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.48 |
| HSL | 169º | 0.29% | 0.4% | - |
| HSV(B) | 169º | 0.45% | 0.52% | - |
| XYZ | 14.37 | 19.26 | 21.05 | - |
| YUV | 112.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 121 | 0.45 | 0 | 0.08 | 0.48 | 169 | 0.29 | 0.4 |
| Hex | 48 | 84 | 79 | 2D | 0 | 8 | 30 | A9 | 1D | 28 |
| Octal | 110 | 204 | 171 | 55 | 0 | 10 | 60 | 251 | 35 | 50 |
| Binary | 1001000 | 10000100 | 1111001 | 101101 | 0 | 1000 | 110000 | 10101001 | 11101 | 101000 |
Color Harmonies of #488479
Complementary color
Monochromatic Colors of #488479
Black with #488479
Text Example
Text Example
White with #488479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488479; }
p { color: rgb(72,132,121); }
H1.HeaderClassName
{
color: #488479;
}
.AnyTagClassName
{
color: #488479;
}
</style>
background-color css
<style>
a { background-color: #488479; }
a { background-color: rgb(72,132,121); }
div.DivClassName
{
background-color: #488479;
}
.BgClassName
{
background-color: #488479;
}
</style>
border-color css
<style>
span { border-color: #488479; }
span { border-color: rgb(72,132,121); }
td.TdClassName
{
border-color: #488479;
}
.TagClassName
{
border-color: #488479;
}
</style>