Shades of Governor Bay #4449AD
Tints of Governor Bay #4449AD
RGB
CMYK
RGB Variations
Color information
#4449AD (or 0x4449AD) is known color: Governor Bay. HEX triplet: 44, 49 and AD. RGB value is (68,73,173). Sum of RGB (Red+Green+Blue) = 68+73+173=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #4449AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4449AD is #BBB652. Grayscale: #525252. Windows color (decimal): -12301907 or 11356484. OLE color: 11356484.
HSL color Cylindrical-coordinate representation of color #4449AD: hue angle of 237.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4449AD is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 73 | 173 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.32 |
| HSL | 237.14º | 0.44% | 0.47% | - |
| HSV(B) | 237.14º | 0.61% | 0.68% | - |
| XYZ | 12.31 | 9.01 | 40.63 | - |
| YUV | 82.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 173 | 0.61 | 0.58 | 0 | 0.32 | 237.14 | 0.44 | 0.47 |
| Hex | 44 | 49 | AD | 3D | 3A | 0 | 20 | ED | 2C | 2F |
| Octal | 104 | 111 | 255 | 75 | 72 | 0 | 40 | 355 | 54 | 57 |
| Binary | 1000100 | 1001001 | 10101101 | 111101 | 111010 | 0 | 100000 | 11101101 | 101100 | 101111 |
Color Harmonies of #4449AD
Complementary color
Monochromatic Colors of #4449AD
Black with #4449AD
Text Example
Text Example
White with #4449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4449AD; }
p { color: rgb(68,73,173); }
H1.HeaderClassName
{
color: #4449AD;
}
.AnyTagClassName
{
color: #4449AD;
}
</style>
background-color css
<style>
a { background-color: #4449AD; }
a { background-color: rgb(68,73,173); }
div.DivClassName
{
background-color: #4449AD;
}
.BgClassName
{
background-color: #4449AD;
}
</style>
border-color css
<style>
span { border-color: #4449AD; }
span { border-color: rgb(68,73,173); }
td.TdClassName
{
border-color: #4449AD;
}
.TagClassName
{
border-color: #4449AD;
}
</style>