Shades of Breaker Bay #4D817C
Tints of Breaker Bay #4D817C
RGB
CMYK
RGB Variations
Color information
#4D817C (or 0x4D817C) is known color: Breaker Bay. HEX triplet: 4D, 81 and 7C. RGB value is (77,129,124). Sum of RGB (Red+Green+Blue) = 77+129+124=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #4D817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D817C is #B27E83. Grayscale: #707070. Windows color (decimal): -11697796 or 8159565. OLE color: 8159565.
HSL color Cylindrical-coordinate representation of color #4D817C: hue angle of 174.23º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D817C is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 124 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.49 |
| HSL | 174.23º | 0.25% | 0.4% | - |
| HSV(B) | 174.23º | 0.4% | 0.51% | - |
| XYZ | 14.55 | 18.73 | 21.92 | - |
| YUV | 112.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 124 | 0.40 | 0 | 0.04 | 0.49 | 174.23 | 0.25 | 0.4 |
| Hex | 4D | 81 | 7C | 28 | 0 | 4 | 31 | AE | 19 | 28 |
| Octal | 115 | 201 | 174 | 50 | 0 | 4 | 61 | 256 | 31 | 50 |
| Binary | 1001101 | 10000001 | 1111100 | 101000 | 0 | 100 | 110001 | 10101110 | 11001 | 101000 |
Color Harmonies of #4D817C
Complementary color
Monochromatic Colors of #4D817C
Black with #4D817C
Text Example
Text Example
White with #4D817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D817C; }
p { color: rgb(77,129,124); }
H1.HeaderClassName
{
color: #4D817C;
}
.AnyTagClassName
{
color: #4D817C;
}
</style>
background-color css
<style>
a { background-color: #4D817C; }
a { background-color: rgb(77,129,124); }
div.DivClassName
{
background-color: #4D817C;
}
.BgClassName
{
background-color: #4D817C;
}
</style>
border-color css
<style>
span { border-color: #4D817C; }
span { border-color: rgb(77,129,124); }
td.TdClassName
{
border-color: #4D817C;
}
.TagClassName
{
border-color: #4D817C;
}
</style>