Shades of Governor Bay #4D479B
Tints of Governor Bay #4D479B
RGB
CMYK
RGB Variations
Color information
#4D479B (or 0x4D479B) is known color: Governor Bay. HEX triplet: 4D, 47 and 9B. RGB value is (77,71,155). Sum of RGB (Red+Green+Blue) = 77+71+155=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D479B is #B2B864. Grayscale: #525252. Windows color (decimal): -11712613 or 10176333. OLE color: 10176333.
HSL color Cylindrical-coordinate representation of color #4D479B: hue angle of 244.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D479B is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 71 | 155 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.39 |
| HSL | 244.29º | 0.37% | 0.44% | - |
| HSV(B) | 244.29º | 0.54% | 0.61% | - |
| XYZ | 11.23 | 8.45 | 32.05 | - |
| YUV | 82.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 155 | 0.50 | 0.54 | 0 | 0.39 | 244.29 | 0.37 | 0.44 |
| Hex | 4D | 47 | 9B | 32 | 36 | 0 | 27 | F4 | 25 | 2C |
| Octal | 115 | 107 | 233 | 62 | 66 | 0 | 47 | 364 | 45 | 54 |
| Binary | 1001101 | 1000111 | 10011011 | 110010 | 110110 | 0 | 100111 | 11110100 | 100101 | 101100 |
Color Harmonies of #4D479B
Complementary color
Monochromatic Colors of #4D479B
Black with #4D479B
Text Example
Text Example
White with #4D479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D479B; }
p { color: rgb(77,71,155); }
H1.HeaderClassName
{
color: #4D479B;
}
.AnyTagClassName
{
color: #4D479B;
}
</style>
background-color css
<style>
a { background-color: #4D479B; }
a { background-color: rgb(77,71,155); }
div.DivClassName
{
background-color: #4D479B;
}
.BgClassName
{
background-color: #4D479B;
}
</style>
border-color css
<style>
span { border-color: #4D479B; }
span { border-color: rgb(77,71,155); }
td.TdClassName
{
border-color: #4D479B;
}
.TagClassName
{
border-color: #4D479B;
}
</style>