Shades of Governor Bay #444DA3
Tints of Governor Bay #444DA3
RGB
CMYK
RGB Variations
Color information
#444DA3 (or 0x444DA3) is known color: Governor Bay. HEX triplet: 44, 4D and A3. RGB value is (68,77,163). Sum of RGB (Red+Green+Blue) = 68+77+163=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #444DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444DA3 is #BBB25C. Grayscale: #535353. Windows color (decimal): -12300893 or 10702148. OLE color: 10702148.
HSL color Cylindrical-coordinate representation of color #444DA3: hue angle of 234.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444DA3 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 77 | 163 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.36 |
| HSL | 234.32º | 0.41% | 0.45% | - |
| HSV(B) | 234.32º | 0.58% | 0.64% | - |
| XYZ | 11.65 | 9.18 | 35.81 | - |
| YUV | 84.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 163 | 0.58 | 0.53 | 0 | 0.36 | 234.32 | 0.41 | 0.45 |
| Hex | 44 | 4D | A3 | 3A | 35 | 0 | 24 | EA | 29 | 2D |
| Octal | 104 | 115 | 243 | 72 | 65 | 0 | 44 | 352 | 51 | 55 |
| Binary | 1000100 | 1001101 | 10100011 | 111010 | 110101 | 0 | 100100 | 11101010 | 101001 | 101101 |
Color Harmonies of #444DA3
Complementary color
Monochromatic Colors of #444DA3
Black with #444DA3
Text Example
Text Example
White with #444DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DA3; }
p { color: rgb(68,77,163); }
H1.HeaderClassName
{
color: #444DA3;
}
.AnyTagClassName
{
color: #444DA3;
}
</style>
background-color css
<style>
a { background-color: #444DA3; }
a { background-color: rgb(68,77,163); }
div.DivClassName
{
background-color: #444DA3;
}
.BgClassName
{
background-color: #444DA3;
}
</style>
border-color css
<style>
span { border-color: #444DA3; }
span { border-color: rgb(68,77,163); }
td.TdClassName
{
border-color: #444DA3;
}
.TagClassName
{
border-color: #444DA3;
}
</style>