Shades of Governor Bay #4F5D9D
Tints of Governor Bay #4F5D9D
RGB
CMYK
RGB Variations
Color information
#4F5D9D (or 0x4F5D9D) is known color: Governor Bay. HEX triplet: 4F, 5D and 9D. RGB value is (79,93,157). Sum of RGB (Red+Green+Blue) = 79+93+157=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F5D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5D9D is #B0A262. Grayscale: #5F5F5F. Windows color (decimal): -11575907 or 10313039. OLE color: 10313039.
HSL color Cylindrical-coordinate representation of color #4F5D9D: hue angle of 229.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F5D9D is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 93 | 157 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.38 |
| HSL | 229.23º | 0.33% | 0.46% | - |
| HSV(B) | 229.23º | 0.5% | 0.62% | - |
| XYZ | 13.22 | 11.93 | 33.5 | - |
| YUV | 96.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 157 | 0.50 | 0.41 | 0 | 0.38 | 229.23 | 0.33 | 0.46 |
| Hex | 4F | 5D | 9D | 32 | 29 | 0 | 26 | E5 | 21 | 2E |
| Octal | 117 | 135 | 235 | 62 | 51 | 0 | 46 | 345 | 41 | 56 |
| Binary | 1001111 | 1011101 | 10011101 | 110010 | 101001 | 0 | 100110 | 11100101 | 100001 | 101110 |
Color Harmonies of #4F5D9D
Complementary color
Monochromatic Colors of #4F5D9D
Black with #4F5D9D
Text Example
Text Example
White with #4F5D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D9D; }
p { color: rgb(79,93,157); }
H1.HeaderClassName
{
color: #4F5D9D;
}
.AnyTagClassName
{
color: #4F5D9D;
}
</style>
background-color css
<style>
a { background-color: #4F5D9D; }
a { background-color: rgb(79,93,157); }
div.DivClassName
{
background-color: #4F5D9D;
}
.BgClassName
{
background-color: #4F5D9D;
}
</style>
border-color css
<style>
span { border-color: #4F5D9D; }
span { border-color: rgb(79,93,157); }
td.TdClassName
{
border-color: #4F5D9D;
}
.TagClassName
{
border-color: #4F5D9D;
}
</style>