Shades of Governor Bay #4945A2
Tints of Governor Bay #4945A2
RGB
CMYK
RGB Variations
Color information
#4945A2 (or 0x4945A2) is known color: Governor Bay. HEX triplet: 49, 45 and A2. RGB value is (73,69,162). Sum of RGB (Red+Green+Blue) = 73+69+162=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #4945A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4945A2 is #B6BA5D. Grayscale: #505050. Windows color (decimal): -11975262 or 10634569. OLE color: 10634569.
HSL color Cylindrical-coordinate representation of color #4945A2: hue angle of 242.58º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4945A2 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 69 | 162 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.36 |
| HSL | 242.58º | 0.4% | 0.45% | - |
| HSV(B) | 242.58º | 0.57% | 0.64% | - |
| XYZ | 11.4 | 8.28 | 35.18 | - |
| YUV | 80.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 162 | 0.55 | 0.57 | 0 | 0.36 | 242.58 | 0.4 | 0.45 |
| Hex | 49 | 45 | A2 | 37 | 39 | 0 | 24 | F3 | 28 | 2D |
| Octal | 111 | 105 | 242 | 67 | 71 | 0 | 44 | 363 | 50 | 55 |
| Binary | 1001001 | 1000101 | 10100010 | 110111 | 111001 | 0 | 100100 | 11110011 | 101000 | 101101 |
Color Harmonies of #4945A2
Complementary color
Monochromatic Colors of #4945A2
Black with #4945A2
Text Example
Text Example
White with #4945A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945A2; }
p { color: rgb(73,69,162); }
H1.HeaderClassName
{
color: #4945A2;
}
.AnyTagClassName
{
color: #4945A2;
}
</style>
background-color css
<style>
a { background-color: #4945A2; }
a { background-color: rgb(73,69,162); }
div.DivClassName
{
background-color: #4945A2;
}
.BgClassName
{
background-color: #4945A2;
}
</style>
border-color css
<style>
span { border-color: #4945A2; }
span { border-color: rgb(73,69,162); }
td.TdClassName
{
border-color: #4945A2;
}
.TagClassName
{
border-color: #4945A2;
}
</style>