Shades of Governor Bay #444A94
Tints of Governor Bay #444A94
RGB
CMYK
RGB Variations
Color information
#444A94 (or 0x444A94) is known color: Governor Bay. HEX triplet: 44, 4A and 94. RGB value is (68,74,148). Sum of RGB (Red+Green+Blue) = 68+74+148=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #444A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A94 is #BBB56B. Grayscale: #505050. Windows color (decimal): -12301676 or 9718340. OLE color: 9718340.
HSL color Cylindrical-coordinate representation of color #444A94: hue angle of 235.5º 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 #444A94 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 74 | 148 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.42 |
| HSL | 235.5º | 0.37% | 0.42% | - |
| HSV(B) | 235.5º | 0.54% | 0.58% | - |
| XYZ | 10.18 | 8.26 | 29.08 | - |
| YUV | 80.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 148 | 0.54 | 0.50 | 0 | 0.42 | 235.5 | 0.37 | 0.42 |
| Hex | 44 | 4A | 94 | 36 | 32 | 0 | 2A | EC | 25 | 2A |
| Octal | 104 | 112 | 224 | 66 | 62 | 0 | 52 | 354 | 45 | 52 |
| Binary | 1000100 | 1001010 | 10010100 | 110110 | 110010 | 0 | 101010 | 11101100 | 100101 | 101010 |
Color Harmonies of #444A94
Complementary color
Monochromatic Colors of #444A94
Black with #444A94
Text Example
Text Example
White with #444A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A94; }
p { color: rgb(68,74,148); }
H1.HeaderClassName
{
color: #444A94;
}
.AnyTagClassName
{
color: #444A94;
}
</style>
background-color css
<style>
a { background-color: #444A94; }
a { background-color: rgb(68,74,148); }
div.DivClassName
{
background-color: #444A94;
}
.BgClassName
{
background-color: #444A94;
}
</style>
border-color css
<style>
span { border-color: #444A94; }
span { border-color: rgb(68,74,148); }
td.TdClassName
{
border-color: #444A94;
}
.TagClassName
{
border-color: #444A94;
}
</style>