Shades of Governor Bay #4C4998
Tints of Governor Bay #4C4998
RGB
CMYK
RGB Variations
Color information
#4C4998 (or 0x4C4998) is known color: Governor Bay. HEX triplet: 4C, 49 and 98. RGB value is (76,73,152). Sum of RGB (Red+Green+Blue) = 76+73+152=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #4C4998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4998 is #B3B667. Grayscale: #525252. Windows color (decimal): -11777640 or 9980236. OLE color: 9980236.
HSL color Cylindrical-coordinate representation of color #4C4998: hue angle of 242.28º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C4998 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 73 | 152 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.40 |
| HSL | 242.28º | 0.35% | 0.44% | - |
| HSV(B) | 242.28º | 0.52% | 0.6% | - |
| XYZ | 11.03 | 8.57 | 30.78 | - |
| YUV | 82.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 152 | 0.50 | 0.52 | 0 | 0.40 | 242.28 | 0.35 | 0.44 |
| Hex | 4C | 49 | 98 | 32 | 34 | 0 | 28 | F2 | 23 | 2C |
| Octal | 114 | 111 | 230 | 62 | 64 | 0 | 50 | 362 | 43 | 54 |
| Binary | 1001100 | 1001001 | 10011000 | 110010 | 110100 | 0 | 101000 | 11110010 | 100011 | 101100 |
Color Harmonies of #4C4998
Complementary color
Monochromatic Colors of #4C4998
Black with #4C4998
Text Example
Text Example
White with #4C4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4998; }
p { color: rgb(76,73,152); }
H1.HeaderClassName
{
color: #4C4998;
}
.AnyTagClassName
{
color: #4C4998;
}
</style>
background-color css
<style>
a { background-color: #4C4998; }
a { background-color: rgb(76,73,152); }
div.DivClassName
{
background-color: #4C4998;
}
.BgClassName
{
background-color: #4C4998;
}
</style>
border-color css
<style>
span { border-color: #4C4998; }
span { border-color: rgb(76,73,152); }
td.TdClassName
{
border-color: #4C4998;
}
.TagClassName
{
border-color: #4C4998;
}
</style>