Shades of Governor Bay #4A5396
Tints of Governor Bay #4A5396
RGB
CMYK
RGB Variations
Color information
#4A5396 (or 0x4A5396) is known color: Governor Bay. HEX triplet: 4A, 53 and 96. RGB value is (74,83,150). Sum of RGB (Red+Green+Blue) = 74+83+150=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5396 is #B5AC69. Grayscale: #575757. Windows color (decimal): -11906154 or 9851722. OLE color: 9851722.
HSL color Cylindrical-coordinate representation of color #4A5396: hue angle of 232.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A5396 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 83 | 150 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.41 |
| HSL | 232.89º | 0.34% | 0.44% | - |
| HSV(B) | 232.89º | 0.51% | 0.59% | - |
| XYZ | 11.42 | 9.84 | 30.15 | - |
| YUV | 87.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 150 | 0.51 | 0.45 | 0 | 0.41 | 232.89 | 0.34 | 0.44 |
| Hex | 4A | 53 | 96 | 33 | 2D | 0 | 29 | E9 | 22 | 2C |
| Octal | 112 | 123 | 226 | 63 | 55 | 0 | 51 | 351 | 42 | 54 |
| Binary | 1001010 | 1010011 | 10010110 | 110011 | 101101 | 0 | 101001 | 11101001 | 100010 | 101100 |
Color Harmonies of #4A5396
Complementary color
Monochromatic Colors of #4A5396
Black with #4A5396
Text Example
Text Example
White with #4A5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5396; }
p { color: rgb(74,83,150); }
H1.HeaderClassName
{
color: #4A5396;
}
.AnyTagClassName
{
color: #4A5396;
}
</style>
background-color css
<style>
a { background-color: #4A5396; }
a { background-color: rgb(74,83,150); }
div.DivClassName
{
background-color: #4A5396;
}
.BgClassName
{
background-color: #4A5396;
}
</style>
border-color css
<style>
span { border-color: #4A5396; }
span { border-color: rgb(74,83,150); }
td.TdClassName
{
border-color: #4A5396;
}
.TagClassName
{
border-color: #4A5396;
}
</style>