Shades of Breaker Bay #457C78
Tints of Breaker Bay #457C78
RGB
CMYK
RGB Variations
Color information
#457C78 (or 0x457C78) is known color: Breaker Bay. HEX triplet: 45, 7C and 78. RGB value is (69,124,120). Sum of RGB (Red+Green+Blue) = 69+124+120=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #457C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C78 is #BA8387. Grayscale: #6B6B6B. Windows color (decimal): -12223368 or 7896133. OLE color: 7896133.
HSL color Cylindrical-coordinate representation of color #457C78: hue angle of 175.64º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C78 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 120 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.51 |
| HSL | 175.64º | 0.28% | 0.38% | - |
| HSV(B) | 175.64º | 0.44% | 0.49% | - |
| XYZ | 13.05 | 17.04 | 20.37 | - |
| YUV | 107.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 120 | 0.44 | 0 | 0.03 | 0.51 | 175.64 | 0.28 | 0.38 |
| Hex | 45 | 7C | 78 | 2C | 0 | 3 | 33 | B0 | 1C | 26 |
| Octal | 105 | 174 | 170 | 54 | 0 | 3 | 63 | 260 | 34 | 46 |
| Binary | 1000101 | 1111100 | 1111000 | 101100 | 0 | 11 | 110011 | 10110000 | 11100 | 100110 |
Color Harmonies of #457C78
Complementary color
Monochromatic Colors of #457C78
Black with #457C78
Text Example
Text Example
White with #457C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C78; }
p { color: rgb(69,124,120); }
H1.HeaderClassName
{
color: #457C78;
}
.AnyTagClassName
{
color: #457C78;
}
</style>
background-color css
<style>
a { background-color: #457C78; }
a { background-color: rgb(69,124,120); }
div.DivClassName
{
background-color: #457C78;
}
.BgClassName
{
background-color: #457C78;
}
</style>
border-color css
<style>
span { border-color: #457C78; }
span { border-color: rgb(69,124,120); }
td.TdClassName
{
border-color: #457C78;
}
.TagClassName
{
border-color: #457C78;
}
</style>