Shades of Governor Bay #4751AA
Tints of Governor Bay #4751AA
RGB
CMYK
RGB Variations
Color information
#4751AA (or 0x4751AA) is known color: Governor Bay. HEX triplet: 47, 51 and AA. RGB value is (71,81,170). Sum of RGB (Red+Green+Blue) = 71+81+170=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #4751AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4751AA is #B8AE55. Grayscale: #575757. Windows color (decimal): -12103254 or 11161927. OLE color: 11161927.
HSL color Cylindrical-coordinate representation of color #4751AA: hue angle of 233.94º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4751AA is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 81 | 170 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.33 |
| HSL | 233.94º | 0.41% | 0.47% | - |
| HSV(B) | 233.94º | 0.58% | 0.67% | - |
| XYZ | 12.8 | 10.13 | 39.31 | - |
| YUV | 88.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 170 | 0.58 | 0.52 | 0 | 0.33 | 233.94 | 0.41 | 0.47 |
| Hex | 47 | 51 | AA | 3A | 34 | 0 | 21 | EA | 29 | 2F |
| Octal | 107 | 121 | 252 | 72 | 64 | 0 | 41 | 352 | 51 | 57 |
| Binary | 1000111 | 1010001 | 10101010 | 111010 | 110100 | 0 | 100001 | 11101010 | 101001 | 101111 |
Color Harmonies of #4751AA
Complementary color
Monochromatic Colors of #4751AA
Black with #4751AA
Text Example
Text Example
White with #4751AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4751AA; }
p { color: rgb(71,81,170); }
H1.HeaderClassName
{
color: #4751AA;
}
.AnyTagClassName
{
color: #4751AA;
}
</style>
background-color css
<style>
a { background-color: #4751AA; }
a { background-color: rgb(71,81,170); }
div.DivClassName
{
background-color: #4751AA;
}
.BgClassName
{
background-color: #4751AA;
}
</style>
border-color css
<style>
span { border-color: #4751AA; }
span { border-color: rgb(71,81,170); }
td.TdClassName
{
border-color: #4751AA;
}
.TagClassName
{
border-color: #4751AA;
}
</style>