Shades of Governor Bay #4B5C9D
Tints of Governor Bay #4B5C9D
RGB
CMYK
RGB Variations
Color information
#4B5C9D (or 0x4B5C9D) is known color: Governor Bay. HEX triplet: 4B, 5C and 9D. RGB value is (75,92,157). Sum of RGB (Red+Green+Blue) = 75+92+157=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B5C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5C9D is #B4A362. Grayscale: #5E5E5E. Windows color (decimal): -11838307 or 10312779. OLE color: 10312779.
HSL color Cylindrical-coordinate representation of color #4B5C9D: hue angle of 227.56º 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 #4B5C9D is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 92 | 157 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.38 |
| HSL | 227.56º | 0.35% | 0.45% | - |
| HSV(B) | 227.56º | 0.52% | 0.62% | - |
| XYZ | 12.81 | 11.58 | 33.46 | - |
| YUV | 94.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 157 | 0.52 | 0.41 | 0 | 0.38 | 227.56 | 0.35 | 0.45 |
| Hex | 4B | 5C | 9D | 34 | 29 | 0 | 26 | E4 | 23 | 2D |
| Octal | 113 | 134 | 235 | 64 | 51 | 0 | 46 | 344 | 43 | 55 |
| Binary | 1001011 | 1011100 | 10011101 | 110100 | 101001 | 0 | 100110 | 11100100 | 100011 | 101101 |
Color Harmonies of #4B5C9D
Complementary color
Monochromatic Colors of #4B5C9D
Black with #4B5C9D
Text Example
Text Example
White with #4B5C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C9D; }
p { color: rgb(75,92,157); }
H1.HeaderClassName
{
color: #4B5C9D;
}
.AnyTagClassName
{
color: #4B5C9D;
}
</style>
background-color css
<style>
a { background-color: #4B5C9D; }
a { background-color: rgb(75,92,157); }
div.DivClassName
{
background-color: #4B5C9D;
}
.BgClassName
{
background-color: #4B5C9D;
}
</style>
border-color css
<style>
span { border-color: #4B5C9D; }
span { border-color: rgb(75,92,157); }
td.TdClassName
{
border-color: #4B5C9D;
}
.TagClassName
{
border-color: #4B5C9D;
}
</style>