Shades of Governor Bay #44549E
Tints of Governor Bay #44549E
RGB
CMYK
RGB Variations
Color information
#44549E (or 0x44549E) is known color: Governor Bay. HEX triplet: 44, 54 and 9E. RGB value is (68,84,158). Sum of RGB (Red+Green+Blue) = 68+84+158=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #44549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44549E is #BBAB61. Grayscale: #575757. Windows color (decimal): -12299106 or 10376260. OLE color: 10376260.
HSL color Cylindrical-coordinate representation of color #44549E: hue angle of 229.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44549E is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 84 | 158 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.38 |
| HSL | 229.33º | 0.4% | 0.44% | - |
| HSV(B) | 229.33º | 0.57% | 0.62% | - |
| XYZ | 11.73 | 10.04 | 33.67 | - |
| YUV | 87.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 158 | 0.57 | 0.47 | 0 | 0.38 | 229.33 | 0.4 | 0.44 |
| Hex | 44 | 54 | 9E | 39 | 2F | 0 | 26 | E5 | 28 | 2C |
| Octal | 104 | 124 | 236 | 71 | 57 | 0 | 46 | 345 | 50 | 54 |
| Binary | 1000100 | 1010100 | 10011110 | 111001 | 101111 | 0 | 100110 | 11100101 | 101000 | 101100 |
Color Harmonies of #44549E
Complementary color
Monochromatic Colors of #44549E
Black with #44549E
Text Example
Text Example
White with #44549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44549E; }
p { color: rgb(68,84,158); }
H1.HeaderClassName
{
color: #44549E;
}
.AnyTagClassName
{
color: #44549E;
}
</style>
background-color css
<style>
a { background-color: #44549E; }
a { background-color: rgb(68,84,158); }
div.DivClassName
{
background-color: #44549E;
}
.BgClassName
{
background-color: #44549E;
}
</style>
border-color css
<style>
span { border-color: #44549E; }
span { border-color: rgb(68,84,158); }
td.TdClassName
{
border-color: #44549E;
}
.TagClassName
{
border-color: #44549E;
}
</style>