Shades of Governor Bay #474AA8
Tints of Governor Bay #474AA8
RGB
CMYK
RGB Variations
Color information
#474AA8 (or 0x474AA8) is known color: Governor Bay. HEX triplet: 47, 4A and A8. RGB value is (71,74,168). Sum of RGB (Red+Green+Blue) = 71+74+168=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #474AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474AA8 is #B8B557. Grayscale: #535353. Windows color (decimal): -12105048 or 11029063. OLE color: 11029063.
HSL color Cylindrical-coordinate representation of color #474AA8: hue angle of 238.14º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474AA8 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 74 | 168 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.34 |
| HSL | 238.14º | 0.41% | 0.47% | - |
| HSV(B) | 238.14º | 0.58% | 0.66% | - |
| XYZ | 12.12 | 9.06 | 38.16 | - |
| YUV | 83.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 168 | 0.58 | 0.56 | 0 | 0.34 | 238.14 | 0.41 | 0.47 |
| Hex | 47 | 4A | A8 | 3A | 38 | 0 | 22 | EE | 29 | 2F |
| Octal | 107 | 112 | 250 | 72 | 70 | 0 | 42 | 356 | 51 | 57 |
| Binary | 1000111 | 1001010 | 10101000 | 111010 | 111000 | 0 | 100010 | 11101110 | 101001 | 101111 |
Color Harmonies of #474AA8
Complementary color
Monochromatic Colors of #474AA8
Black with #474AA8
Text Example
Text Example
White with #474AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474AA8; }
p { color: rgb(71,74,168); }
H1.HeaderClassName
{
color: #474AA8;
}
.AnyTagClassName
{
color: #474AA8;
}
</style>
background-color css
<style>
a { background-color: #474AA8; }
a { background-color: rgb(71,74,168); }
div.DivClassName
{
background-color: #474AA8;
}
.BgClassName
{
background-color: #474AA8;
}
</style>
border-color css
<style>
span { border-color: #474AA8; }
span { border-color: rgb(71,74,168); }
td.TdClassName
{
border-color: #474AA8;
}
.TagClassName
{
border-color: #474AA8;
}
</style>