Shades of Governor Bay #4F579D
Tints of Governor Bay #4F579D
RGB
CMYK
RGB Variations
Color information
#4F579D (or 0x4F579D) is known color: Governor Bay. HEX triplet: 4F, 57 and 9D. RGB value is (79,87,157). Sum of RGB (Red+Green+Blue) = 79+87+157=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F579D is #B0A862. Grayscale: #5C5C5C. Windows color (decimal): -11577443 or 10311503. OLE color: 10311503.
HSL color Cylindrical-coordinate representation of color #4F579D: hue angle of 233.85º 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 #4F579D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 87 | 157 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.38 |
| HSL | 233.85º | 0.33% | 0.46% | - |
| HSV(B) | 233.85º | 0.5% | 0.62% | - |
| XYZ | 12.72 | 10.91 | 33.33 | - |
| YUV | 92.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 157 | 0.50 | 0.45 | 0 | 0.38 | 233.85 | 0.33 | 0.46 |
| Hex | 4F | 57 | 9D | 32 | 2D | 0 | 26 | EA | 21 | 2E |
| Octal | 117 | 127 | 235 | 62 | 55 | 0 | 46 | 352 | 41 | 56 |
| Binary | 1001111 | 1010111 | 10011101 | 110010 | 101101 | 0 | 100110 | 11101010 | 100001 | 101110 |
Color Harmonies of #4F579D
Complementary color
Monochromatic Colors of #4F579D
Black with #4F579D
Text Example
Text Example
White with #4F579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F579D; }
p { color: rgb(79,87,157); }
H1.HeaderClassName
{
color: #4F579D;
}
.AnyTagClassName
{
color: #4F579D;
}
</style>
background-color css
<style>
a { background-color: #4F579D; }
a { background-color: rgb(79,87,157); }
div.DivClassName
{
background-color: #4F579D;
}
.BgClassName
{
background-color: #4F579D;
}
</style>
border-color css
<style>
span { border-color: #4F579D; }
span { border-color: rgb(79,87,157); }
td.TdClassName
{
border-color: #4F579D;
}
.TagClassName
{
border-color: #4F579D;
}
</style>