Shades of Governor Bay #4C46A5
Tints of Governor Bay #4C46A5
RGB
CMYK
RGB Variations
Color information
#4C46A5 (or 0x4C46A5) is known color: Governor Bay. HEX triplet: 4C, 46 and A5. RGB value is (76,70,165). Sum of RGB (Red+Green+Blue) = 76+70+165=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #4C46A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C46A5 is #B3B95A. Grayscale: #525252. Windows color (decimal): -11778395 or 10831436. OLE color: 10831436.
HSL color Cylindrical-coordinate representation of color #4C46A5: hue angle of 243.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C46A5 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 70 | 165 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.35 |
| HSL | 243.79º | 0.4% | 0.46% | - |
| HSV(B) | 243.79º | 0.58% | 0.65% | - |
| XYZ | 11.96 | 8.63 | 36.63 | - |
| YUV | 82.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 165 | 0.54 | 0.58 | 0 | 0.35 | 243.79 | 0.4 | 0.46 |
| Hex | 4C | 46 | A5 | 36 | 3A | 0 | 23 | F4 | 28 | 2E |
| Octal | 114 | 106 | 245 | 66 | 72 | 0 | 43 | 364 | 50 | 56 |
| Binary | 1001100 | 1000110 | 10100101 | 110110 | 111010 | 0 | 100011 | 11110100 | 101000 | 101110 |
Color Harmonies of #4C46A5
Complementary color
Monochromatic Colors of #4C46A5
Black with #4C46A5
Text Example
Text Example
White with #4C46A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C46A5; }
p { color: rgb(76,70,165); }
H1.HeaderClassName
{
color: #4C46A5;
}
.AnyTagClassName
{
color: #4C46A5;
}
</style>
background-color css
<style>
a { background-color: #4C46A5; }
a { background-color: rgb(76,70,165); }
div.DivClassName
{
background-color: #4C46A5;
}
.BgClassName
{
background-color: #4C46A5;
}
</style>
border-color css
<style>
span { border-color: #4C46A5; }
span { border-color: rgb(76,70,165); }
td.TdClassName
{
border-color: #4C46A5;
}
.TagClassName
{
border-color: #4C46A5;
}
</style>