Shades of Breaker Bay #48817A
Tints of Breaker Bay #48817A
RGB
CMYK
RGB Variations
Color information
#48817A (or 0x48817A) is known color: Breaker Bay. HEX triplet: 48, 81 and 7A. RGB value is (72,129,122). Sum of RGB (Red+Green+Blue) = 72+129+122=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #48817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48817A is #B77E85. Grayscale: #6F6F6F. Windows color (decimal): -12025478 or 8028488. OLE color: 8028488.
HSL color Cylindrical-coordinate representation of color #48817A: hue angle of 172.63º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48817A is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 122 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.49 |
| HSL | 172.63º | 0.28% | 0.39% | - |
| HSV(B) | 172.63º | 0.44% | 0.51% | - |
| XYZ | 14.04 | 18.48 | 21.24 | - |
| YUV | 111.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 122 | 0.44 | 0 | 0.05 | 0.49 | 172.63 | 0.28 | 0.39 |
| Hex | 48 | 81 | 7A | 2C | 0 | 5 | 31 | AD | 1C | 27 |
| Octal | 110 | 201 | 172 | 54 | 0 | 5 | 61 | 255 | 34 | 47 |
| Binary | 1001000 | 10000001 | 1111010 | 101100 | 0 | 101 | 110001 | 10101101 | 11100 | 100111 |
Color Harmonies of #48817A
Complementary color
Monochromatic Colors of #48817A
Black with #48817A
Text Example
Text Example
White with #48817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48817A; }
p { color: rgb(72,129,122); }
H1.HeaderClassName
{
color: #48817A;
}
.AnyTagClassName
{
color: #48817A;
}
</style>
background-color css
<style>
a { background-color: #48817A; }
a { background-color: rgb(72,129,122); }
div.DivClassName
{
background-color: #48817A;
}
.BgClassName
{
background-color: #48817A;
}
</style>
border-color css
<style>
span { border-color: #48817A; }
span { border-color: rgb(72,129,122); }
td.TdClassName
{
border-color: #48817A;
}
.TagClassName
{
border-color: #48817A;
}
</style>