Shades of Breaker Bay #46827C
Tints of Breaker Bay #46827C
RGB
CMYK
RGB Variations
Color information
#46827C (or 0x46827C) is known color: Breaker Bay. HEX triplet: 46, 82 and 7C. RGB value is (70,130,124). Sum of RGB (Red+Green+Blue) = 70+130+124=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #46827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46827C is #B97D83. Grayscale: #6F6F6F. Windows color (decimal): -12156292 or 8159814. OLE color: 8159814.
HSL color Cylindrical-coordinate representation of color #46827C: hue angle of 174º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46827C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 124 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.49 |
| HSL | 174º | 0.3% | 0.39% | - |
| HSV(B) | 174º | 0.46% | 0.51% | - |
| XYZ | 14.15 | 18.72 | 21.94 | - |
| YUV | 111.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 124 | 0.46 | 0 | 0.05 | 0.49 | 174 | 0.3 | 0.39 |
| Hex | 46 | 82 | 7C | 2E | 0 | 5 | 31 | AE | 1E | 27 |
| Octal | 106 | 202 | 174 | 56 | 0 | 5 | 61 | 256 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1111100 | 101110 | 0 | 101 | 110001 | 10101110 | 11110 | 100111 |
Color Harmonies of #46827C
Complementary color
Monochromatic Colors of #46827C
Black with #46827C
Text Example
Text Example
White with #46827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46827C; }
p { color: rgb(70,130,124); }
H1.HeaderClassName
{
color: #46827C;
}
.AnyTagClassName
{
color: #46827C;
}
</style>
background-color css
<style>
a { background-color: #46827C; }
a { background-color: rgb(70,130,124); }
div.DivClassName
{
background-color: #46827C;
}
.BgClassName
{
background-color: #46827C;
}
</style>
border-color css
<style>
span { border-color: #46827C; }
span { border-color: rgb(70,130,124); }
td.TdClassName
{
border-color: #46827C;
}
.TagClassName
{
border-color: #46827C;
}
</style>