Shades of Governor Bay #474CA2
Tints of Governor Bay #474CA2
RGB
CMYK
RGB Variations
Color information
#474CA2 (or 0x474CA2) is known color: Governor Bay. HEX triplet: 47, 4C and A2. RGB value is (71,76,162). Sum of RGB (Red+Green+Blue) = 71+76+162=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #474CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CA2 is #B8B35D. Grayscale: #535353. Windows color (decimal): -12104542 or 10636359. OLE color: 10636359.
HSL color Cylindrical-coordinate representation of color #474CA2: hue angle of 236.7º 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 #474CA2 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 76 | 162 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.36 |
| HSL | 236.7º | 0.39% | 0.46% | - |
| HSV(B) | 236.7º | 0.56% | 0.64% | - |
| XYZ | 11.7 | 9.12 | 35.33 | - |
| YUV | 84.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 162 | 0.56 | 0.53 | 0 | 0.36 | 236.7 | 0.39 | 0.46 |
| Hex | 47 | 4C | A2 | 38 | 35 | 0 | 24 | ED | 27 | 2E |
| Octal | 107 | 114 | 242 | 70 | 65 | 0 | 44 | 355 | 47 | 56 |
| Binary | 1000111 | 1001100 | 10100010 | 111000 | 110101 | 0 | 100100 | 11101101 | 100111 | 101110 |
Color Harmonies of #474CA2
Complementary color
Monochromatic Colors of #474CA2
Black with #474CA2
Text Example
Text Example
White with #474CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CA2; }
p { color: rgb(71,76,162); }
H1.HeaderClassName
{
color: #474CA2;
}
.AnyTagClassName
{
color: #474CA2;
}
</style>
background-color css
<style>
a { background-color: #474CA2; }
a { background-color: rgb(71,76,162); }
div.DivClassName
{
background-color: #474CA2;
}
.BgClassName
{
background-color: #474CA2;
}
</style>
border-color css
<style>
span { border-color: #474CA2; }
span { border-color: rgb(71,76,162); }
td.TdClassName
{
border-color: #474CA2;
}
.TagClassName
{
border-color: #474CA2;
}
</style>