Shades of Governor Bay #4756A2
Tints of Governor Bay #4756A2
RGB
CMYK
RGB Variations
Color information
#4756A2 (or 0x4756A2) is known color: Governor Bay. HEX triplet: 47, 56 and A2. RGB value is (71,86,162). Sum of RGB (Red+Green+Blue) = 71+86+162=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #4756A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4756A2 is #B8A95D. Grayscale: #595959. Windows color (decimal): -12101982 or 10638919. OLE color: 10638919.
HSL color Cylindrical-coordinate representation of color #4756A2: hue angle of 230.11º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4756A2 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 86 | 162 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.36 |
| HSL | 230.11º | 0.39% | 0.46% | - |
| HSV(B) | 230.11º | 0.56% | 0.64% | - |
| XYZ | 12.45 | 10.6 | 35.57 | - |
| YUV | 90.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 162 | 0.56 | 0.47 | 0 | 0.36 | 230.11 | 0.39 | 0.46 |
| Hex | 47 | 56 | A2 | 38 | 2F | 0 | 24 | E6 | 27 | 2E |
| Octal | 107 | 126 | 242 | 70 | 57 | 0 | 44 | 346 | 47 | 56 |
| Binary | 1000111 | 1010110 | 10100010 | 111000 | 101111 | 0 | 100100 | 11100110 | 100111 | 101110 |
Color Harmonies of #4756A2
Complementary color
Monochromatic Colors of #4756A2
Black with #4756A2
Text Example
Text Example
White with #4756A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756A2; }
p { color: rgb(71,86,162); }
H1.HeaderClassName
{
color: #4756A2;
}
.AnyTagClassName
{
color: #4756A2;
}
</style>
background-color css
<style>
a { background-color: #4756A2; }
a { background-color: rgb(71,86,162); }
div.DivClassName
{
background-color: #4756A2;
}
.BgClassName
{
background-color: #4756A2;
}
</style>
border-color css
<style>
span { border-color: #4756A2; }
span { border-color: rgb(71,86,162); }
td.TdClassName
{
border-color: #4756A2;
}
.TagClassName
{
border-color: #4756A2;
}
</style>