Shades of Governor Bay #4B578D
Tints of Governor Bay #4B578D
RGB
CMYK
RGB Variations
Color information
#4B578D (or 0x4B578D) is known color: Governor Bay. HEX triplet: 4B, 57 and 8D. RGB value is (75,87,141). Sum of RGB (Red+Green+Blue) = 75+87+141=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B578D is #B4A872. Grayscale: #595959. Windows color (decimal): -11839603 or 9262923. OLE color: 9262923.
HSL color Cylindrical-coordinate representation of color #4B578D: hue angle of 229.09º 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 #4B578D is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 87 | 141 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.45 |
| HSL | 229.09º | 0.31% | 0.42% | - |
| HSV(B) | 229.09º | 0.47% | 0.55% | - |
| XYZ | 11.12 | 10.24 | 26.59 | - |
| YUV | 89.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 141 | 0.47 | 0.38 | 0 | 0.45 | 229.09 | 0.31 | 0.42 |
| Hex | 4B | 57 | 8D | 2F | 26 | 0 | 2D | E5 | 1F | 2A |
| Octal | 113 | 127 | 215 | 57 | 46 | 0 | 55 | 345 | 37 | 52 |
| Binary | 1001011 | 1010111 | 10001101 | 101111 | 100110 | 0 | 101101 | 11100101 | 11111 | 101010 |
Color Harmonies of #4B578D
Complementary color
Monochromatic Colors of #4B578D
Black with #4B578D
Text Example
Text Example
White with #4B578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B578D; }
p { color: rgb(75,87,141); }
H1.HeaderClassName
{
color: #4B578D;
}
.AnyTagClassName
{
color: #4B578D;
}
</style>
background-color css
<style>
a { background-color: #4B578D; }
a { background-color: rgb(75,87,141); }
div.DivClassName
{
background-color: #4B578D;
}
.BgClassName
{
background-color: #4B578D;
}
</style>
border-color css
<style>
span { border-color: #4B578D; }
span { border-color: rgb(75,87,141); }
td.TdClassName
{
border-color: #4B578D;
}
.TagClassName
{
border-color: #4B578D;
}
</style>