Shades of Governor Bay #4F529A
Tints of Governor Bay #4F529A
RGB
CMYK
RGB Variations
Color information
#4F529A (or 0x4F529A) is known color: Governor Bay. HEX triplet: 4F, 52 and 9A. RGB value is (79,82,154). Sum of RGB (Red+Green+Blue) = 79+82+154=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F529A is #B0AD65. Grayscale: #595959. Windows color (decimal): -11578726 or 10113615. OLE color: 10113615.
HSL color Cylindrical-coordinate representation of color #4F529A: hue angle of 237.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F529A is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 82 | 154 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.40 |
| HSL | 237.6º | 0.32% | 0.46% | - |
| HSV(B) | 237.6º | 0.49% | 0.6% | - |
| XYZ | 12.07 | 10.03 | 31.87 | - |
| YUV | 89.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 154 | 0.49 | 0.47 | 0 | 0.40 | 237.6 | 0.32 | 0.46 |
| Hex | 4F | 52 | 9A | 31 | 2F | 0 | 28 | EE | 20 | 2E |
| Octal | 117 | 122 | 232 | 61 | 57 | 0 | 50 | 356 | 40 | 56 |
| Binary | 1001111 | 1010010 | 10011010 | 110001 | 101111 | 0 | 101000 | 11101110 | 100000 | 101110 |
Color Harmonies of #4F529A
Complementary color
Monochromatic Colors of #4F529A
Black with #4F529A
Text Example
Text Example
White with #4F529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F529A; }
p { color: rgb(79,82,154); }
H1.HeaderClassName
{
color: #4F529A;
}
.AnyTagClassName
{
color: #4F529A;
}
</style>
background-color css
<style>
a { background-color: #4F529A; }
a { background-color: rgb(79,82,154); }
div.DivClassName
{
background-color: #4F529A;
}
.BgClassName
{
background-color: #4F529A;
}
</style>
border-color css
<style>
span { border-color: #4F529A; }
span { border-color: rgb(79,82,154); }
td.TdClassName
{
border-color: #4F529A;
}
.TagClassName
{
border-color: #4F529A;
}
</style>