Shades of Governor Bay #4C47A4
Tints of Governor Bay #4C47A4
RGB
CMYK
RGB Variations
Color information
#4C47A4 (or 0x4C47A4) is known color: Governor Bay. HEX triplet: 4C, 47 and A4. RGB value is (76,71,164). Sum of RGB (Red+Green+Blue) = 76+71+164=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C47A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C47A4 is #B3B85B. Grayscale: #525252. Windows color (decimal): -11778140 or 10766156. OLE color: 10766156.
HSL color Cylindrical-coordinate representation of color #4C47A4: hue angle of 243.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C47A4 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 71 | 164 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.36 |
| HSL | 243.23º | 0.4% | 0.46% | - |
| HSV(B) | 243.23º | 0.57% | 0.64% | - |
| XYZ | 11.93 | 8.72 | 36.18 | - |
| YUV | 83.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 164 | 0.54 | 0.57 | 0 | 0.36 | 243.23 | 0.4 | 0.46 |
| Hex | 4C | 47 | A4 | 36 | 39 | 0 | 24 | F3 | 28 | 2E |
| Octal | 114 | 107 | 244 | 66 | 71 | 0 | 44 | 363 | 50 | 56 |
| Binary | 1001100 | 1000111 | 10100100 | 110110 | 111001 | 0 | 100100 | 11110011 | 101000 | 101110 |
Color Harmonies of #4C47A4
Complementary color
Monochromatic Colors of #4C47A4
Black with #4C47A4
Text Example
Text Example
White with #4C47A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C47A4; }
p { color: rgb(76,71,164); }
H1.HeaderClassName
{
color: #4C47A4;
}
.AnyTagClassName
{
color: #4C47A4;
}
</style>
background-color css
<style>
a { background-color: #4C47A4; }
a { background-color: rgb(76,71,164); }
div.DivClassName
{
background-color: #4C47A4;
}
.BgClassName
{
background-color: #4C47A4;
}
</style>
border-color css
<style>
span { border-color: #4C47A4; }
span { border-color: rgb(76,71,164); }
td.TdClassName
{
border-color: #4C47A4;
}
.TagClassName
{
border-color: #4C47A4;
}
</style>