Shades of Governor Bay #4754AD
Tints of Governor Bay #4754AD
RGB
CMYK
RGB Variations
Color information
#4754AD (or 0x4754AD) is known color: Governor Bay. HEX triplet: 47, 54 and AD. RGB value is (71,84,173). Sum of RGB (Red+Green+Blue) = 71+84+173=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #4754AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4754AD is #B8AB52. Grayscale: #595959. Windows color (decimal): -12102483 or 11359303. OLE color: 11359303.
HSL color Cylindrical-coordinate representation of color #4754AD: hue angle of 232.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4754AD is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 84 | 173 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.32 |
| HSL | 232.35º | 0.42% | 0.48% | - |
| HSV(B) | 232.35º | 0.59% | 0.68% | - |
| XYZ | 13.31 | 10.7 | 40.9 | - |
| YUV | 90.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 173 | 0.59 | 0.51 | 0 | 0.32 | 232.35 | 0.42 | 0.48 |
| Hex | 47 | 54 | AD | 3B | 33 | 0 | 20 | E8 | 2A | 30 |
| Octal | 107 | 124 | 255 | 73 | 63 | 0 | 40 | 350 | 52 | 60 |
| Binary | 1000111 | 1010100 | 10101101 | 111011 | 110011 | 0 | 100000 | 11101000 | 101010 | 110000 |
Color Harmonies of #4754AD
Complementary color
Monochromatic Colors of #4754AD
Black with #4754AD
Text Example
Text Example
White with #4754AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4754AD; }
p { color: rgb(71,84,173); }
H1.HeaderClassName
{
color: #4754AD;
}
.AnyTagClassName
{
color: #4754AD;
}
</style>
background-color css
<style>
a { background-color: #4754AD; }
a { background-color: rgb(71,84,173); }
div.DivClassName
{
background-color: #4754AD;
}
.BgClassName
{
background-color: #4754AD;
}
</style>
border-color css
<style>
span { border-color: #4754AD; }
span { border-color: rgb(71,84,173); }
td.TdClassName
{
border-color: #4754AD;
}
.TagClassName
{
border-color: #4754AD;
}
</style>