Shades of Governor Bay #47499C
Tints of Governor Bay #47499C
RGB
CMYK
RGB Variations
Color information
#47499C (or 0x47499C) is known color: Governor Bay. HEX triplet: 47, 49 and 9C. RGB value is (71,73,156). Sum of RGB (Red+Green+Blue) = 71+73+156=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #47499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47499C is #B8B663. Grayscale: #515151. Windows color (decimal): -12105316 or 10242375. OLE color: 10242375.
HSL color Cylindrical-coordinate representation of color #47499C: hue angle of 238.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47499C is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 73 | 156 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.39 |
| HSL | 238.59º | 0.37% | 0.45% | - |
| HSV(B) | 238.59º | 0.54% | 0.61% | - |
| XYZ | 10.98 | 8.5 | 32.52 | - |
| YUV | 81.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 156 | 0.54 | 0.53 | 0 | 0.39 | 238.59 | 0.37 | 0.45 |
| Hex | 47 | 49 | 9C | 36 | 35 | 0 | 27 | EF | 25 | 2D |
| Octal | 107 | 111 | 234 | 66 | 65 | 0 | 47 | 357 | 45 | 55 |
| Binary | 1000111 | 1001001 | 10011100 | 110110 | 110101 | 0 | 100111 | 11101111 | 100101 | 101101 |
Color Harmonies of #47499C
Complementary color
Monochromatic Colors of #47499C
Black with #47499C
Text Example
Text Example
White with #47499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47499C; }
p { color: rgb(71,73,156); }
H1.HeaderClassName
{
color: #47499C;
}
.AnyTagClassName
{
color: #47499C;
}
</style>
background-color css
<style>
a { background-color: #47499C; }
a { background-color: rgb(71,73,156); }
div.DivClassName
{
background-color: #47499C;
}
.BgClassName
{
background-color: #47499C;
}
</style>
border-color css
<style>
span { border-color: #47499C; }
span { border-color: rgb(71,73,156); }
td.TdClassName
{
border-color: #47499C;
}
.TagClassName
{
border-color: #47499C;
}
</style>