Shades of Governor Bay #47579B
Tints of Governor Bay #47579B
RGB
CMYK
RGB Variations
Color information
#47579B (or 0x47579B) is known color: Governor Bay. HEX triplet: 47, 57 and 9B. RGB value is (71,87,155). Sum of RGB (Red+Green+Blue) = 71+87+155=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #47579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47579B is #B8A864. Grayscale: #595959. Windows color (decimal): -12101733 or 10180423. OLE color: 10180423.
HSL color Cylindrical-coordinate representation of color #47579B: hue angle of 228.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47579B is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 87 | 155 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.39 |
| HSL | 228.57º | 0.37% | 0.44% | - |
| HSV(B) | 228.57º | 0.54% | 0.61% | - |
| XYZ | 11.92 | 10.52 | 32.41 | - |
| YUV | 89.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 155 | 0.54 | 0.44 | 0 | 0.39 | 228.57 | 0.37 | 0.44 |
| Hex | 47 | 57 | 9B | 36 | 2C | 0 | 27 | E5 | 25 | 2C |
| Octal | 107 | 127 | 233 | 66 | 54 | 0 | 47 | 345 | 45 | 54 |
| Binary | 1000111 | 1010111 | 10011011 | 110110 | 101100 | 0 | 100111 | 11100101 | 100101 | 101100 |
Color Harmonies of #47579B
Complementary color
Monochromatic Colors of #47579B
Black with #47579B
Text Example
Text Example
White with #47579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47579B; }
p { color: rgb(71,87,155); }
H1.HeaderClassName
{
color: #47579B;
}
.AnyTagClassName
{
color: #47579B;
}
</style>
background-color css
<style>
a { background-color: #47579B; }
a { background-color: rgb(71,87,155); }
div.DivClassName
{
background-color: #47579B;
}
.BgClassName
{
background-color: #47579B;
}
</style>
border-color css
<style>
span { border-color: #47579B; }
span { border-color: rgb(71,87,155); }
td.TdClassName
{
border-color: #47579B;
}
.TagClassName
{
border-color: #47579B;
}
</style>