Shades of Governor Bay #444894
Tints of Governor Bay #444894
RGB
CMYK
RGB Variations
Color information
#444894 (or 0x444894) is known color: Governor Bay. HEX triplet: 44, 48 and 94. RGB value is (68,72,148). Sum of RGB (Red+Green+Blue) = 68+72+148=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #444894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444894 is #BBB76B. Grayscale: #4F4F4F. Windows color (decimal): -12302188 or 9717828. OLE color: 9717828.
HSL color Cylindrical-coordinate representation of color #444894: hue angle of 237º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444894 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 72 | 148 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.42 |
| HSL | 237º | 0.37% | 0.42% | - |
| HSV(B) | 237º | 0.54% | 0.58% | - |
| XYZ | 10.05 | 8 | 29.03 | - |
| YUV | 79.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 148 | 0.54 | 0.51 | 0 | 0.42 | 237 | 0.37 | 0.42 |
| Hex | 44 | 48 | 94 | 36 | 33 | 0 | 2A | ED | 25 | 2A |
| Octal | 104 | 110 | 224 | 66 | 63 | 0 | 52 | 355 | 45 | 52 |
| Binary | 1000100 | 1001000 | 10010100 | 110110 | 110011 | 0 | 101010 | 11101101 | 100101 | 101010 |
Color Harmonies of #444894
Complementary color
Monochromatic Colors of #444894
Black with #444894
Text Example
Text Example
White with #444894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444894; }
p { color: rgb(68,72,148); }
H1.HeaderClassName
{
color: #444894;
}
.AnyTagClassName
{
color: #444894;
}
</style>
background-color css
<style>
a { background-color: #444894; }
a { background-color: rgb(68,72,148); }
div.DivClassName
{
background-color: #444894;
}
.BgClassName
{
background-color: #444894;
}
</style>
border-color css
<style>
span { border-color: #444894; }
span { border-color: rgb(68,72,148); }
td.TdClassName
{
border-color: #444894;
}
.TagClassName
{
border-color: #444894;
}
</style>