Shades of Breaker Bay #49817D
Tints of Breaker Bay #49817D
RGB
CMYK
RGB Variations
Color information
#49817D (or 0x49817D) is known color: Breaker Bay. HEX triplet: 49, 81 and 7D. RGB value is (73,129,125). Sum of RGB (Red+Green+Blue) = 73+129+125=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #49817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49817D is #B67E82. Grayscale: #6F6F6F. Windows color (decimal): -11959939 or 8225097. OLE color: 8225097.
HSL color Cylindrical-coordinate representation of color #49817D: hue angle of 175.71º 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 #49817D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 125 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.49 |
| HSL | 175.71º | 0.28% | 0.4% | - |
| HSV(B) | 175.71º | 0.43% | 0.51% | - |
| XYZ | 14.3 | 18.6 | 22.24 | - |
| YUV | 111.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 125 | 0.43 | 0 | 0.03 | 0.49 | 175.71 | 0.28 | 0.4 |
| Hex | 49 | 81 | 7D | 2B | 0 | 3 | 31 | B0 | 1C | 28 |
| Octal | 111 | 201 | 175 | 53 | 0 | 3 | 61 | 260 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1111101 | 101011 | 0 | 11 | 110001 | 10110000 | 11100 | 101000 |
Color Harmonies of #49817D
Complementary color
Monochromatic Colors of #49817D
Black with #49817D
Text Example
Text Example
White with #49817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49817D; }
p { color: rgb(73,129,125); }
H1.HeaderClassName
{
color: #49817D;
}
.AnyTagClassName
{
color: #49817D;
}
</style>
background-color css
<style>
a { background-color: #49817D; }
a { background-color: rgb(73,129,125); }
div.DivClassName
{
background-color: #49817D;
}
.BgClassName
{
background-color: #49817D;
}
</style>
border-color css
<style>
span { border-color: #49817D; }
span { border-color: rgb(73,129,125); }
td.TdClassName
{
border-color: #49817D;
}
.TagClassName
{
border-color: #49817D;
}
</style>