Shades of Governor Bay #49469D
Tints of Governor Bay #49469D
RGB
CMYK
RGB Variations
Color information
#49469D (or 0x49469D) is known color: Governor Bay. HEX triplet: 49, 46 and 9D. RGB value is (73,70,157). Sum of RGB (Red+Green+Blue) = 73+70+157=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #49469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49469D is #B6B962. Grayscale: #505050. Windows color (decimal): -11975011 or 10307145. OLE color: 10307145.
HSL color Cylindrical-coordinate representation of color #49469D: hue angle of 242.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49469D is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 70 | 157 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.38 |
| HSL | 242.07º | 0.38% | 0.45% | - |
| HSV(B) | 242.07º | 0.55% | 0.62% | - |
| XYZ | 11.02 | 8.23 | 32.91 | - |
| YUV | 80.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 157 | 0.54 | 0.55 | 0 | 0.38 | 242.07 | 0.38 | 0.45 |
| Hex | 49 | 46 | 9D | 36 | 37 | 0 | 26 | F2 | 26 | 2D |
| Octal | 111 | 106 | 235 | 66 | 67 | 0 | 46 | 362 | 46 | 55 |
| Binary | 1001001 | 1000110 | 10011101 | 110110 | 110111 | 0 | 100110 | 11110010 | 100110 | 101101 |
Color Harmonies of #49469D
Complementary color
Monochromatic Colors of #49469D
Black with #49469D
Text Example
Text Example
White with #49469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49469D; }
p { color: rgb(73,70,157); }
H1.HeaderClassName
{
color: #49469D;
}
.AnyTagClassName
{
color: #49469D;
}
</style>
background-color css
<style>
a { background-color: #49469D; }
a { background-color: rgb(73,70,157); }
div.DivClassName
{
background-color: #49469D;
}
.BgClassName
{
background-color: #49469D;
}
</style>
border-color css
<style>
span { border-color: #49469D; }
span { border-color: rgb(73,70,157); }
td.TdClassName
{
border-color: #49469D;
}
.TagClassName
{
border-color: #49469D;
}
</style>