Shades of Governor Bay #4D58A4
Tints of Governor Bay #4D58A4
RGB
CMYK
RGB Variations
Color information
#4D58A4 (or 0x4D58A4) is known color: Governor Bay. HEX triplet: 4D, 58 and A4. RGB value is (77,88,164). Sum of RGB (Red+Green+Blue) = 77+88+164=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D58A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D58A4 is #B2A75B. Grayscale: #5D5D5D. Windows color (decimal): -11708252 or 10770509. OLE color: 10770509.
HSL color Cylindrical-coordinate representation of color #4D58A4: hue angle of 232.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D58A4 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 88 | 164 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.36 |
| HSL | 232.41º | 0.36% | 0.47% | - |
| HSV(B) | 232.41º | 0.53% | 0.64% | - |
| XYZ | 13.25 | 11.24 | 36.59 | - |
| YUV | 93.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 164 | 0.53 | 0.46 | 0 | 0.36 | 232.41 | 0.36 | 0.47 |
| Hex | 4D | 58 | A4 | 35 | 2E | 0 | 24 | E8 | 24 | 2F |
| Octal | 115 | 130 | 244 | 65 | 56 | 0 | 44 | 350 | 44 | 57 |
| Binary | 1001101 | 1011000 | 10100100 | 110101 | 101110 | 0 | 100100 | 11101000 | 100100 | 101111 |
Color Harmonies of #4D58A4
Complementary color
Monochromatic Colors of #4D58A4
Black with #4D58A4
Text Example
Text Example
White with #4D58A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D58A4; }
p { color: rgb(77,88,164); }
H1.HeaderClassName
{
color: #4D58A4;
}
.AnyTagClassName
{
color: #4D58A4;
}
</style>
background-color css
<style>
a { background-color: #4D58A4; }
a { background-color: rgb(77,88,164); }
div.DivClassName
{
background-color: #4D58A4;
}
.BgClassName
{
background-color: #4D58A4;
}
</style>
border-color css
<style>
span { border-color: #4D58A4; }
span { border-color: rgb(77,88,164); }
td.TdClassName
{
border-color: #4D58A4;
}
.TagClassName
{
border-color: #4D58A4;
}
</style>