Shades of Breaker Bay #44837B
Tints of Breaker Bay #44837B
RGB
CMYK
RGB Variations
Color information
#44837B (or 0x44837B) is known color: Breaker Bay. HEX triplet: 44, 83 and 7B. RGB value is (68,131,123). Sum of RGB (Red+Green+Blue) = 68+131+123=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #44837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44837B is #BB7C84. Grayscale: #6F6F6F. Windows color (decimal): -12287109 or 8094532. OLE color: 8094532.
HSL color Cylindrical-coordinate representation of color #44837B: hue angle of 172.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44837B is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 131 | 123 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.49 |
| HSL | 172.38º | 0.32% | 0.39% | - |
| HSV(B) | 172.38º | 0.48% | 0.51% | - |
| XYZ | 14.08 | 18.89 | 21.64 | - |
| YUV | 111.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 123 | 0.48 | 0 | 0.06 | 0.49 | 172.38 | 0.32 | 0.39 |
| Hex | 44 | 83 | 7B | 30 | 0 | 6 | 31 | AC | 20 | 27 |
| Octal | 104 | 203 | 173 | 60 | 0 | 6 | 61 | 254 | 40 | 47 |
| Binary | 1000100 | 10000011 | 1111011 | 110000 | 0 | 110 | 110001 | 10101100 | 100000 | 100111 |
Color Harmonies of #44837B
Complementary color
Monochromatic Colors of #44837B
Black with #44837B
Text Example
Text Example
White with #44837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44837B; }
p { color: rgb(68,131,123); }
H1.HeaderClassName
{
color: #44837B;
}
.AnyTagClassName
{
color: #44837B;
}
</style>
background-color css
<style>
a { background-color: #44837B; }
a { background-color: rgb(68,131,123); }
div.DivClassName
{
background-color: #44837B;
}
.BgClassName
{
background-color: #44837B;
}
</style>
border-color css
<style>
span { border-color: #44837B; }
span { border-color: rgb(68,131,123); }
td.TdClassName
{
border-color: #44837B;
}
.TagClassName
{
border-color: #44837B;
}
</style>