Shades of Governor Bay #4A46A7
Tints of Governor Bay #4A46A7
RGB
CMYK
RGB Variations
Color information
#4A46A7 (or 0x4A46A7) is known color: Governor Bay. HEX triplet: 4A, 46 and A7. RGB value is (74,70,167). Sum of RGB (Red+Green+Blue) = 74+70+167=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A46A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A46A7 is #B5B958. Grayscale: #515151. Windows color (decimal): -11909465 or 10962506. OLE color: 10962506.
HSL color Cylindrical-coordinate representation of color #4A46A7: hue angle of 242.47º degrees, saturation: 0.41, 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 #4A46A7 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 70 | 167 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.35 |
| HSL | 242.47º | 0.41% | 0.46% | - |
| HSV(B) | 242.47º | 0.58% | 0.65% | - |
| XYZ | 11.99 | 8.63 | 37.59 | - |
| YUV | 82.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 167 | 0.56 | 0.58 | 0 | 0.35 | 242.47 | 0.41 | 0.46 |
| Hex | 4A | 46 | A7 | 38 | 3A | 0 | 23 | F2 | 29 | 2E |
| Octal | 112 | 106 | 247 | 70 | 72 | 0 | 43 | 362 | 51 | 56 |
| Binary | 1001010 | 1000110 | 10100111 | 111000 | 111010 | 0 | 100011 | 11110010 | 101001 | 101110 |
Color Harmonies of #4A46A7
Complementary color
Monochromatic Colors of #4A46A7
Black with #4A46A7
Text Example
Text Example
White with #4A46A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A46A7; }
p { color: rgb(74,70,167); }
H1.HeaderClassName
{
color: #4A46A7;
}
.AnyTagClassName
{
color: #4A46A7;
}
</style>
background-color css
<style>
a { background-color: #4A46A7; }
a { background-color: rgb(74,70,167); }
div.DivClassName
{
background-color: #4A46A7;
}
.BgClassName
{
background-color: #4A46A7;
}
</style>
border-color css
<style>
span { border-color: #4A46A7; }
span { border-color: rgb(74,70,167); }
td.TdClassName
{
border-color: #4A46A7;
}
.TagClassName
{
border-color: #4A46A7;
}
</style>