Shades of Governor Bay #474BA6
Tints of Governor Bay #474BA6
RGB
CMYK
RGB Variations
Color information
#474BA6 (or 0x474BA6) is known color: Governor Bay. HEX triplet: 47, 4B and A6. RGB value is (71,75,166). Sum of RGB (Red+Green+Blue) = 71+75+166=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #474BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474BA6 is #B8B459. Grayscale: #535353. Windows color (decimal): -12104794 or 10898247. OLE color: 10898247.
HSL color Cylindrical-coordinate representation of color #474BA6: hue angle of 237.47º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #474BA6 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 75 | 166 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.35 |
| HSL | 237.47º | 0.4% | 0.46% | - |
| HSV(B) | 237.47º | 0.57% | 0.65% | - |
| XYZ | 12 | 9.12 | 37.21 | - |
| YUV | 84.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 166 | 0.57 | 0.55 | 0 | 0.35 | 237.47 | 0.4 | 0.46 |
| Hex | 47 | 4B | A6 | 39 | 37 | 0 | 23 | ED | 28 | 2E |
| Octal | 107 | 113 | 246 | 71 | 67 | 0 | 43 | 355 | 50 | 56 |
| Binary | 1000111 | 1001011 | 10100110 | 111001 | 110111 | 0 | 100011 | 11101101 | 101000 | 101110 |
Color Harmonies of #474BA6
Complementary color
Monochromatic Colors of #474BA6
Black with #474BA6
Text Example
Text Example
White with #474BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BA6; }
p { color: rgb(71,75,166); }
H1.HeaderClassName
{
color: #474BA6;
}
.AnyTagClassName
{
color: #474BA6;
}
</style>
background-color css
<style>
a { background-color: #474BA6; }
a { background-color: rgb(71,75,166); }
div.DivClassName
{
background-color: #474BA6;
}
.BgClassName
{
background-color: #474BA6;
}
</style>
border-color css
<style>
span { border-color: #474BA6; }
span { border-color: rgb(71,75,166); }
td.TdClassName
{
border-color: #474BA6;
}
.TagClassName
{
border-color: #474BA6;
}
</style>