Shades of Governor Bay #444FAC
Tints of Governor Bay #444FAC
RGB
CMYK
RGB Variations
Color information
#444FAC (or 0x444FAC) is known color: Governor Bay. HEX triplet: 44, 4F and AC. RGB value is (68,79,172). Sum of RGB (Red+Green+Blue) = 68+79+172=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #444FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444FAC is #BBB053. Grayscale: #555555. Windows color (decimal): -12300372 or 11292484. OLE color: 11292484.
HSL color Cylindrical-coordinate representation of color #444FAC: hue angle of 233.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444FAC is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 79 | 172 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.33 |
| HSL | 233.65º | 0.43% | 0.47% | - |
| HSV(B) | 233.65º | 0.6% | 0.67% | - |
| XYZ | 12.63 | 9.8 | 40.26 | - |
| YUV | 86.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 172 | 0.60 | 0.54 | 0 | 0.33 | 233.65 | 0.43 | 0.47 |
| Hex | 44 | 4F | AC | 3C | 36 | 0 | 21 | EA | 2B | 2F |
| Octal | 104 | 117 | 254 | 74 | 66 | 0 | 41 | 352 | 53 | 57 |
| Binary | 1000100 | 1001111 | 10101100 | 111100 | 110110 | 0 | 100001 | 11101010 | 101011 | 101111 |
Color Harmonies of #444FAC
Complementary color
Monochromatic Colors of #444FAC
Black with #444FAC
Text Example
Text Example
White with #444FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FAC; }
p { color: rgb(68,79,172); }
H1.HeaderClassName
{
color: #444FAC;
}
.AnyTagClassName
{
color: #444FAC;
}
</style>
background-color css
<style>
a { background-color: #444FAC; }
a { background-color: rgb(68,79,172); }
div.DivClassName
{
background-color: #444FAC;
}
.BgClassName
{
background-color: #444FAC;
}
</style>
border-color css
<style>
span { border-color: #444FAC; }
span { border-color: rgb(68,79,172); }
td.TdClassName
{
border-color: #444FAC;
}
.TagClassName
{
border-color: #444FAC;
}
</style>