Shades of Governor Bay #4F51A3
Tints of Governor Bay #4F51A3
RGB
CMYK
RGB Variations
Color information
#4F51A3 (or 0x4F51A3) is known color: Governor Bay. HEX triplet: 4F, 51 and A3. RGB value is (79,81,163). Sum of RGB (Red+Green+Blue) = 79+81+163=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #4F51A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F51A3 is #B0AE5C. Grayscale: #595959. Windows color (decimal): -11578973 or 10703183. OLE color: 10703183.
HSL color Cylindrical-coordinate representation of color #4F51A3: hue angle of 238.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F51A3 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 81 | 163 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.36 |
| HSL | 238.57º | 0.35% | 0.47% | - |
| HSV(B) | 238.57º | 0.52% | 0.64% | - |
| XYZ | 12.78 | 10.19 | 35.94 | - |
| YUV | 89.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 163 | 0.52 | 0.50 | 0 | 0.36 | 238.57 | 0.35 | 0.47 |
| Hex | 4F | 51 | A3 | 34 | 32 | 0 | 24 | EF | 23 | 2F |
| Octal | 117 | 121 | 243 | 64 | 62 | 0 | 44 | 357 | 43 | 57 |
| Binary | 1001111 | 1010001 | 10100011 | 110100 | 110010 | 0 | 100100 | 11101111 | 100011 | 101111 |
Color Harmonies of #4F51A3
Complementary color
Monochromatic Colors of #4F51A3
Black with #4F51A3
Text Example
Text Example
White with #4F51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F51A3; }
p { color: rgb(79,81,163); }
H1.HeaderClassName
{
color: #4F51A3;
}
.AnyTagClassName
{
color: #4F51A3;
}
</style>
background-color css
<style>
a { background-color: #4F51A3; }
a { background-color: rgb(79,81,163); }
div.DivClassName
{
background-color: #4F51A3;
}
.BgClassName
{
background-color: #4F51A3;
}
</style>
border-color css
<style>
span { border-color: #4F51A3; }
span { border-color: rgb(79,81,163); }
td.TdClassName
{
border-color: #4F51A3;
}
.TagClassName
{
border-color: #4F51A3;
}
</style>