Shades of Governor Bay #4A5B99
Tints of Governor Bay #4A5B99
RGB
CMYK
RGB Variations
Color information
#4A5B99 (or 0x4A5B99) is known color: Governor Bay. HEX triplet: 4A, 5B and 99. RGB value is (74,91,153). Sum of RGB (Red+Green+Blue) = 74+91+153=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A5B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5B99 is #B5A466. Grayscale: #5C5C5C. Windows color (decimal): -11904103 or 10050378. OLE color: 10050378.
HSL color Cylindrical-coordinate representation of color #4A5B99: hue angle of 227.09º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A5B99 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 91 | 153 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.4 |
| HSL | 227.09º | 0.35% | 0.45% | - |
| HSV(B) | 227.09º | 0.52% | 0.6% | - |
| XYZ | 12.31 | 11.24 | 31.66 | - |
| YUV | 92.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 153 | 0.52 | 0.41 | 0 | 0.4 | 227.09 | 0.35 | 0.45 |
| Hex | 4A | 5B | 99 | 34 | 29 | 0 | 28 | E3 | 23 | 2D |
| Octal | 112 | 133 | 231 | 64 | 51 | 0 | 50 | 343 | 43 | 55 |
| Binary | 1001010 | 1011011 | 10011001 | 110100 | 101001 | 0 | 101000 | 11100011 | 100011 | 101101 |
Color Harmonies of #4A5B99
Complementary color
Monochromatic Colors of #4A5B99
Black with #4A5B99
Text Example
Text Example
White with #4A5B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B99; }
p { color: rgb(74,91,153); }
H1.HeaderClassName
{
color: #4A5B99;
}
.AnyTagClassName
{
color: #4A5B99;
}
</style>
background-color css
<style>
a { background-color: #4A5B99; }
a { background-color: rgb(74,91,153); }
div.DivClassName
{
background-color: #4A5B99;
}
.BgClassName
{
background-color: #4A5B99;
}
</style>
border-color css
<style>
span { border-color: #4A5B99; }
span { border-color: rgb(74,91,153); }
td.TdClassName
{
border-color: #4A5B99;
}
.TagClassName
{
border-color: #4A5B99;
}
</style>