Shades of Governor Bay #49459F
Tints of Governor Bay #49459F
RGB
CMYK
RGB Variations
Color information
#49459F (or 0x49459F) is known color: Governor Bay. HEX triplet: 49, 45 and 9F. RGB value is (73,69,159). Sum of RGB (Red+Green+Blue) = 73+69+159=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #49459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49459F is #B6BA60. Grayscale: #505050. Windows color (decimal): -11975265 or 10437961. OLE color: 10437961.
HSL color Cylindrical-coordinate representation of color #49459F: hue angle of 242.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49459F is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 69 | 159 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.38 |
| HSL | 242.67º | 0.39% | 0.45% | - |
| HSV(B) | 242.67º | 0.57% | 0.62% | - |
| XYZ | 11.13 | 8.18 | 33.79 | - |
| YUV | 80.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 159 | 0.54 | 0.57 | 0 | 0.38 | 242.67 | 0.39 | 0.45 |
| Hex | 49 | 45 | 9F | 36 | 39 | 0 | 26 | F3 | 27 | 2D |
| Octal | 111 | 105 | 237 | 66 | 71 | 0 | 46 | 363 | 47 | 55 |
| Binary | 1001001 | 1000101 | 10011111 | 110110 | 111001 | 0 | 100110 | 11110011 | 100111 | 101101 |
Color Harmonies of #49459F
Complementary color
Monochromatic Colors of #49459F
Black with #49459F
Text Example
Text Example
White with #49459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49459F; }
p { color: rgb(73,69,159); }
H1.HeaderClassName
{
color: #49459F;
}
.AnyTagClassName
{
color: #49459F;
}
</style>
background-color css
<style>
a { background-color: #49459F; }
a { background-color: rgb(73,69,159); }
div.DivClassName
{
background-color: #49459F;
}
.BgClassName
{
background-color: #49459F;
}
</style>
border-color css
<style>
span { border-color: #49459F; }
span { border-color: rgb(73,69,159); }
td.TdClassName
{
border-color: #49459F;
}
.TagClassName
{
border-color: #49459F;
}
</style>