Shades of Governor Bay #444AA0
Tints of Governor Bay #444AA0
RGB
CMYK
RGB Variations
Color information
#444AA0 (or 0x444AA0) is known color: Governor Bay. HEX triplet: 44, 4A and A0. RGB value is (68,74,160). Sum of RGB (Red+Green+Blue) = 68+74+160=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #444AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444AA0 is #BBB55F. Grayscale: #515151. Windows color (decimal): -12301664 or 10504772. OLE color: 10504772.
HSL color Cylindrical-coordinate representation of color #444AA0: hue angle of 236.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #444AA0 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 74 | 160 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.37 |
| HSL | 236.09º | 0.4% | 0.45% | - |
| HSV(B) | 236.09º | 0.58% | 0.63% | - |
| XYZ | 11.18 | 8.66 | 34.34 | - |
| YUV | 82.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 160 | 0.57 | 0.54 | 0 | 0.37 | 236.09 | 0.4 | 0.45 |
| Hex | 44 | 4A | A0 | 39 | 36 | 0 | 25 | EC | 28 | 2D |
| Octal | 104 | 112 | 240 | 71 | 66 | 0 | 45 | 354 | 50 | 55 |
| Binary | 1000100 | 1001010 | 10100000 | 111001 | 110110 | 0 | 100101 | 11101100 | 101000 | 101101 |
Color Harmonies of #444AA0
Complementary color
Monochromatic Colors of #444AA0
Black with #444AA0
Text Example
Text Example
White with #444AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AA0; }
p { color: rgb(68,74,160); }
H1.HeaderClassName
{
color: #444AA0;
}
.AnyTagClassName
{
color: #444AA0;
}
</style>
background-color css
<style>
a { background-color: #444AA0; }
a { background-color: rgb(68,74,160); }
div.DivClassName
{
background-color: #444AA0;
}
.BgClassName
{
background-color: #444AA0;
}
</style>
border-color css
<style>
span { border-color: #444AA0; }
span { border-color: rgb(68,74,160); }
td.TdClassName
{
border-color: #444AA0;
}
.TagClassName
{
border-color: #444AA0;
}
</style>