Shades of Governor Bay #4A538B
Tints of Governor Bay #4A538B
RGB
CMYK
RGB Variations
Color information
#4A538B (or 0x4A538B) is known color: Governor Bay. HEX triplet: 4A, 53 and 8B. RGB value is (74,83,139). Sum of RGB (Red+Green+Blue) = 74+83+139=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A538B is #B5AC74. Grayscale: #565656. Windows color (decimal): -11906165 or 9130826. OLE color: 9130826.
HSL color Cylindrical-coordinate representation of color #4A538B: hue angle of 231.69º 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 #4A538B is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 83 | 139 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.45 |
| HSL | 231.69º | 0.31% | 0.42% | - |
| HSV(B) | 231.69º | 0.47% | 0.55% | - |
| XYZ | 10.58 | 9.51 | 25.7 | - |
| YUV | 86.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 139 | 0.47 | 0.40 | 0 | 0.45 | 231.69 | 0.31 | 0.42 |
| Hex | 4A | 53 | 8B | 2F | 28 | 0 | 2D | E8 | 1F | 2A |
| Octal | 112 | 123 | 213 | 57 | 50 | 0 | 55 | 350 | 37 | 52 |
| Binary | 1001010 | 1010011 | 10001011 | 101111 | 101000 | 0 | 101101 | 11101000 | 11111 | 101010 |
Color Harmonies of #4A538B
Complementary color
Monochromatic Colors of #4A538B
Black with #4A538B
Text Example
Text Example
White with #4A538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A538B; }
p { color: rgb(74,83,139); }
H1.HeaderClassName
{
color: #4A538B;
}
.AnyTagClassName
{
color: #4A538B;
}
</style>
background-color css
<style>
a { background-color: #4A538B; }
a { background-color: rgb(74,83,139); }
div.DivClassName
{
background-color: #4A538B;
}
.BgClassName
{
background-color: #4A538B;
}
</style>
border-color css
<style>
span { border-color: #4A538B; }
span { border-color: rgb(74,83,139); }
td.TdClassName
{
border-color: #4A538B;
}
.TagClassName
{
border-color: #4A538B;
}
</style>