Shades of Governor Bay #4F569B
Tints of Governor Bay #4F569B
RGB
CMYK
RGB Variations
Color information
#4F569B (or 0x4F569B) is known color: Governor Bay. HEX triplet: 4F, 56 and 9B. RGB value is (79,86,155). Sum of RGB (Red+Green+Blue) = 79+86+155=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F569B is #B0A964. Grayscale: #5B5B5B. Windows color (decimal): -11577701 or 10180175. OLE color: 10180175.
HSL color Cylindrical-coordinate representation of color #4F569B: hue angle of 234.47º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F569B is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 86 | 155 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.39 |
| HSL | 234.47º | 0.32% | 0.46% | - |
| HSV(B) | 234.47º | 0.49% | 0.61% | - |
| XYZ | 12.47 | 10.68 | 32.42 | - |
| YUV | 91.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 155 | 0.49 | 0.45 | 0 | 0.39 | 234.47 | 0.32 | 0.46 |
| Hex | 4F | 56 | 9B | 31 | 2D | 0 | 27 | EA | 20 | 2E |
| Octal | 117 | 126 | 233 | 61 | 55 | 0 | 47 | 352 | 40 | 56 |
| Binary | 1001111 | 1010110 | 10011011 | 110001 | 101101 | 0 | 100111 | 11101010 | 100000 | 101110 |
Color Harmonies of #4F569B
Complementary color
Monochromatic Colors of #4F569B
Black with #4F569B
Text Example
Text Example
White with #4F569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F569B; }
p { color: rgb(79,86,155); }
H1.HeaderClassName
{
color: #4F569B;
}
.AnyTagClassName
{
color: #4F569B;
}
</style>
background-color css
<style>
a { background-color: #4F569B; }
a { background-color: rgb(79,86,155); }
div.DivClassName
{
background-color: #4F569B;
}
.BgClassName
{
background-color: #4F569B;
}
</style>
border-color css
<style>
span { border-color: #4F569B; }
span { border-color: rgb(79,86,155); }
td.TdClassName
{
border-color: #4F569B;
}
.TagClassName
{
border-color: #4F569B;
}
</style>