Shades of Breaker Bay #49817C
Tints of Breaker Bay #49817C
RGB
CMYK
RGB Variations
Color information
#49817C (or 0x49817C) is known color: Breaker Bay. HEX triplet: 49, 81 and 7C. RGB value is (73,129,124). Sum of RGB (Red+Green+Blue) = 73+129+124=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #49817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49817C is #B67E83. Grayscale: #6F6F6F. Windows color (decimal): -11959940 or 8159561. OLE color: 8159561.
HSL color Cylindrical-coordinate representation of color #49817C: hue angle of 174.64º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49817C is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 124 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.49 |
| HSL | 174.64º | 0.28% | 0.4% | - |
| HSV(B) | 174.64º | 0.43% | 0.51% | - |
| XYZ | 14.24 | 18.57 | 21.9 | - |
| YUV | 111.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 124 | 0.43 | 0 | 0.04 | 0.49 | 174.64 | 0.28 | 0.4 |
| Hex | 49 | 81 | 7C | 2B | 0 | 4 | 31 | AF | 1C | 28 |
| Octal | 111 | 201 | 174 | 53 | 0 | 4 | 61 | 257 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1111100 | 101011 | 0 | 100 | 110001 | 10101111 | 11100 | 101000 |
Color Harmonies of #49817C
Complementary color
Monochromatic Colors of #49817C
Black with #49817C
Text Example
Text Example
White with #49817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49817C; }
p { color: rgb(73,129,124); }
H1.HeaderClassName
{
color: #49817C;
}
.AnyTagClassName
{
color: #49817C;
}
</style>
background-color css
<style>
a { background-color: #49817C; }
a { background-color: rgb(73,129,124); }
div.DivClassName
{
background-color: #49817C;
}
.BgClassName
{
background-color: #49817C;
}
</style>
border-color css
<style>
span { border-color: #49817C; }
span { border-color: rgb(73,129,124); }
td.TdClassName
{
border-color: #49817C;
}
.TagClassName
{
border-color: #49817C;
}
</style>