Shades of Governor Bay #4A5092
Tints of Governor Bay #4A5092
RGB
CMYK
RGB Variations
Color information
#4A5092 (or 0x4A5092) is known color: Governor Bay. HEX triplet: 4A, 50 and 92. RGB value is (74,80,146). Sum of RGB (Red+Green+Blue) = 74+80+146=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A5092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5092 is #B5AF6D. Grayscale: #555555. Windows color (decimal): -11906926 or 9588810. OLE color: 9588810.
HSL color Cylindrical-coordinate representation of color #4A5092: hue angle of 235º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A5092 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 80 | 146 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.43 |
| HSL | 235º | 0.33% | 0.43% | - |
| HSV(B) | 235º | 0.49% | 0.57% | - |
| XYZ | 10.88 | 9.27 | 28.41 | - |
| YUV | 85.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 146 | 0.49 | 0.45 | 0 | 0.43 | 235 | 0.33 | 0.43 |
| Hex | 4A | 50 | 92 | 31 | 2D | 0 | 2B | EB | 21 | 2B |
| Octal | 112 | 120 | 222 | 61 | 55 | 0 | 53 | 353 | 41 | 53 |
| Binary | 1001010 | 1010000 | 10010010 | 110001 | 101101 | 0 | 101011 | 11101011 | 100001 | 101011 |
Color Harmonies of #4A5092
Complementary color
Monochromatic Colors of #4A5092
Black with #4A5092
Text Example
Text Example
White with #4A5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5092; }
p { color: rgb(74,80,146); }
H1.HeaderClassName
{
color: #4A5092;
}
.AnyTagClassName
{
color: #4A5092;
}
</style>
background-color css
<style>
a { background-color: #4A5092; }
a { background-color: rgb(74,80,146); }
div.DivClassName
{
background-color: #4A5092;
}
.BgClassName
{
background-color: #4A5092;
}
</style>
border-color css
<style>
span { border-color: #4A5092; }
span { border-color: rgb(74,80,146); }
td.TdClassName
{
border-color: #4A5092;
}
.TagClassName
{
border-color: #4A5092;
}
</style>