Shades of Breaker Bay #4D817B
Tints of Breaker Bay #4D817B
RGB
CMYK
RGB Variations
Color information
#4D817B (or 0x4D817B) is known color: Breaker Bay. HEX triplet: 4D, 81 and 7B. RGB value is (77,129,123). Sum of RGB (Red+Green+Blue) = 77+129+123=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #4D817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D817B is #B27E84. Grayscale: #707070. Windows color (decimal): -11697797 or 8094029. OLE color: 8094029.
HSL color Cylindrical-coordinate representation of color #4D817B: hue angle of 173.08º 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 #4D817B is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 123 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.49 |
| HSL | 173.08º | 0.25% | 0.4% | - |
| HSV(B) | 173.08º | 0.4% | 0.51% | - |
| XYZ | 14.49 | 18.71 | 21.59 | - |
| YUV | 112.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 123 | 0.40 | 0 | 0.05 | 0.49 | 173.08 | 0.25 | 0.4 |
| Hex | 4D | 81 | 7B | 28 | 0 | 5 | 31 | AD | 19 | 28 |
| Octal | 115 | 201 | 173 | 50 | 0 | 5 | 61 | 255 | 31 | 50 |
| Binary | 1001101 | 10000001 | 1111011 | 101000 | 0 | 101 | 110001 | 10101101 | 11001 | 101000 |
Color Harmonies of #4D817B
Complementary color
Monochromatic Colors of #4D817B
Black with #4D817B
Text Example
Text Example
White with #4D817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D817B; }
p { color: rgb(77,129,123); }
H1.HeaderClassName
{
color: #4D817B;
}
.AnyTagClassName
{
color: #4D817B;
}
</style>
background-color css
<style>
a { background-color: #4D817B; }
a { background-color: rgb(77,129,123); }
div.DivClassName
{
background-color: #4D817B;
}
.BgClassName
{
background-color: #4D817B;
}
</style>
border-color css
<style>
span { border-color: #4D817B; }
span { border-color: rgb(77,129,123); }
td.TdClassName
{
border-color: #4D817B;
}
.TagClassName
{
border-color: #4D817B;
}
</style>