Shades of Governor Bay #4B5493
Tints of Governor Bay #4B5493
RGB
CMYK
RGB Variations
Color information
#4B5493 (or 0x4B5493) is known color: Governor Bay. HEX triplet: 4B, 54 and 93. RGB value is (75,84,147). Sum of RGB (Red+Green+Blue) = 75+84+147=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B5493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5493 is #B4AB6C. Grayscale: #585858. Windows color (decimal): -11840365 or 9655371. OLE color: 9655371.
HSL color Cylindrical-coordinate representation of color #4B5493: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B5493 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 84 | 147 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.42 |
| HSL | 232.5º | 0.32% | 0.44% | - |
| HSV(B) | 232.5º | 0.49% | 0.58% | - |
| XYZ | 11.34 | 9.94 | 28.93 | - |
| YUV | 88.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 147 | 0.49 | 0.43 | 0 | 0.42 | 232.5 | 0.32 | 0.44 |
| Hex | 4B | 54 | 93 | 31 | 2B | 0 | 2A | E8 | 20 | 2C |
| Octal | 113 | 124 | 223 | 61 | 53 | 0 | 52 | 350 | 40 | 54 |
| Binary | 1001011 | 1010100 | 10010011 | 110001 | 101011 | 0 | 101010 | 11101000 | 100000 | 101100 |
Color Harmonies of #4B5493
Complementary color
Monochromatic Colors of #4B5493
Black with #4B5493
Text Example
Text Example
White with #4B5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5493; }
p { color: rgb(75,84,147); }
H1.HeaderClassName
{
color: #4B5493;
}
.AnyTagClassName
{
color: #4B5493;
}
</style>
background-color css
<style>
a { background-color: #4B5493; }
a { background-color: rgb(75,84,147); }
div.DivClassName
{
background-color: #4B5493;
}
.BgClassName
{
background-color: #4B5493;
}
</style>
border-color css
<style>
span { border-color: #4B5493; }
span { border-color: rgb(75,84,147); }
td.TdClassName
{
border-color: #4B5493;
}
.TagClassName
{
border-color: #4B5493;
}
</style>