Shades of Governor Bay #474AA2
Tints of Governor Bay #474AA2
RGB
CMYK
RGB Variations
Color information
#474AA2 (or 0x474AA2) is known color: Governor Bay. HEX triplet: 47, 4A and A2. RGB value is (71,74,162). Sum of RGB (Red+Green+Blue) = 71+74+162=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #474AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474AA2 is #B8B55D. Grayscale: #525252. Windows color (decimal): -12105054 or 10635847. OLE color: 10635847.
HSL color Cylindrical-coordinate representation of color #474AA2: hue angle of 238.02º 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 #474AA2 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 74 | 162 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.36 |
| HSL | 238.02º | 0.39% | 0.46% | - |
| HSV(B) | 238.02º | 0.56% | 0.64% | - |
| XYZ | 11.57 | 8.85 | 35.28 | - |
| YUV | 83.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 162 | 0.56 | 0.54 | 0 | 0.36 | 238.02 | 0.39 | 0.46 |
| Hex | 47 | 4A | A2 | 38 | 36 | 0 | 24 | EE | 27 | 2E |
| Octal | 107 | 112 | 242 | 70 | 66 | 0 | 44 | 356 | 47 | 56 |
| Binary | 1000111 | 1001010 | 10100010 | 111000 | 110110 | 0 | 100100 | 11101110 | 100111 | 101110 |
Color Harmonies of #474AA2
Complementary color
Monochromatic Colors of #474AA2
Black with #474AA2
Text Example
Text Example
White with #474AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474AA2; }
p { color: rgb(71,74,162); }
H1.HeaderClassName
{
color: #474AA2;
}
.AnyTagClassName
{
color: #474AA2;
}
</style>
background-color css
<style>
a { background-color: #474AA2; }
a { background-color: rgb(71,74,162); }
div.DivClassName
{
background-color: #474AA2;
}
.BgClassName
{
background-color: #474AA2;
}
</style>
border-color css
<style>
span { border-color: #474AA2; }
span { border-color: rgb(71,74,162); }
td.TdClassName
{
border-color: #474AA2;
}
.TagClassName
{
border-color: #474AA2;
}
</style>