Shades of Governor Bay #4A5194
Tints of Governor Bay #4A5194
RGB
CMYK
RGB Variations
Color information
#4A5194 (or 0x4A5194) is known color: Governor Bay. HEX triplet: 4A, 51 and 94. RGB value is (74,81,148). Sum of RGB (Red+Green+Blue) = 74+81+148=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A5194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5194 is #B5AE6B. Grayscale: #565656. Windows color (decimal): -11906668 or 9720138. OLE color: 9720138.
HSL color Cylindrical-coordinate representation of color #4A5194: hue angle of 234.32º 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 #4A5194 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 81 | 148 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.42 |
| HSL | 234.32º | 0.33% | 0.44% | - |
| HSV(B) | 234.32º | 0.5% | 0.58% | - |
| XYZ | 11.11 | 9.48 | 29.26 | - |
| YUV | 86.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 148 | 0.50 | 0.45 | 0 | 0.42 | 234.32 | 0.33 | 0.44 |
| Hex | 4A | 51 | 94 | 32 | 2D | 0 | 2A | EA | 21 | 2C |
| Octal | 112 | 121 | 224 | 62 | 55 | 0 | 52 | 352 | 41 | 54 |
| Binary | 1001010 | 1010001 | 10010100 | 110010 | 101101 | 0 | 101010 | 11101010 | 100001 | 101100 |
Color Harmonies of #4A5194
Complementary color
Monochromatic Colors of #4A5194
Black with #4A5194
Text Example
Text Example
White with #4A5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5194; }
p { color: rgb(74,81,148); }
H1.HeaderClassName
{
color: #4A5194;
}
.AnyTagClassName
{
color: #4A5194;
}
</style>
background-color css
<style>
a { background-color: #4A5194; }
a { background-color: rgb(74,81,148); }
div.DivClassName
{
background-color: #4A5194;
}
.BgClassName
{
background-color: #4A5194;
}
</style>
border-color css
<style>
span { border-color: #4A5194; }
span { border-color: rgb(74,81,148); }
td.TdClassName
{
border-color: #4A5194;
}
.TagClassName
{
border-color: #4A5194;
}
</style>