Shades of Governor Bay #4A5294
Tints of Governor Bay #4A5294
RGB
CMYK
RGB Variations
Color information
#4A5294 (or 0x4A5294) is known color: Governor Bay. HEX triplet: 4A, 52 and 94. RGB value is (74,82,148). Sum of RGB (Red+Green+Blue) = 74+82+148=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A5294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5294 is #B5AD6B. Grayscale: #565656. Windows color (decimal): -11906412 or 9720394. OLE color: 9720394.
HSL color Cylindrical-coordinate representation of color #4A5294: hue angle of 233.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A5294 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 82 | 148 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.42 |
| HSL | 233.51º | 0.33% | 0.44% | - |
| HSV(B) | 233.51º | 0.5% | 0.58% | - |
| XYZ | 11.19 | 9.63 | 29.29 | - |
| YUV | 87.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 148 | 0.50 | 0.45 | 0 | 0.42 | 233.51 | 0.33 | 0.44 |
| Hex | 4A | 52 | 94 | 32 | 2D | 0 | 2A | EA | 21 | 2C |
| Octal | 112 | 122 | 224 | 62 | 55 | 0 | 52 | 352 | 41 | 54 |
| Binary | 1001010 | 1010010 | 10010100 | 110010 | 101101 | 0 | 101010 | 11101010 | 100001 | 101100 |
Color Harmonies of #4A5294
Complementary color
Monochromatic Colors of #4A5294
Black with #4A5294
Text Example
Text Example
White with #4A5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5294; }
p { color: rgb(74,82,148); }
H1.HeaderClassName
{
color: #4A5294;
}
.AnyTagClassName
{
color: #4A5294;
}
</style>
background-color css
<style>
a { background-color: #4A5294; }
a { background-color: rgb(74,82,148); }
div.DivClassName
{
background-color: #4A5294;
}
.BgClassName
{
background-color: #4A5294;
}
</style>
border-color css
<style>
span { border-color: #4A5294; }
span { border-color: rgb(74,82,148); }
td.TdClassName
{
border-color: #4A5294;
}
.TagClassName
{
border-color: #4A5294;
}
</style>