Shades of Governor Bay #4F5290
Tints of Governor Bay #4F5290
RGB
CMYK
RGB Variations
Color information
#4F5290 (or 0x4F5290) is known color: Governor Bay. HEX triplet: 4F, 52 and 90. RGB value is (79,82,144). Sum of RGB (Red+Green+Blue) = 79+82+144=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5290 is #B0AD6F. Grayscale: #575757. Windows color (decimal): -11578736 or 9458255. OLE color: 9458255.
HSL color Cylindrical-coordinate representation of color #4F5290: hue angle of 237.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F5290 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 82 | 144 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.44 |
| HSL | 237.23º | 0.29% | 0.44% | - |
| HSV(B) | 237.23º | 0.45% | 0.56% | - |
| XYZ | 11.28 | 9.71 | 27.67 | - |
| YUV | 88.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 144 | 0.45 | 0.43 | 0 | 0.44 | 237.23 | 0.29 | 0.44 |
| Hex | 4F | 52 | 90 | 2D | 2B | 0 | 2C | ED | 1D | 2C |
| Octal | 117 | 122 | 220 | 55 | 53 | 0 | 54 | 355 | 35 | 54 |
| Binary | 1001111 | 1010010 | 10010000 | 101101 | 101011 | 0 | 101100 | 11101101 | 11101 | 101100 |
Color Harmonies of #4F5290
Complementary color
Monochromatic Colors of #4F5290
Black with #4F5290
Text Example
Text Example
White with #4F5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5290; }
p { color: rgb(79,82,144); }
H1.HeaderClassName
{
color: #4F5290;
}
.AnyTagClassName
{
color: #4F5290;
}
</style>
background-color css
<style>
a { background-color: #4F5290; }
a { background-color: rgb(79,82,144); }
div.DivClassName
{
background-color: #4F5290;
}
.BgClassName
{
background-color: #4F5290;
}
</style>
border-color css
<style>
span { border-color: #4F5290; }
span { border-color: rgb(79,82,144); }
td.TdClassName
{
border-color: #4F5290;
}
.TagClassName
{
border-color: #4F5290;
}
</style>