Shades of Governor Bay #4F5384
Tints of Governor Bay #4F5384
RGB
CMYK
RGB Variations
Color information
#4F5384 (or 0x4F5384) is known color: Governor Bay. HEX triplet: 4F, 53 and 84. RGB value is (79,83,132). Sum of RGB (Red+Green+Blue) = 79+83+132=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5384 is #B0AC7B. Grayscale: #575757. Windows color (decimal): -11578492 or 8672079. OLE color: 8672079.
HSL color Cylindrical-coordinate representation of color #4F5384: hue angle of 235.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F5384 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 83 | 132 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.48 |
| HSL | 235.47º | 0.25% | 0.41% | - |
| HSV(B) | 235.47º | 0.4% | 0.52% | - |
| XYZ | 10.48 | 9.51 | 23.11 | - |
| YUV | 87.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 132 | 0.40 | 0.37 | 0 | 0.48 | 235.47 | 0.25 | 0.41 |
| Hex | 4F | 53 | 84 | 28 | 25 | 0 | 30 | EB | 19 | 29 |
| Octal | 117 | 123 | 204 | 50 | 45 | 0 | 60 | 353 | 31 | 51 |
| Binary | 1001111 | 1010011 | 10000100 | 101000 | 100101 | 0 | 110000 | 11101011 | 11001 | 101001 |
Color Harmonies of #4F5384
Complementary color
Monochromatic Colors of #4F5384
Black with #4F5384
Text Example
Text Example
White with #4F5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5384; }
p { color: rgb(79,83,132); }
H1.HeaderClassName
{
color: #4F5384;
}
.AnyTagClassName
{
color: #4F5384;
}
</style>
background-color css
<style>
a { background-color: #4F5384; }
a { background-color: rgb(79,83,132); }
div.DivClassName
{
background-color: #4F5384;
}
.BgClassName
{
background-color: #4F5384;
}
</style>
border-color css
<style>
span { border-color: #4F5384; }
span { border-color: rgb(79,83,132); }
td.TdClassName
{
border-color: #4F5384;
}
.TagClassName
{
border-color: #4F5384;
}
</style>