Shades of Governor Bay #4F5588
Tints of Governor Bay #4F5588
RGB
CMYK
RGB Variations
Color information
#4F5588 (or 0x4F5588) is known color: Governor Bay. HEX triplet: 4F, 55 and 88. RGB value is (79,85,136). Sum of RGB (Red+Green+Blue) = 79+85+136=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F5588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5588 is #B0AA77. Grayscale: #585858. Windows color (decimal): -11577976 or 8934735. OLE color: 8934735.
HSL color Cylindrical-coordinate representation of color #4F5588: hue angle of 233.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F5588 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 85 | 136 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.47 |
| HSL | 233.68º | 0.27% | 0.42% | - |
| HSV(B) | 233.68º | 0.42% | 0.53% | - |
| XYZ | 10.92 | 9.94 | 24.64 | - |
| YUV | 89.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 136 | 0.42 | 0.38 | 0 | 0.47 | 233.68 | 0.27 | 0.42 |
| Hex | 4F | 55 | 88 | 2A | 26 | 0 | 2F | EA | 1B | 2A |
| Octal | 117 | 125 | 210 | 52 | 46 | 0 | 57 | 352 | 33 | 52 |
| Binary | 1001111 | 1010101 | 10001000 | 101010 | 100110 | 0 | 101111 | 11101010 | 11011 | 101010 |
Color Harmonies of #4F5588
Complementary color
Monochromatic Colors of #4F5588
Black with #4F5588
Text Example
Text Example
White with #4F5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5588; }
p { color: rgb(79,85,136); }
H1.HeaderClassName
{
color: #4F5588;
}
.AnyTagClassName
{
color: #4F5588;
}
</style>
background-color css
<style>
a { background-color: #4F5588; }
a { background-color: rgb(79,85,136); }
div.DivClassName
{
background-color: #4F5588;
}
.BgClassName
{
background-color: #4F5588;
}
</style>
border-color css
<style>
span { border-color: #4F5588; }
span { border-color: rgb(79,85,136); }
td.TdClassName
{
border-color: #4F5588;
}
.TagClassName
{
border-color: #4F5588;
}
</style>