Shades of Governor Bay #4753AD
Tints of Governor Bay #4753AD
RGB
CMYK
RGB Variations
Color information
#4753AD (or 0x4753AD) is known color: Governor Bay. HEX triplet: 47, 53 and AD. RGB value is (71,83,173). Sum of RGB (Red+Green+Blue) = 71+83+173=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #4753AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4753AD is #B8AC52. Grayscale: #595959. Windows color (decimal): -12102739 or 11359047. OLE color: 11359047.
HSL color Cylindrical-coordinate representation of color #4753AD: hue angle of 232.94º 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 #4753AD is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 83 | 173 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.32 |
| HSL | 232.94º | 0.42% | 0.48% | - |
| HSV(B) | 232.94º | 0.59% | 0.68% | - |
| XYZ | 13.23 | 10.54 | 40.87 | - |
| YUV | 89.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 173 | 0.59 | 0.52 | 0 | 0.32 | 232.94 | 0.42 | 0.48 |
| Hex | 47 | 53 | AD | 3B | 34 | 0 | 20 | E9 | 2A | 30 |
| Octal | 107 | 123 | 255 | 73 | 64 | 0 | 40 | 351 | 52 | 60 |
| Binary | 1000111 | 1010011 | 10101101 | 111011 | 110100 | 0 | 100000 | 11101001 | 101010 | 110000 |
Color Harmonies of #4753AD
Complementary color
Monochromatic Colors of #4753AD
Black with #4753AD
Text Example
Text Example
White with #4753AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4753AD; }
p { color: rgb(71,83,173); }
H1.HeaderClassName
{
color: #4753AD;
}
.AnyTagClassName
{
color: #4753AD;
}
</style>
background-color css
<style>
a { background-color: #4753AD; }
a { background-color: rgb(71,83,173); }
div.DivClassName
{
background-color: #4753AD;
}
.BgClassName
{
background-color: #4753AD;
}
</style>
border-color css
<style>
span { border-color: #4753AD; }
span { border-color: rgb(71,83,173); }
td.TdClassName
{
border-color: #4753AD;
}
.TagClassName
{
border-color: #4753AD;
}
</style>