Shades of Governor Bay #4A5296
Tints of Governor Bay #4A5296
RGB
CMYK
RGB Variations
Color information
#4A5296 (or 0x4A5296) is known color: Governor Bay. HEX triplet: 4A, 52 and 96. RGB value is (74,82,150). Sum of RGB (Red+Green+Blue) = 74+82+150=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A5296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5296 is #B5AD69. Grayscale: #575757. Windows color (decimal): -11906410 or 9851466. OLE color: 9851466.
HSL color Cylindrical-coordinate representation of color #4A5296: hue angle of 233.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A5296 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 82 | 150 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.41 |
| HSL | 233.68º | 0.34% | 0.44% | - |
| HSV(B) | 233.68º | 0.51% | 0.59% | - |
| XYZ | 11.35 | 9.69 | 30.13 | - |
| YUV | 87.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 150 | 0.51 | 0.45 | 0 | 0.41 | 233.68 | 0.34 | 0.44 |
| Hex | 4A | 52 | 96 | 33 | 2D | 0 | 29 | EA | 22 | 2C |
| Octal | 112 | 122 | 226 | 63 | 55 | 0 | 51 | 352 | 42 | 54 |
| Binary | 1001010 | 1010010 | 10010110 | 110011 | 101101 | 0 | 101001 | 11101010 | 100010 | 101100 |
Color Harmonies of #4A5296
Complementary color
Monochromatic Colors of #4A5296
Black with #4A5296
Text Example
Text Example
White with #4A5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5296; }
p { color: rgb(74,82,150); }
H1.HeaderClassName
{
color: #4A5296;
}
.AnyTagClassName
{
color: #4A5296;
}
</style>
background-color css
<style>
a { background-color: #4A5296; }
a { background-color: rgb(74,82,150); }
div.DivClassName
{
background-color: #4A5296;
}
.BgClassName
{
background-color: #4A5296;
}
</style>
border-color css
<style>
span { border-color: #4A5296; }
span { border-color: rgb(74,82,150); }
td.TdClassName
{
border-color: #4A5296;
}
.TagClassName
{
border-color: #4A5296;
}
</style>