Shades of Breaker Bay #46807C
Tints of Breaker Bay #46807C
RGB
CMYK
RGB Variations
Color information
#46807C (or 0x46807C) is known color: Breaker Bay. HEX triplet: 46, 80 and 7C. RGB value is (70,128,124). Sum of RGB (Red+Green+Blue) = 70+128+124=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #46807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46807C is #B97F83. Grayscale: #6E6E6E. Windows color (decimal): -12156804 or 8159302. OLE color: 8159302.
HSL color Cylindrical-coordinate representation of color #46807C: hue angle of 175.86º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46807C is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 124 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.50 |
| HSL | 175.86º | 0.29% | 0.39% | - |
| HSV(B) | 175.86º | 0.45% | 0.5% | - |
| XYZ | 13.88 | 18.2 | 21.85 | - |
| YUV | 110.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 124 | 0.45 | 0 | 0.03 | 0.50 | 175.86 | 0.29 | 0.39 |
| Hex | 46 | 80 | 7C | 2D | 0 | 3 | 32 | B0 | 1D | 27 |
| Octal | 106 | 200 | 174 | 55 | 0 | 3 | 62 | 260 | 35 | 47 |
| Binary | 1000110 | 10000000 | 1111100 | 101101 | 0 | 11 | 110010 | 10110000 | 11101 | 100111 |
Color Harmonies of #46807C
Complementary color
Monochromatic Colors of #46807C
Black with #46807C
Text Example
Text Example
White with #46807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46807C; }
p { color: rgb(70,128,124); }
H1.HeaderClassName
{
color: #46807C;
}
.AnyTagClassName
{
color: #46807C;
}
</style>
background-color css
<style>
a { background-color: #46807C; }
a { background-color: rgb(70,128,124); }
div.DivClassName
{
background-color: #46807C;
}
.BgClassName
{
background-color: #46807C;
}
</style>
border-color css
<style>
span { border-color: #46807C; }
span { border-color: rgb(70,128,124); }
td.TdClassName
{
border-color: #46807C;
}
.TagClassName
{
border-color: #46807C;
}
</style>