Shades of Governor Bay #4B4895
Tints of Governor Bay #4B4895
RGB
CMYK
RGB Variations
Color information
#4B4895 (or 0x4B4895) is known color: Governor Bay. HEX triplet: 4B, 48 and 95. RGB value is (75,72,149). Sum of RGB (Red+Green+Blue) = 75+72+149=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B4895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4895 is #B4B76A. Grayscale: #515151. Windows color (decimal): -11843435 or 9783371. OLE color: 9783371.
HSL color Cylindrical-coordinate representation of color #4B4895: hue angle of 242.34º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B4895 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 72 | 149 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.42 |
| HSL | 242.34º | 0.35% | 0.43% | - |
| HSV(B) | 242.34º | 0.52% | 0.58% | - |
| XYZ | 10.64 | 8.3 | 29.47 | - |
| YUV | 81.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 149 | 0.50 | 0.52 | 0 | 0.42 | 242.34 | 0.35 | 0.43 |
| Hex | 4B | 48 | 95 | 32 | 34 | 0 | 2A | F2 | 23 | 2B |
| Octal | 113 | 110 | 225 | 62 | 64 | 0 | 52 | 362 | 43 | 53 |
| Binary | 1001011 | 1001000 | 10010101 | 110010 | 110100 | 0 | 101010 | 11110010 | 100011 | 101011 |
Color Harmonies of #4B4895
Complementary color
Monochromatic Colors of #4B4895
Black with #4B4895
Text Example
Text Example
White with #4B4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4895; }
p { color: rgb(75,72,149); }
H1.HeaderClassName
{
color: #4B4895;
}
.AnyTagClassName
{
color: #4B4895;
}
</style>
background-color css
<style>
a { background-color: #4B4895; }
a { background-color: rgb(75,72,149); }
div.DivClassName
{
background-color: #4B4895;
}
.BgClassName
{
background-color: #4B4895;
}
</style>
border-color css
<style>
span { border-color: #4B4895; }
span { border-color: rgb(75,72,149); }
td.TdClassName
{
border-color: #4B4895;
}
.TagClassName
{
border-color: #4B4895;
}
</style>