Shades of Governor Bay #4B5690
Tints of Governor Bay #4B5690
RGB
CMYK
RGB Variations
Color information
#4B5690 (or 0x4B5690) is known color: Governor Bay. HEX triplet: 4B, 56 and 90. RGB value is (75,86,144). Sum of RGB (Red+Green+Blue) = 75+86+144=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B5690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5690 is #B4A96F. Grayscale: #595959. Windows color (decimal): -11839856 or 9459275. OLE color: 9459275.
HSL color Cylindrical-coordinate representation of color #4B5690: hue angle of 230.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B5690 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 86 | 144 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.44 |
| HSL | 230.43º | 0.32% | 0.43% | - |
| HSV(B) | 230.43º | 0.48% | 0.56% | - |
| XYZ | 11.26 | 10.17 | 27.75 | - |
| YUV | 89.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 144 | 0.48 | 0.40 | 0 | 0.44 | 230.43 | 0.32 | 0.43 |
| Hex | 4B | 56 | 90 | 30 | 28 | 0 | 2C | E6 | 20 | 2B |
| Octal | 113 | 126 | 220 | 60 | 50 | 0 | 54 | 346 | 40 | 53 |
| Binary | 1001011 | 1010110 | 10010000 | 110000 | 101000 | 0 | 101100 | 11100110 | 100000 | 101011 |
Color Harmonies of #4B5690
Complementary color
Monochromatic Colors of #4B5690
Black with #4B5690
Text Example
Text Example
White with #4B5690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5690; }
p { color: rgb(75,86,144); }
H1.HeaderClassName
{
color: #4B5690;
}
.AnyTagClassName
{
color: #4B5690;
}
</style>
background-color css
<style>
a { background-color: #4B5690; }
a { background-color: rgb(75,86,144); }
div.DivClassName
{
background-color: #4B5690;
}
.BgClassName
{
background-color: #4B5690;
}
</style>
border-color css
<style>
span { border-color: #4B5690; }
span { border-color: rgb(75,86,144); }
td.TdClassName
{
border-color: #4B5690;
}
.TagClassName
{
border-color: #4B5690;
}
</style>