Shades of Governor Bay #4D4CA5
Tints of Governor Bay #4D4CA5
RGB
CMYK
RGB Variations
Color information
#4D4CA5 (or 0x4D4CA5) is known color: Governor Bay. HEX triplet: 4D, 4C and A5. RGB value is (77,76,165). Sum of RGB (Red+Green+Blue) = 77+76+165=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 165 (64.84% from 255 or 51.89% from 318); Max value from RGB is 165 - color contains mainly: blue. Hex color #4D4CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4CA5 is #B2B35A. Grayscale: #565656. Windows color (decimal): -11711323 or 10832973. OLE color: 10832973.
HSL color Cylindrical-coordinate representation of color #4D4CA5: hue angle of 240.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D4CA5 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 76 | 165 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.35 |
| HSL | 240.67º | 0.37% | 0.47% | - |
| HSV(B) | 240.67º | 0.54% | 0.65% | - |
| XYZ | 12.44 | 9.46 | 36.77 | - |
| YUV | 86.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 165 | 0.53 | 0.54 | 0 | 0.35 | 240.67 | 0.37 | 0.47 |
| Hex | 4D | 4C | A5 | 35 | 36 | 0 | 23 | F1 | 25 | 2F |
| Octal | 115 | 114 | 245 | 65 | 66 | 0 | 43 | 361 | 45 | 57 |
| Binary | 1001101 | 1001100 | 10100101 | 110101 | 110110 | 0 | 100011 | 11110001 | 100101 | 101111 |
Color Harmonies of #4D4CA5
Complementary color
Monochromatic Colors of #4D4CA5
Black with #4D4CA5
Text Example
Text Example
White with #4D4CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4CA5; }
p { color: rgb(77,76,165); }
H1.HeaderClassName
{
color: #4D4CA5;
}
.AnyTagClassName
{
color: #4D4CA5;
}
</style>
background-color css
<style>
a { background-color: #4D4CA5; }
a { background-color: rgb(77,76,165); }
div.DivClassName
{
background-color: #4D4CA5;
}
.BgClassName
{
background-color: #4D4CA5;
}
</style>
border-color css
<style>
span { border-color: #4D4CA5; }
span { border-color: rgb(77,76,165); }
td.TdClassName
{
border-color: #4D4CA5;
}
.TagClassName
{
border-color: #4D4CA5;
}
</style>