Shades of Governor Bay #444AAF
Tints of Governor Bay #444AAF
RGB
CMYK
RGB Variations
Color information
#444AAF (or 0x444AAF) is known color: Governor Bay. HEX triplet: 44, 4A and AF. RGB value is (68,74,175). Sum of RGB (Red+Green+Blue) = 68+74+175=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #444AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444AAF is #BBB550. Grayscale: #535353. Windows color (decimal): -12301649 or 11487812. OLE color: 11487812.
HSL color Cylindrical-coordinate representation of color #444AAF: hue angle of 236.64º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #444AAF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 74 | 175 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.31 |
| HSL | 236.64º | 0.44% | 0.48% | - |
| HSV(B) | 236.64º | 0.61% | 0.69% | - |
| XYZ | 12.57 | 9.22 | 41.67 | - |
| YUV | 83.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 175 | 0.61 | 0.58 | 0 | 0.31 | 236.64 | 0.44 | 0.48 |
| Hex | 44 | 4A | AF | 3D | 3A | 0 | 1F | ED | 2C | 30 |
| Octal | 104 | 112 | 257 | 75 | 72 | 0 | 37 | 355 | 54 | 60 |
| Binary | 1000100 | 1001010 | 10101111 | 111101 | 111010 | 0 | 11111 | 11101101 | 101100 | 110000 |
Color Harmonies of #444AAF
Complementary color
Monochromatic Colors of #444AAF
Black with #444AAF
Text Example
Text Example
White with #444AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AAF; }
p { color: rgb(68,74,175); }
H1.HeaderClassName
{
color: #444AAF;
}
.AnyTagClassName
{
color: #444AAF;
}
</style>
background-color css
<style>
a { background-color: #444AAF; }
a { background-color: rgb(68,74,175); }
div.DivClassName
{
background-color: #444AAF;
}
.BgClassName
{
background-color: #444AAF;
}
</style>
border-color css
<style>
span { border-color: #444AAF; }
span { border-color: rgb(68,74,175); }
td.TdClassName
{
border-color: #444AAF;
}
.TagClassName
{
border-color: #444AAF;
}
</style>