Shades of Governor Bay #4F519B
Tints of Governor Bay #4F519B
RGB
CMYK
RGB Variations
Color information
#4F519B (or 0x4F519B) is known color: Governor Bay. HEX triplet: 4F, 51 and 9B. RGB value is (79,81,155). Sum of RGB (Red+Green+Blue) = 79+81+155=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F519B is #B0AE64. Grayscale: #585858. Windows color (decimal): -11578981 or 10178895. OLE color: 10178895.
HSL color Cylindrical-coordinate representation of color #4F519B: hue angle of 238.42º 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 #4F519B is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 81 | 155 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.39 |
| HSL | 238.42º | 0.32% | 0.46% | - |
| HSV(B) | 238.42º | 0.49% | 0.61% | - |
| XYZ | 12.08 | 9.91 | 32.29 | - |
| YUV | 88.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 155 | 0.49 | 0.48 | 0 | 0.39 | 238.42 | 0.32 | 0.46 |
| Hex | 4F | 51 | 9B | 31 | 30 | 0 | 27 | EE | 20 | 2E |
| Octal | 117 | 121 | 233 | 61 | 60 | 0 | 47 | 356 | 40 | 56 |
| Binary | 1001111 | 1010001 | 10011011 | 110001 | 110000 | 0 | 100111 | 11101110 | 100000 | 101110 |
Color Harmonies of #4F519B
Complementary color
Monochromatic Colors of #4F519B
Black with #4F519B
Text Example
Text Example
White with #4F519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F519B; }
p { color: rgb(79,81,155); }
H1.HeaderClassName
{
color: #4F519B;
}
.AnyTagClassName
{
color: #4F519B;
}
</style>
background-color css
<style>
a { background-color: #4F519B; }
a { background-color: rgb(79,81,155); }
div.DivClassName
{
background-color: #4F519B;
}
.BgClassName
{
background-color: #4F519B;
}
</style>
border-color css
<style>
span { border-color: #4F519B; }
span { border-color: rgb(79,81,155); }
td.TdClassName
{
border-color: #4F519B;
}
.TagClassName
{
border-color: #4F519B;
}
</style>