Shades of Breaker Bay #44807B
Tints of Breaker Bay #44807B
RGB
CMYK
RGB Variations
Color information
#44807B (or 0x44807B) is known color: Breaker Bay. HEX triplet: 44, 80 and 7B. RGB value is (68,128,123). Sum of RGB (Red+Green+Blue) = 68+128+123=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #44807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44807B is #BB7F84. Grayscale: #6D6D6D. Windows color (decimal): -12287877 or 8093764. OLE color: 8093764.
HSL color Cylindrical-coordinate representation of color #44807B: hue angle of 175º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44807B is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 123 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.50 |
| HSL | 175º | 0.31% | 0.38% | - |
| HSV(B) | 175º | 0.47% | 0.5% | - |
| XYZ | 13.68 | 18.1 | 21.51 | - |
| YUV | 109.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 123 | 0.47 | 0 | 0.04 | 0.50 | 175 | 0.31 | 0.38 |
| Hex | 44 | 80 | 7B | 2F | 0 | 4 | 32 | AF | 1F | 26 |
| Octal | 104 | 200 | 173 | 57 | 0 | 4 | 62 | 257 | 37 | 46 |
| Binary | 1000100 | 10000000 | 1111011 | 101111 | 0 | 100 | 110010 | 10101111 | 11111 | 100110 |
Color Harmonies of #44807B
Complementary color
Monochromatic Colors of #44807B
Black with #44807B
Text Example
Text Example
White with #44807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44807B; }
p { color: rgb(68,128,123); }
H1.HeaderClassName
{
color: #44807B;
}
.AnyTagClassName
{
color: #44807B;
}
</style>
background-color css
<style>
a { background-color: #44807B; }
a { background-color: rgb(68,128,123); }
div.DivClassName
{
background-color: #44807B;
}
.BgClassName
{
background-color: #44807B;
}
</style>
border-color css
<style>
span { border-color: #44807B; }
span { border-color: rgb(68,128,123); }
td.TdClassName
{
border-color: #44807B;
}
.TagClassName
{
border-color: #44807B;
}
</style>