Shades of Governor Bay #4A4D8B
Tints of Governor Bay #4A4D8B
RGB
CMYK
RGB Variations
Color information
#4A4D8B (or 0x4A4D8B) is known color: Governor Bay. HEX triplet: 4A, 4D and 8B. RGB value is (74,77,139). Sum of RGB (Red+Green+Blue) = 74+77+139=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A4D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A4D8B is #B5B274. Grayscale: #525252. Windows color (decimal): -11907701 or 9129290. OLE color: 9129290.
HSL color Cylindrical-coordinate representation of color #4A4D8B: hue angle of 237.23º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A4D8B is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 77 | 139 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.45 |
| HSL | 237.23º | 0.31% | 0.42% | - |
| HSV(B) | 237.23º | 0.47% | 0.55% | - |
| XYZ | 10.14 | 8.63 | 25.56 | - |
| YUV | 83.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 77 | 139 | 0.47 | 0.45 | 0 | 0.45 | 237.23 | 0.31 | 0.42 |
| Hex | 4A | 4D | 8B | 2F | 2D | 0 | 2D | ED | 1F | 2A |
| Octal | 112 | 115 | 213 | 57 | 55 | 0 | 55 | 355 | 37 | 52 |
| Binary | 1001010 | 1001101 | 10001011 | 101111 | 101101 | 0 | 101101 | 11101101 | 11111 | 101010 |
Color Harmonies of #4A4D8B
Complementary color
Monochromatic Colors of #4A4D8B
Black with #4A4D8B
Text Example
Text Example
White with #4A4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4D8B; }
p { color: rgb(74,77,139); }
H1.HeaderClassName
{
color: #4A4D8B;
}
.AnyTagClassName
{
color: #4A4D8B;
}
</style>
background-color css
<style>
a { background-color: #4A4D8B; }
a { background-color: rgb(74,77,139); }
div.DivClassName
{
background-color: #4A4D8B;
}
.BgClassName
{
background-color: #4A4D8B;
}
</style>
border-color css
<style>
span { border-color: #4A4D8B; }
span { border-color: rgb(74,77,139); }
td.TdClassName
{
border-color: #4A4D8B;
}
.TagClassName
{
border-color: #4A4D8B;
}
</style>