Shades of Governor Bay #44509B
Tints of Governor Bay #44509B
RGB
CMYK
RGB Variations
Color information
#44509B (or 0x44509B) is known color: Governor Bay. HEX triplet: 44, 50 and 9B. RGB value is (68,80,155). Sum of RGB (Red+Green+Blue) = 68+80+155=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #44509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44509B is #BBAF64. Grayscale: #545454. Windows color (decimal): -12300133 or 10178628. OLE color: 10178628.
HSL color Cylindrical-coordinate representation of color #44509B: hue angle of 231.72º 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 #44509B is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 80 | 155 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.39 |
| HSL | 231.72º | 0.39% | 0.44% | - |
| HSV(B) | 231.72º | 0.56% | 0.61% | - |
| XYZ | 11.17 | 9.33 | 32.22 | - |
| YUV | 84.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 155 | 0.56 | 0.48 | 0 | 0.39 | 231.72 | 0.39 | 0.44 |
| Hex | 44 | 50 | 9B | 38 | 30 | 0 | 27 | E8 | 27 | 2C |
| Octal | 104 | 120 | 233 | 70 | 60 | 0 | 47 | 350 | 47 | 54 |
| Binary | 1000100 | 1010000 | 10011011 | 111000 | 110000 | 0 | 100111 | 11101000 | 100111 | 101100 |
Color Harmonies of #44509B
Complementary color
Monochromatic Colors of #44509B
Black with #44509B
Text Example
Text Example
White with #44509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44509B; }
p { color: rgb(68,80,155); }
H1.HeaderClassName
{
color: #44509B;
}
.AnyTagClassName
{
color: #44509B;
}
</style>
background-color css
<style>
a { background-color: #44509B; }
a { background-color: rgb(68,80,155); }
div.DivClassName
{
background-color: #44509B;
}
.BgClassName
{
background-color: #44509B;
}
</style>
border-color css
<style>
span { border-color: #44509B; }
span { border-color: rgb(68,80,155); }
td.TdClassName
{
border-color: #44509B;
}
.TagClassName
{
border-color: #44509B;
}
</style>