Shades of Governor Bay #444C8F
Tints of Governor Bay #444C8F
RGB
CMYK
RGB Variations
Color information
#444C8F (or 0x444C8F) is known color: Governor Bay. HEX triplet: 44, 4C and 8F. RGB value is (68,76,143). Sum of RGB (Red+Green+Blue) = 68+76+143=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #444C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C8F is #BBB370. Grayscale: #505050. Windows color (decimal): -12301169 or 9391172. OLE color: 9391172.
HSL color Cylindrical-coordinate representation of color #444C8F: hue angle of 233.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444C8F is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 76 | 143 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.44 |
| HSL | 233.6º | 0.36% | 0.41% | - |
| HSV(B) | 233.6º | 0.52% | 0.56% | - |
| XYZ | 9.93 | 8.38 | 27.08 | - |
| YUV | 81.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 143 | 0.52 | 0.47 | 0 | 0.44 | 233.6 | 0.36 | 0.41 |
| Hex | 44 | 4C | 8F | 34 | 2F | 0 | 2C | EA | 24 | 29 |
| Octal | 104 | 114 | 217 | 64 | 57 | 0 | 54 | 352 | 44 | 51 |
| Binary | 1000100 | 1001100 | 10001111 | 110100 | 101111 | 0 | 101100 | 11101010 | 100100 | 101001 |
Color Harmonies of #444C8F
Complementary color
Monochromatic Colors of #444C8F
Black with #444C8F
Text Example
Text Example
White with #444C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C8F; }
p { color: rgb(68,76,143); }
H1.HeaderClassName
{
color: #444C8F;
}
.AnyTagClassName
{
color: #444C8F;
}
</style>
background-color css
<style>
a { background-color: #444C8F; }
a { background-color: rgb(68,76,143); }
div.DivClassName
{
background-color: #444C8F;
}
.BgClassName
{
background-color: #444C8F;
}
</style>
border-color css
<style>
span { border-color: #444C8F; }
span { border-color: rgb(68,76,143); }
td.TdClassName
{
border-color: #444C8F;
}
.TagClassName
{
border-color: #444C8F;
}
</style>