Shades of Governor Bay #4B5C9B
Tints of Governor Bay #4B5C9B
RGB
CMYK
RGB Variations
Color information
#4B5C9B (or 0x4B5C9B) is known color: Governor Bay. HEX triplet: 4B, 5C and 9B. RGB value is (75,92,155). Sum of RGB (Red+Green+Blue) = 75+92+155=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B5C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5C9B is #B4A364. Grayscale: #5D5D5D. Windows color (decimal): -11838309 or 10181707. OLE color: 10181707.
HSL color Cylindrical-coordinate representation of color #4B5C9B: hue angle of 227.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B5C9B is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 92 | 155 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.39 |
| HSL | 227.25º | 0.35% | 0.45% | - |
| HSV(B) | 227.25º | 0.52% | 0.61% | - |
| XYZ | 12.65 | 11.52 | 32.57 | - |
| YUV | 94.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 155 | 0.52 | 0.41 | 0 | 0.39 | 227.25 | 0.35 | 0.45 |
| Hex | 4B | 5C | 9B | 34 | 29 | 0 | 27 | E3 | 23 | 2D |
| Octal | 113 | 134 | 233 | 64 | 51 | 0 | 47 | 343 | 43 | 55 |
| Binary | 1001011 | 1011100 | 10011011 | 110100 | 101001 | 0 | 100111 | 11100011 | 100011 | 101101 |
Color Harmonies of #4B5C9B
Complementary color
Monochromatic Colors of #4B5C9B
Black with #4B5C9B
Text Example
Text Example
White with #4B5C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C9B; }
p { color: rgb(75,92,155); }
H1.HeaderClassName
{
color: #4B5C9B;
}
.AnyTagClassName
{
color: #4B5C9B;
}
</style>
background-color css
<style>
a { background-color: #4B5C9B; }
a { background-color: rgb(75,92,155); }
div.DivClassName
{
background-color: #4B5C9B;
}
.BgClassName
{
background-color: #4B5C9B;
}
</style>
border-color css
<style>
span { border-color: #4B5C9B; }
span { border-color: rgb(75,92,155); }
td.TdClassName
{
border-color: #4B5C9B;
}
.TagClassName
{
border-color: #4B5C9B;
}
</style>