Shades of Governor Bay #44559C
Tints of Governor Bay #44559C
RGB
CMYK
RGB Variations
Color information
#44559C (or 0x44559C) is known color: Governor Bay. HEX triplet: 44, 55 and 9C. RGB value is (68,85,156). Sum of RGB (Red+Green+Blue) = 68+85+156=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #44559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44559C is #BBAA63. Grayscale: #575757. Windows color (decimal): -12298852 or 10245444. OLE color: 10245444.
HSL color Cylindrical-coordinate representation of color #44559C: hue angle of 228.41º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44559C is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 85 | 156 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.39 |
| HSL | 228.41º | 0.39% | 0.44% | - |
| HSV(B) | 228.41º | 0.56% | 0.61% | - |
| XYZ | 11.63 | 10.13 | 32.79 | - |
| YUV | 88.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 156 | 0.56 | 0.46 | 0 | 0.39 | 228.41 | 0.39 | 0.44 |
| Hex | 44 | 55 | 9C | 38 | 2E | 0 | 27 | E4 | 27 | 2C |
| Octal | 104 | 125 | 234 | 70 | 56 | 0 | 47 | 344 | 47 | 54 |
| Binary | 1000100 | 1010101 | 10011100 | 111000 | 101110 | 0 | 100111 | 11100100 | 100111 | 101100 |
Color Harmonies of #44559C
Complementary color
Monochromatic Colors of #44559C
Black with #44559C
Text Example
Text Example
White with #44559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44559C; }
p { color: rgb(68,85,156); }
H1.HeaderClassName
{
color: #44559C;
}
.AnyTagClassName
{
color: #44559C;
}
</style>
background-color css
<style>
a { background-color: #44559C; }
a { background-color: rgb(68,85,156); }
div.DivClassName
{
background-color: #44559C;
}
.BgClassName
{
background-color: #44559C;
}
</style>
border-color css
<style>
span { border-color: #44559C; }
span { border-color: rgb(68,85,156); }
td.TdClassName
{
border-color: #44559C;
}
.TagClassName
{
border-color: #44559C;
}
</style>