Shades of Governor Bay #4A539A
Tints of Governor Bay #4A539A
RGB
CMYK
RGB Variations
Color information
#4A539A (or 0x4A539A) is known color: Governor Bay. HEX triplet: 4A, 53 and 9A. RGB value is (74,83,154). Sum of RGB (Red+Green+Blue) = 74+83+154=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A539A is #B5AC65. Grayscale: #585858. Windows color (decimal): -11906150 or 10113866. OLE color: 10113866.
HSL color Cylindrical-coordinate representation of color #4A539A: hue angle of 233.25º 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 #4A539A is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 83 | 154 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.40 |
| HSL | 233.25º | 0.35% | 0.45% | - |
| HSV(B) | 233.25º | 0.52% | 0.6% | - |
| XYZ | 11.75 | 9.98 | 31.88 | - |
| YUV | 88.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 154 | 0.52 | 0.46 | 0 | 0.40 | 233.25 | 0.35 | 0.45 |
| Hex | 4A | 53 | 9A | 34 | 2E | 0 | 28 | E9 | 23 | 2D |
| Octal | 112 | 123 | 232 | 64 | 56 | 0 | 50 | 351 | 43 | 55 |
| Binary | 1001010 | 1010011 | 10011010 | 110100 | 101110 | 0 | 101000 | 11101001 | 100011 | 101101 |
Color Harmonies of #4A539A
Complementary color
Monochromatic Colors of #4A539A
Black with #4A539A
Text Example
Text Example
White with #4A539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A539A; }
p { color: rgb(74,83,154); }
H1.HeaderClassName
{
color: #4A539A;
}
.AnyTagClassName
{
color: #4A539A;
}
</style>
background-color css
<style>
a { background-color: #4A539A; }
a { background-color: rgb(74,83,154); }
div.DivClassName
{
background-color: #4A539A;
}
.BgClassName
{
background-color: #4A539A;
}
</style>
border-color css
<style>
span { border-color: #4A539A; }
span { border-color: rgb(74,83,154); }
td.TdClassName
{
border-color: #4A539A;
}
.TagClassName
{
border-color: #4A539A;
}
</style>