Shades of Breaker Bay #457F78
Tints of Breaker Bay #457F78
RGB
CMYK
RGB Variations
Color information
#457F78 (or 0x457F78) is known color: Breaker Bay. HEX triplet: 45, 7F and 78. RGB value is (69,127,120). Sum of RGB (Red+Green+Blue) = 69+127+120=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #457F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F78 is #BA8087. Grayscale: #6C6C6C. Windows color (decimal): -12222600 or 7896901. OLE color: 7896901.
HSL color Cylindrical-coordinate representation of color #457F78: hue angle of 172.76º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F78 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 120 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.50 |
| HSL | 172.76º | 0.3% | 0.38% | - |
| HSV(B) | 172.76º | 0.46% | 0.5% | - |
| XYZ | 13.43 | 17.8 | 20.5 | - |
| YUV | 108.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 120 | 0.46 | 0 | 0.06 | 0.50 | 172.76 | 0.3 | 0.38 |
| Hex | 45 | 7F | 78 | 2E | 0 | 6 | 32 | AD | 1E | 26 |
| Octal | 105 | 177 | 170 | 56 | 0 | 6 | 62 | 255 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1111000 | 101110 | 0 | 110 | 110010 | 10101101 | 11110 | 100110 |
Color Harmonies of #457F78
Complementary color
Monochromatic Colors of #457F78
Black with #457F78
Text Example
Text Example
White with #457F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F78; }
p { color: rgb(69,127,120); }
H1.HeaderClassName
{
color: #457F78;
}
.AnyTagClassName
{
color: #457F78;
}
</style>
background-color css
<style>
a { background-color: #457F78; }
a { background-color: rgb(69,127,120); }
div.DivClassName
{
background-color: #457F78;
}
.BgClassName
{
background-color: #457F78;
}
</style>
border-color css
<style>
span { border-color: #457F78; }
span { border-color: rgb(69,127,120); }
td.TdClassName
{
border-color: #457F78;
}
.TagClassName
{
border-color: #457F78;
}
</style>