Shades of Governor Bay #4B4F95
Tints of Governor Bay #4B4F95
RGB
CMYK
RGB Variations
Color information
#4B4F95 (or 0x4B4F95) is known color: Governor Bay. HEX triplet: 4B, 4F and 95. RGB value is (75,79,149). Sum of RGB (Red+Green+Blue) = 75+79+149=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B4F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4F95 is #B4B06A. Grayscale: #555555. Windows color (decimal): -11841643 or 9785163. OLE color: 9785163.
HSL color Cylindrical-coordinate representation of color #4B4F95: hue angle of 236.76º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B4F95 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 79 | 149 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.42 |
| HSL | 236.76º | 0.33% | 0.44% | - |
| HSV(B) | 236.76º | 0.5% | 0.58% | - |
| XYZ | 11.12 | 9.26 | 29.63 | - |
| YUV | 85.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 79 | 149 | 0.50 | 0.47 | 0 | 0.42 | 236.76 | 0.33 | 0.44 |
| Hex | 4B | 4F | 95 | 32 | 2F | 0 | 2A | ED | 21 | 2C |
| Octal | 113 | 117 | 225 | 62 | 57 | 0 | 52 | 355 | 41 | 54 |
| Binary | 1001011 | 1001111 | 10010101 | 110010 | 101111 | 0 | 101010 | 11101101 | 100001 | 101100 |
Color Harmonies of #4B4F95
Complementary color
Monochromatic Colors of #4B4F95
Black with #4B4F95
Text Example
Text Example
White with #4B4F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4F95; }
p { color: rgb(75,79,149); }
H1.HeaderClassName
{
color: #4B4F95;
}
.AnyTagClassName
{
color: #4B4F95;
}
</style>
background-color css
<style>
a { background-color: #4B4F95; }
a { background-color: rgb(75,79,149); }
div.DivClassName
{
background-color: #4B4F95;
}
.BgClassName
{
background-color: #4B4F95;
}
</style>
border-color css
<style>
span { border-color: #4B4F95; }
span { border-color: rgb(75,79,149); }
td.TdClassName
{
border-color: #4B4F95;
}
.TagClassName
{
border-color: #4B4F95;
}
</style>