Shades of Governor Bay #484E89
Tints of Governor Bay #484E89
RGB
CMYK
RGB Variations
Color information
#484E89 (or 0x484E89) is known color: Governor Bay. HEX triplet: 48, 4E and 89. RGB value is (72,78,137). Sum of RGB (Red+Green+Blue) = 72+78+137=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #484E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E89 is #B7B176. Grayscale: #525252. Windows color (decimal): -12038519 or 8998472. OLE color: 8998472.
HSL color Cylindrical-coordinate representation of color #484E89: hue angle of 234.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484E89 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 78 | 137 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.46 |
| HSL | 234.46º | 0.31% | 0.41% | - |
| HSV(B) | 234.46º | 0.47% | 0.54% | - |
| XYZ | 9.91 | 8.63 | 24.81 | - |
| YUV | 82.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 137 | 0.47 | 0.43 | 0 | 0.46 | 234.46 | 0.31 | 0.41 |
| Hex | 48 | 4E | 89 | 2F | 2B | 0 | 2E | EA | 1F | 29 |
| Octal | 110 | 116 | 211 | 57 | 53 | 0 | 56 | 352 | 37 | 51 |
| Binary | 1001000 | 1001110 | 10001001 | 101111 | 101011 | 0 | 101110 | 11101010 | 11111 | 101001 |
Color Harmonies of #484E89
Complementary color
Monochromatic Colors of #484E89
Black with #484E89
Text Example
Text Example
White with #484E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E89; }
p { color: rgb(72,78,137); }
H1.HeaderClassName
{
color: #484E89;
}
.AnyTagClassName
{
color: #484E89;
}
</style>
background-color css
<style>
a { background-color: #484E89; }
a { background-color: rgb(72,78,137); }
div.DivClassName
{
background-color: #484E89;
}
.BgClassName
{
background-color: #484E89;
}
</style>
border-color css
<style>
span { border-color: #484E89; }
span { border-color: rgb(72,78,137); }
td.TdClassName
{
border-color: #484E89;
}
.TagClassName
{
border-color: #484E89;
}
</style>