Shades of Governor Bay #4751AD
Tints of Governor Bay #4751AD
RGB
CMYK
RGB Variations
Color information
#4751AD (or 0x4751AD) is known color: Governor Bay. HEX triplet: 47, 51 and AD. RGB value is (71,81,173). Sum of RGB (Red+Green+Blue) = 71+81+173=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #4751AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4751AD is #B8AE52. Grayscale: #585858. Windows color (decimal): -12103251 or 11358535. OLE color: 11358535.
HSL color Cylindrical-coordinate representation of color #4751AD: hue angle of 234.12º 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 #4751AD is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 81 | 173 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.32 |
| HSL | 234.12º | 0.42% | 0.48% | - |
| HSV(B) | 234.12º | 0.59% | 0.68% | - |
| XYZ | 13.08 | 10.24 | 40.82 | - |
| YUV | 88.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 173 | 0.59 | 0.53 | 0 | 0.32 | 234.12 | 0.42 | 0.48 |
| Hex | 47 | 51 | AD | 3B | 35 | 0 | 20 | EA | 2A | 30 |
| Octal | 107 | 121 | 255 | 73 | 65 | 0 | 40 | 352 | 52 | 60 |
| Binary | 1000111 | 1010001 | 10101101 | 111011 | 110101 | 0 | 100000 | 11101010 | 101010 | 110000 |
Color Harmonies of #4751AD
Complementary color
Monochromatic Colors of #4751AD
Black with #4751AD
Text Example
Text Example
White with #4751AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4751AD; }
p { color: rgb(71,81,173); }
H1.HeaderClassName
{
color: #4751AD;
}
.AnyTagClassName
{
color: #4751AD;
}
</style>
background-color css
<style>
a { background-color: #4751AD; }
a { background-color: rgb(71,81,173); }
div.DivClassName
{
background-color: #4751AD;
}
.BgClassName
{
background-color: #4751AD;
}
</style>
border-color css
<style>
span { border-color: #4751AD; }
span { border-color: rgb(71,81,173); }
td.TdClassName
{
border-color: #4751AD;
}
.TagClassName
{
border-color: #4751AD;
}
</style>