Shades of Governor Bay #4B539D
Tints of Governor Bay #4B539D
RGB
CMYK
RGB Variations
Color information
#4B539D (or 0x4B539D) is known color: Governor Bay. HEX triplet: 4B, 53 and 9D. RGB value is (75,83,157). Sum of RGB (Red+Green+Blue) = 75+83+157=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B539D is #B4AC62. Grayscale: #585858. Windows color (decimal): -11840611 or 10310475. OLE color: 10310475.
HSL color Cylindrical-coordinate representation of color #4B539D: hue angle of 234.15º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B539D is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 83 | 157 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.38 |
| HSL | 234.15º | 0.35% | 0.45% | - |
| HSV(B) | 234.15º | 0.52% | 0.62% | - |
| XYZ | 12.08 | 10.12 | 33.21 | - |
| YUV | 89.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 157 | 0.52 | 0.47 | 0 | 0.38 | 234.15 | 0.35 | 0.45 |
| Hex | 4B | 53 | 9D | 34 | 2F | 0 | 26 | EA | 23 | 2D |
| Octal | 113 | 123 | 235 | 64 | 57 | 0 | 46 | 352 | 43 | 55 |
| Binary | 1001011 | 1010011 | 10011101 | 110100 | 101111 | 0 | 100110 | 11101010 | 100011 | 101101 |
Color Harmonies of #4B539D
Complementary color
Monochromatic Colors of #4B539D
Black with #4B539D
Text Example
Text Example
White with #4B539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B539D; }
p { color: rgb(75,83,157); }
H1.HeaderClassName
{
color: #4B539D;
}
.AnyTagClassName
{
color: #4B539D;
}
</style>
background-color css
<style>
a { background-color: #4B539D; }
a { background-color: rgb(75,83,157); }
div.DivClassName
{
background-color: #4B539D;
}
.BgClassName
{
background-color: #4B539D;
}
</style>
border-color css
<style>
span { border-color: #4B539D; }
span { border-color: rgb(75,83,157); }
td.TdClassName
{
border-color: #4B539D;
}
.TagClassName
{
border-color: #4B539D;
}
</style>