Shades of Governor Bay #4A559B
Tints of Governor Bay #4A559B
RGB
CMYK
RGB Variations
Color information
#4A559B (or 0x4A559B) is known color: Governor Bay. HEX triplet: 4A, 55 and 9B. RGB value is (74,85,155). Sum of RGB (Red+Green+Blue) = 74+85+155=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A559B is #B5AA64. Grayscale: #595959. Windows color (decimal): -11905637 or 10179914. OLE color: 10179914.
HSL color Cylindrical-coordinate representation of color #4A559B: hue angle of 231.85º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A559B is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 85 | 155 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.39 |
| HSL | 231.85º | 0.35% | 0.45% | - |
| HSV(B) | 231.85º | 0.52% | 0.61% | - |
| XYZ | 11.99 | 10.32 | 32.37 | - |
| YUV | 89.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 155 | 0.52 | 0.45 | 0 | 0.39 | 231.85 | 0.35 | 0.45 |
| Hex | 4A | 55 | 9B | 34 | 2D | 0 | 27 | E8 | 23 | 2D |
| Octal | 112 | 125 | 233 | 64 | 55 | 0 | 47 | 350 | 43 | 55 |
| Binary | 1001010 | 1010101 | 10011011 | 110100 | 101101 | 0 | 100111 | 11101000 | 100011 | 101101 |
Color Harmonies of #4A559B
Complementary color
Monochromatic Colors of #4A559B
Black with #4A559B
Text Example
Text Example
White with #4A559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A559B; }
p { color: rgb(74,85,155); }
H1.HeaderClassName
{
color: #4A559B;
}
.AnyTagClassName
{
color: #4A559B;
}
</style>
background-color css
<style>
a { background-color: #4A559B; }
a { background-color: rgb(74,85,155); }
div.DivClassName
{
background-color: #4A559B;
}
.BgClassName
{
background-color: #4A559B;
}
</style>
border-color css
<style>
span { border-color: #4A559B; }
span { border-color: rgb(74,85,155); }
td.TdClassName
{
border-color: #4A559B;
}
.TagClassName
{
border-color: #4A559B;
}
</style>