Shades of Breaker Bay #447E78
Tints of Breaker Bay #447E78
RGB
CMYK
RGB Variations
Color information
#447E78 (or 0x447E78) is known color: Breaker Bay. HEX triplet: 44, 7E and 78. RGB value is (68,126,120). Sum of RGB (Red+Green+Blue) = 68+126+120=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #447E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E78 is #BB8187. Grayscale: #6B6B6B. Windows color (decimal): -12288392 or 7896644. OLE color: 7896644.
HSL color Cylindrical-coordinate representation of color #447E78: hue angle of 173.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447E78 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 120 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.51 |
| HSL | 173.79º | 0.3% | 0.38% | - |
| HSV(B) | 173.79º | 0.46% | 0.49% | - |
| XYZ | 13.23 | 17.51 | 20.45 | - |
| YUV | 107.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 120 | 0.46 | 0 | 0.05 | 0.51 | 173.79 | 0.3 | 0.38 |
| Hex | 44 | 7E | 78 | 2E | 0 | 5 | 33 | AE | 1E | 26 |
| Octal | 104 | 176 | 170 | 56 | 0 | 5 | 63 | 256 | 36 | 46 |
| Binary | 1000100 | 1111110 | 1111000 | 101110 | 0 | 101 | 110011 | 10101110 | 11110 | 100110 |
Color Harmonies of #447E78
Complementary color
Monochromatic Colors of #447E78
Black with #447E78
Text Example
Text Example
White with #447E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E78; }
p { color: rgb(68,126,120); }
H1.HeaderClassName
{
color: #447E78;
}
.AnyTagClassName
{
color: #447E78;
}
</style>
background-color css
<style>
a { background-color: #447E78; }
a { background-color: rgb(68,126,120); }
div.DivClassName
{
background-color: #447E78;
}
.BgClassName
{
background-color: #447E78;
}
</style>
border-color css
<style>
span { border-color: #447E78; }
span { border-color: rgb(68,126,120); }
td.TdClassName
{
border-color: #447E78;
}
.TagClassName
{
border-color: #447E78;
}
</style>