Shades of Governor Bay #47479F
Tints of Governor Bay #47479F
RGB
CMYK
RGB Variations
Color information
#47479F (or 0x47479F) is known color: Governor Bay. HEX triplet: 47, 47 and 9F. RGB value is (71,71,159). Sum of RGB (Red+Green+Blue) = 71+71+159=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #47479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47479F is #B8B860. Grayscale: #505050. Windows color (decimal): -12105825 or 10438471. OLE color: 10438471.
HSL color Cylindrical-coordinate representation of color #47479F: hue angle of 240º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47479F is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 71 | 159 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.38 |
| HSL | 240º | 0.38% | 0.45% | - |
| HSV(B) | 240º | 0.55% | 0.62% | - |
| XYZ | 11.11 | 8.35 | 33.83 | - |
| YUV | 81.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 159 | 0.55 | 0.55 | 0 | 0.38 | 240 | 0.38 | 0.45 |
| Hex | 47 | 47 | 9F | 37 | 37 | 0 | 26 | F0 | 26 | 2D |
| Octal | 107 | 107 | 237 | 67 | 67 | 0 | 46 | 360 | 46 | 55 |
| Binary | 1000111 | 1000111 | 10011111 | 110111 | 110111 | 0 | 100110 | 11110000 | 100110 | 101101 |
Color Harmonies of #47479F
Complementary color
Monochromatic Colors of #47479F
Black with #47479F
Text Example
Text Example
White with #47479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47479F; }
p { color: rgb(71,71,159); }
H1.HeaderClassName
{
color: #47479F;
}
.AnyTagClassName
{
color: #47479F;
}
</style>
background-color css
<style>
a { background-color: #47479F; }
a { background-color: rgb(71,71,159); }
div.DivClassName
{
background-color: #47479F;
}
.BgClassName
{
background-color: #47479F;
}
</style>
border-color css
<style>
span { border-color: #47479F; }
span { border-color: rgb(71,71,159); }
td.TdClassName
{
border-color: #47479F;
}
.TagClassName
{
border-color: #47479F;
}
</style>