Shades of Governor Bay #4D589B
Tints of Governor Bay #4D589B
RGB
CMYK
RGB Variations
Color information
#4D589B (or 0x4D589B) is known color: Governor Bay. HEX triplet: 4D, 58 and 9B. RGB value is (77,88,155). Sum of RGB (Red+Green+Blue) = 77+88+155=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D589B is #B2A764. Grayscale: #5C5C5C. Windows color (decimal): -11708261 or 10180685. OLE color: 10180685.
HSL color Cylindrical-coordinate representation of color #4D589B: hue angle of 231.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D589B is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
RGB | 77 | 88 | 155 | - |
CMYK | 0.50 | 0.43 | 0 | 0.39 |
HSL | 231.54º | 0.34% | 0.45% | - |
HSV(B) | 231.54º | 0.5% | 0.61% | - |
XYZ | 12.47 | 10.92 | 32.46 | - |
YUV | 92.35 | 163.36 | 117.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 88 | 155 | 0.50 | 0.43 | 0 | 0.39 | 231.54 | 0.34 | 0.45 |
Hex | 4D | 58 | 9B | 32 | 2B | 0 | 27 | E8 | 22 | 2D |
Octal | 115 | 130 | 233 | 62 | 53 | 0 | 47 | 350 | 42 | 55 |
Binary | 1001101 | 1011000 | 10011011 | 110010 | 101011 | 0 | 100111 | 11101000 | 100010 | 101101 |
Color Harmonies of #4D589B
Complementary color
Monochromatic Colors of #4D589B
Black with #4D589B
Text Example
Text Example
White with #4D589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D589B; }
p { color: rgb(77,88,155); }
H1.HeaderClassName
{
color: #4D589B;
}
.AnyTagClassName
{
color: #4D589B;
}
</style>
background-color css
<style>
a { background-color: #4D589B; }
a { background-color: rgb(77,88,155); }
div.DivClassName
{
background-color: #4D589B;
}
.BgClassName
{
background-color: #4D589B;
}
</style>
border-color css
<style>
span { border-color: #4D589B; }
span { border-color: rgb(77,88,155); }
td.TdClassName
{
border-color: #4D589B;
}
.TagClassName
{
border-color: #4D589B;
}
</style>