Shades of Governor Bay #4744AD
Tints of Governor Bay #4744AD
RGB
CMYK
RGB Variations
Color information
#4744AD (or 0x4744AD) is known color: Governor Bay. HEX triplet: 47, 44 and AD. RGB value is (71,68,173). Sum of RGB (Red+Green+Blue) = 71+68+173=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #4744AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4744AD is #B8BB52. Grayscale: #505050. Windows color (decimal): -12106579 or 11355207. OLE color: 11355207.
HSL color Cylindrical-coordinate representation of color #4744AD: hue angle of 241.71º 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 #4744AD is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 68 | 173 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.32 |
| HSL | 241.71º | 0.44% | 0.47% | - |
| HSV(B) | 241.71º | 0.61% | 0.68% | - |
| XYZ | 12.21 | 8.49 | 40.53 | - |
| YUV | 80.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 173 | 0.59 | 0.61 | 0 | 0.32 | 241.71 | 0.44 | 0.47 |
| Hex | 47 | 44 | AD | 3B | 3D | 0 | 20 | F2 | 2C | 2F |
| Octal | 107 | 104 | 255 | 73 | 75 | 0 | 40 | 362 | 54 | 57 |
| Binary | 1000111 | 1000100 | 10101101 | 111011 | 111101 | 0 | 100000 | 11110010 | 101100 | 101111 |
Color Harmonies of #4744AD
Complementary color
Monochromatic Colors of #4744AD
Black with #4744AD
Text Example
Text Example
White with #4744AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4744AD; }
p { color: rgb(71,68,173); }
H1.HeaderClassName
{
color: #4744AD;
}
.AnyTagClassName
{
color: #4744AD;
}
</style>
background-color css
<style>
a { background-color: #4744AD; }
a { background-color: rgb(71,68,173); }
div.DivClassName
{
background-color: #4744AD;
}
.BgClassName
{
background-color: #4744AD;
}
</style>
border-color css
<style>
span { border-color: #4744AD; }
span { border-color: rgb(71,68,173); }
td.TdClassName
{
border-color: #4744AD;
}
.TagClassName
{
border-color: #4744AD;
}
</style>