Shades of Governor Bay #444891
Tints of Governor Bay #444891
RGB
CMYK
RGB Variations
Color information
#444891 (or 0x444891) is known color: Governor Bay. HEX triplet: 44, 48 and 91. RGB value is (68,72,145). Sum of RGB (Red+Green+Blue) = 68+72+145=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #444891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444891 is #BBB76E. Grayscale: #4E4E4E. Windows color (decimal): -12302191 or 9521220. OLE color: 9521220.
HSL color Cylindrical-coordinate representation of color #444891: hue angle of 236.88º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444891 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 72 | 145 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.43 |
| HSL | 236.88º | 0.36% | 0.42% | - |
| HSV(B) | 236.88º | 0.53% | 0.57% | - |
| XYZ | 9.81 | 7.91 | 27.8 | - |
| YUV | 79.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 145 | 0.53 | 0.50 | 0 | 0.43 | 236.88 | 0.36 | 0.42 |
| Hex | 44 | 48 | 91 | 35 | 32 | 0 | 2B | ED | 24 | 2A |
| Octal | 104 | 110 | 221 | 65 | 62 | 0 | 53 | 355 | 44 | 52 |
| Binary | 1000100 | 1001000 | 10010001 | 110101 | 110010 | 0 | 101011 | 11101101 | 100100 | 101010 |
Color Harmonies of #444891
Complementary color
Monochromatic Colors of #444891
Black with #444891
Text Example
Text Example
White with #444891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444891; }
p { color: rgb(68,72,145); }
H1.HeaderClassName
{
color: #444891;
}
.AnyTagClassName
{
color: #444891;
}
</style>
background-color css
<style>
a { background-color: #444891; }
a { background-color: rgb(68,72,145); }
div.DivClassName
{
background-color: #444891;
}
.BgClassName
{
background-color: #444891;
}
</style>
border-color css
<style>
span { border-color: #444891; }
span { border-color: rgb(68,72,145); }
td.TdClassName
{
border-color: #444891;
}
.TagClassName
{
border-color: #444891;
}
</style>