Shades of Governor Bay #4745AD
Tints of Governor Bay #4745AD
RGB
CMYK
RGB Variations
Color information
#4745AD (or 0x4745AD) is known color: Governor Bay. HEX triplet: 47, 45 and AD. RGB value is (71,69,173). Sum of RGB (Red+Green+Blue) = 71+69+173=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4745AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4745AD is #B8BA52. Grayscale: #515151. Windows color (decimal): -12106323 or 11355463. OLE color: 11355463.
HSL color Cylindrical-coordinate representation of color #4745AD: hue angle of 241.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4745AD is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 69 | 173 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.32 |
| HSL | 241.15º | 0.43% | 0.47% | - |
| HSV(B) | 241.15º | 0.6% | 0.68% | - |
| XYZ | 12.27 | 8.61 | 40.55 | - |
| YUV | 81.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 173 | 0.59 | 0.60 | 0 | 0.32 | 241.15 | 0.43 | 0.47 |
| Hex | 47 | 45 | AD | 3B | 3C | 0 | 20 | F1 | 2B | 2F |
| Octal | 107 | 105 | 255 | 73 | 74 | 0 | 40 | 361 | 53 | 57 |
| Binary | 1000111 | 1000101 | 10101101 | 111011 | 111100 | 0 | 100000 | 11110001 | 101011 | 101111 |
Color Harmonies of #4745AD
Complementary color
Monochromatic Colors of #4745AD
Black with #4745AD
Text Example
Text Example
White with #4745AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4745AD; }
p { color: rgb(71,69,173); }
H1.HeaderClassName
{
color: #4745AD;
}
.AnyTagClassName
{
color: #4745AD;
}
</style>
background-color css
<style>
a { background-color: #4745AD; }
a { background-color: rgb(71,69,173); }
div.DivClassName
{
background-color: #4745AD;
}
.BgClassName
{
background-color: #4745AD;
}
</style>
border-color css
<style>
span { border-color: #4745AD; }
span { border-color: rgb(71,69,173); }
td.TdClassName
{
border-color: #4745AD;
}
.TagClassName
{
border-color: #4745AD;
}
</style>