Shades of Governor Bay #474A90
Tints of Governor Bay #474A90
RGB
CMYK
RGB Variations
Color information
#474A90 (or 0x474A90) is known color: Governor Bay. HEX triplet: 47, 4A and 90. RGB value is (71,74,144). Sum of RGB (Red+Green+Blue) = 71+74+144=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #474A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A90 is #B8B56F. Grayscale: #505050. Windows color (decimal): -12105072 or 9456199. OLE color: 9456199.
HSL color Cylindrical-coordinate representation of color #474A90: hue angle of 237.53º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474A90 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 74 | 144 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.44 |
| HSL | 237.53º | 0.34% | 0.42% | - |
| HSV(B) | 237.53º | 0.51% | 0.56% | - |
| XYZ | 10.08 | 8.25 | 27.45 | - |
| YUV | 81.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 144 | 0.51 | 0.49 | 0 | 0.44 | 237.53 | 0.34 | 0.42 |
| Hex | 47 | 4A | 90 | 33 | 31 | 0 | 2C | EE | 22 | 2A |
| Octal | 107 | 112 | 220 | 63 | 61 | 0 | 54 | 356 | 42 | 52 |
| Binary | 1000111 | 1001010 | 10010000 | 110011 | 110001 | 0 | 101100 | 11101110 | 100010 | 101010 |
Color Harmonies of #474A90
Complementary color
Monochromatic Colors of #474A90
Black with #474A90
Text Example
Text Example
White with #474A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A90; }
p { color: rgb(71,74,144); }
H1.HeaderClassName
{
color: #474A90;
}
.AnyTagClassName
{
color: #474A90;
}
</style>
background-color css
<style>
a { background-color: #474A90; }
a { background-color: rgb(71,74,144); }
div.DivClassName
{
background-color: #474A90;
}
.BgClassName
{
background-color: #474A90;
}
</style>
border-color css
<style>
span { border-color: #474A90; }
span { border-color: rgb(71,74,144); }
td.TdClassName
{
border-color: #474A90;
}
.TagClassName
{
border-color: #474A90;
}
</style>