Shades of Governor Bay #4B51A9
Tints of Governor Bay #4B51A9
RGB
CMYK
RGB Variations
Color information
#4B51A9 (or 0x4B51A9) is known color: Governor Bay. HEX triplet: 4B, 51 and A9. RGB value is (75,81,169). Sum of RGB (Red+Green+Blue) = 75+81+169=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #4B51A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B51A9 is #B4AE56. Grayscale: #585858. Windows color (decimal): -11841111 or 11096395. OLE color: 11096395.
HSL color Cylindrical-coordinate representation of color #4B51A9: hue angle of 236.17º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B51A9 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 81 | 169 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.34 |
| HSL | 236.17º | 0.39% | 0.48% | - |
| HSV(B) | 236.17º | 0.56% | 0.66% | - |
| XYZ | 13.01 | 10.25 | 38.83 | - |
| YUV | 89.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 169 | 0.56 | 0.52 | 0 | 0.34 | 236.17 | 0.39 | 0.48 |
| Hex | 4B | 51 | A9 | 38 | 34 | 0 | 22 | EC | 27 | 30 |
| Octal | 113 | 121 | 251 | 70 | 64 | 0 | 42 | 354 | 47 | 60 |
| Binary | 1001011 | 1010001 | 10101001 | 111000 | 110100 | 0 | 100010 | 11101100 | 100111 | 110000 |
Color Harmonies of #4B51A9
Complementary color
Monochromatic Colors of #4B51A9
Black with #4B51A9
Text Example
Text Example
White with #4B51A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B51A9; }
p { color: rgb(75,81,169); }
H1.HeaderClassName
{
color: #4B51A9;
}
.AnyTagClassName
{
color: #4B51A9;
}
</style>
background-color css
<style>
a { background-color: #4B51A9; }
a { background-color: rgb(75,81,169); }
div.DivClassName
{
background-color: #4B51A9;
}
.BgClassName
{
background-color: #4B51A9;
}
</style>
border-color css
<style>
span { border-color: #4B51A9; }
span { border-color: rgb(75,81,169); }
td.TdClassName
{
border-color: #4B51A9;
}
.TagClassName
{
border-color: #4B51A9;
}
</style>