Shades of Governor Bay #44559E
Tints of Governor Bay #44559E
RGB
CMYK
RGB Variations
Color information
#44559E (or 0x44559E) is known color: Governor Bay. HEX triplet: 44, 55 and 9E. RGB value is (68,85,158). Sum of RGB (Red+Green+Blue) = 68+85+158=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #44559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44559E is #BBAA61. Grayscale: #575757. Windows color (decimal): -12298850 or 10376516. OLE color: 10376516.
HSL color Cylindrical-coordinate representation of color #44559E: hue angle of 228.67º 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 #44559E is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 85 | 158 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.38 |
| HSL | 228.67º | 0.4% | 0.44% | - |
| HSV(B) | 228.67º | 0.57% | 0.62% | - |
| XYZ | 11.8 | 10.19 | 33.69 | - |
| YUV | 88.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 158 | 0.57 | 0.46 | 0 | 0.38 | 228.67 | 0.4 | 0.44 |
| Hex | 44 | 55 | 9E | 39 | 2E | 0 | 26 | E5 | 28 | 2C |
| Octal | 104 | 125 | 236 | 71 | 56 | 0 | 46 | 345 | 50 | 54 |
| Binary | 1000100 | 1010101 | 10011110 | 111001 | 101110 | 0 | 100110 | 11100101 | 101000 | 101100 |
Color Harmonies of #44559E
Complementary color
Monochromatic Colors of #44559E
Black with #44559E
Text Example
Text Example
White with #44559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44559E; }
p { color: rgb(68,85,158); }
H1.HeaderClassName
{
color: #44559E;
}
.AnyTagClassName
{
color: #44559E;
}
</style>
background-color css
<style>
a { background-color: #44559E; }
a { background-color: rgb(68,85,158); }
div.DivClassName
{
background-color: #44559E;
}
.BgClassName
{
background-color: #44559E;
}
</style>
border-color css
<style>
span { border-color: #44559E; }
span { border-color: rgb(68,85,158); }
td.TdClassName
{
border-color: #44559E;
}
.TagClassName
{
border-color: #44559E;
}
</style>