Shades of Governor Bay #44549C
Tints of Governor Bay #44549C
RGB
CMYK
RGB Variations
Color information
#44549C (or 0x44549C) is known color: Governor Bay. HEX triplet: 44, 54 and 9C. RGB value is (68,84,156). Sum of RGB (Red+Green+Blue) = 68+84+156=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #44549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44549C is #BBAB63. Grayscale: #575757. Windows color (decimal): -12299108 or 10245188. OLE color: 10245188.
HSL color Cylindrical-coordinate representation of color #44549C: hue angle of 229.09º 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 #44549C is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 84 | 156 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.39 |
| HSL | 229.09º | 0.39% | 0.44% | - |
| HSV(B) | 229.09º | 0.56% | 0.61% | - |
| XYZ | 11.55 | 9.97 | 32.77 | - |
| YUV | 87.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 156 | 0.56 | 0.46 | 0 | 0.39 | 229.09 | 0.39 | 0.44 |
| Hex | 44 | 54 | 9C | 38 | 2E | 0 | 27 | E5 | 27 | 2C |
| Octal | 104 | 124 | 234 | 70 | 56 | 0 | 47 | 345 | 47 | 54 |
| Binary | 1000100 | 1010100 | 10011100 | 111000 | 101110 | 0 | 100111 | 11100101 | 100111 | 101100 |
Color Harmonies of #44549C
Complementary color
Monochromatic Colors of #44549C
Black with #44549C
Text Example
Text Example
White with #44549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44549C; }
p { color: rgb(68,84,156); }
H1.HeaderClassName
{
color: #44549C;
}
.AnyTagClassName
{
color: #44549C;
}
</style>
background-color css
<style>
a { background-color: #44549C; }
a { background-color: rgb(68,84,156); }
div.DivClassName
{
background-color: #44549C;
}
.BgClassName
{
background-color: #44549C;
}
</style>
border-color css
<style>
span { border-color: #44549C; }
span { border-color: rgb(68,84,156); }
td.TdClassName
{
border-color: #44549C;
}
.TagClassName
{
border-color: #44549C;
}
</style>