Shades of Governor Bay #4A489B
Tints of Governor Bay #4A489B
RGB
CMYK
RGB Variations
Color information
#4A489B (or 0x4A489B) is known color: Governor Bay. HEX triplet: 4A, 48 and 9B. RGB value is (74,72,155). Sum of RGB (Red+Green+Blue) = 74+72+155=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A489B is #B5B764. Grayscale: #515151. Windows color (decimal): -11908965 or 10176586. OLE color: 10176586.
HSL color Cylindrical-coordinate representation of color #4A489B: hue angle of 241.45º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A489B is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 72 | 155 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.39 |
| HSL | 241.45º | 0.37% | 0.45% | - |
| HSV(B) | 241.45º | 0.54% | 0.61% | - |
| XYZ | 11.06 | 8.46 | 32.06 | - |
| YUV | 82.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 155 | 0.52 | 0.54 | 0 | 0.39 | 241.45 | 0.37 | 0.45 |
| Hex | 4A | 48 | 9B | 34 | 36 | 0 | 27 | F1 | 25 | 2D |
| Octal | 112 | 110 | 233 | 64 | 66 | 0 | 47 | 361 | 45 | 55 |
| Binary | 1001010 | 1001000 | 10011011 | 110100 | 110110 | 0 | 100111 | 11110001 | 100101 | 101101 |
Color Harmonies of #4A489B
Complementary color
Monochromatic Colors of #4A489B
Black with #4A489B
Text Example
Text Example
White with #4A489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A489B; }
p { color: rgb(74,72,155); }
H1.HeaderClassName
{
color: #4A489B;
}
.AnyTagClassName
{
color: #4A489B;
}
</style>
background-color css
<style>
a { background-color: #4A489B; }
a { background-color: rgb(74,72,155); }
div.DivClassName
{
background-color: #4A489B;
}
.BgClassName
{
background-color: #4A489B;
}
</style>
border-color css
<style>
span { border-color: #4A489B; }
span { border-color: rgb(74,72,155); }
td.TdClassName
{
border-color: #4A489B;
}
.TagClassName
{
border-color: #4A489B;
}
</style>