Shades of Governor Bay #4A5287
Tints of Governor Bay #4A5287
RGB
CMYK
RGB Variations
Color information
#4A5287 (or 0x4A5287) is known color: Governor Bay. HEX triplet: 4A, 52 and 87. RGB value is (74,82,135). Sum of RGB (Red+Green+Blue) = 74+82+135=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A5287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5287 is #B5AD78. Grayscale: #555555. Windows color (decimal): -11906425 or 8868426. OLE color: 8868426.
HSL color Cylindrical-coordinate representation of color #4A5287: hue angle of 232.13º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A5287 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 82 | 135 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.47 |
| HSL | 232.13º | 0.29% | 0.41% | - |
| HSV(B) | 232.13º | 0.45% | 0.53% | - |
| XYZ | 10.21 | 9.24 | 24.17 | - |
| YUV | 85.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 135 | 0.45 | 0.39 | 0 | 0.47 | 232.13 | 0.29 | 0.41 |
| Hex | 4A | 52 | 87 | 2D | 27 | 0 | 2F | E8 | 1D | 29 |
| Octal | 112 | 122 | 207 | 55 | 47 | 0 | 57 | 350 | 35 | 51 |
| Binary | 1001010 | 1010010 | 10000111 | 101101 | 100111 | 0 | 101111 | 11101000 | 11101 | 101001 |
Color Harmonies of #4A5287
Complementary color
Monochromatic Colors of #4A5287
Black with #4A5287
Text Example
Text Example
White with #4A5287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5287; }
p { color: rgb(74,82,135); }
H1.HeaderClassName
{
color: #4A5287;
}
.AnyTagClassName
{
color: #4A5287;
}
</style>
background-color css
<style>
a { background-color: #4A5287; }
a { background-color: rgb(74,82,135); }
div.DivClassName
{
background-color: #4A5287;
}
.BgClassName
{
background-color: #4A5287;
}
</style>
border-color css
<style>
span { border-color: #4A5287; }
span { border-color: rgb(74,82,135); }
td.TdClassName
{
border-color: #4A5287;
}
.TagClassName
{
border-color: #4A5287;
}
</style>