Shades of Governor Bay #4B5193
Tints of Governor Bay #4B5193
RGB
CMYK
RGB Variations
Color information
#4B5193 (or 0x4B5193) is known color: Governor Bay. HEX triplet: 4B, 51 and 93. RGB value is (75,81,147). Sum of RGB (Red+Green+Blue) = 75+81+147=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B5193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5193 is #B4AE6C. Grayscale: #565656. Windows color (decimal): -11841133 or 9654603. OLE color: 9654603.
HSL color Cylindrical-coordinate representation of color #4B5193: hue angle of 235º 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 #4B5193 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 81 | 147 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.42 |
| HSL | 235º | 0.32% | 0.44% | - |
| HSV(B) | 235º | 0.49% | 0.58% | - |
| XYZ | 11.11 | 9.49 | 28.85 | - |
| YUV | 86.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 147 | 0.49 | 0.45 | 0 | 0.42 | 235 | 0.32 | 0.44 |
| Hex | 4B | 51 | 93 | 31 | 2D | 0 | 2A | EB | 20 | 2C |
| Octal | 113 | 121 | 223 | 61 | 55 | 0 | 52 | 353 | 40 | 54 |
| Binary | 1001011 | 1010001 | 10010011 | 110001 | 101101 | 0 | 101010 | 11101011 | 100000 | 101100 |
Color Harmonies of #4B5193
Complementary color
Monochromatic Colors of #4B5193
Black with #4B5193
Text Example
Text Example
White with #4B5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5193; }
p { color: rgb(75,81,147); }
H1.HeaderClassName
{
color: #4B5193;
}
.AnyTagClassName
{
color: #4B5193;
}
</style>
background-color css
<style>
a { background-color: #4B5193; }
a { background-color: rgb(75,81,147); }
div.DivClassName
{
background-color: #4B5193;
}
.BgClassName
{
background-color: #4B5193;
}
</style>
border-color css
<style>
span { border-color: #4B5193; }
span { border-color: rgb(75,81,147); }
td.TdClassName
{
border-color: #4B5193;
}
.TagClassName
{
border-color: #4B5193;
}
</style>