Shades of Governor Bay #44489E
Tints of Governor Bay #44489E
RGB
CMYK
RGB Variations
Color information
#44489E (or 0x44489E) is known color: Governor Bay. HEX triplet: 44, 48 and 9E. RGB value is (68,72,158). Sum of RGB (Red+Green+Blue) = 68+72+158=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #44489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44489E is #BBB761. Grayscale: #505050. Windows color (decimal): -12302178 or 10373188. OLE color: 10373188.
HSL color Cylindrical-coordinate representation of color #44489E: hue angle of 237.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 #44489E is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 72 | 158 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.38 |
| HSL | 237.33º | 0.4% | 0.44% | - |
| HSV(B) | 237.33º | 0.57% | 0.62% | - |
| XYZ | 10.87 | 8.33 | 33.38 | - |
| YUV | 80.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 158 | 0.57 | 0.54 | 0 | 0.38 | 237.33 | 0.4 | 0.44 |
| Hex | 44 | 48 | 9E | 39 | 36 | 0 | 26 | ED | 28 | 2C |
| Octal | 104 | 110 | 236 | 71 | 66 | 0 | 46 | 355 | 50 | 54 |
| Binary | 1000100 | 1001000 | 10011110 | 111001 | 110110 | 0 | 100110 | 11101101 | 101000 | 101100 |
Color Harmonies of #44489E
Complementary color
Monochromatic Colors of #44489E
Black with #44489E
Text Example
Text Example
White with #44489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44489E; }
p { color: rgb(68,72,158); }
H1.HeaderClassName
{
color: #44489E;
}
.AnyTagClassName
{
color: #44489E;
}
</style>
background-color css
<style>
a { background-color: #44489E; }
a { background-color: rgb(68,72,158); }
div.DivClassName
{
background-color: #44489E;
}
.BgClassName
{
background-color: #44489E;
}
</style>
border-color css
<style>
span { border-color: #44489E; }
span { border-color: rgb(68,72,158); }
td.TdClassName
{
border-color: #44489E;
}
.TagClassName
{
border-color: #44489E;
}
</style>