Shades of Governor Bay #444BA9
Tints of Governor Bay #444BA9
RGB
CMYK
RGB Variations
Color information
#444BA9 (or 0x444BA9) is known color: Governor Bay. HEX triplet: 44, 4B and A9. RGB value is (68,75,169). Sum of RGB (Red+Green+Blue) = 68+75+169=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #444BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444BA9 is #BBB456. Grayscale: #535353. Windows color (decimal): -12301399 or 11094852. OLE color: 11094852.
HSL color Cylindrical-coordinate representation of color #444BA9: hue angle of 235.84º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444BA9 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 75 | 169 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.34 |
| HSL | 235.84º | 0.43% | 0.46% | - |
| HSV(B) | 235.84º | 0.6% | 0.66% | - |
| XYZ | 12.06 | 9.13 | 38.66 | - |
| YUV | 83.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 169 | 0.60 | 0.56 | 0 | 0.34 | 235.84 | 0.43 | 0.46 |
| Hex | 44 | 4B | A9 | 3C | 38 | 0 | 22 | EC | 2B | 2E |
| Octal | 104 | 113 | 251 | 74 | 70 | 0 | 42 | 354 | 53 | 56 |
| Binary | 1000100 | 1001011 | 10101001 | 111100 | 111000 | 0 | 100010 | 11101100 | 101011 | 101110 |
Color Harmonies of #444BA9
Complementary color
Monochromatic Colors of #444BA9
Black with #444BA9
Text Example
Text Example
White with #444BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BA9; }
p { color: rgb(68,75,169); }
H1.HeaderClassName
{
color: #444BA9;
}
.AnyTagClassName
{
color: #444BA9;
}
</style>
background-color css
<style>
a { background-color: #444BA9; }
a { background-color: rgb(68,75,169); }
div.DivClassName
{
background-color: #444BA9;
}
.BgClassName
{
background-color: #444BA9;
}
</style>
border-color css
<style>
span { border-color: #444BA9; }
span { border-color: rgb(68,75,169); }
td.TdClassName
{
border-color: #444BA9;
}
.TagClassName
{
border-color: #444BA9;
}
</style>