Shades of Governor Bay #4945AA
Tints of Governor Bay #4945AA
RGB
CMYK
RGB Variations
Color information
#4945AA (or 0x4945AA) is known color: Governor Bay. HEX triplet: 49, 45 and AA. RGB value is (73,69,170). Sum of RGB (Red+Green+Blue) = 73+69+170=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #4945AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4945AA is #B6BA55. Grayscale: #515151. Windows color (decimal): -11975254 or 11158857. OLE color: 11158857.
HSL color Cylindrical-coordinate representation of color #4945AA: hue angle of 242.38º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4945AA is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 69 | 170 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.33 |
| HSL | 242.38º | 0.42% | 0.47% | - |
| HSV(B) | 242.38º | 0.59% | 0.67% | - |
| XYZ | 12.13 | 8.57 | 39.05 | - |
| YUV | 81.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 170 | 0.57 | 0.59 | 0 | 0.33 | 242.38 | 0.42 | 0.47 |
| Hex | 49 | 45 | AA | 39 | 3B | 0 | 21 | F2 | 2A | 2F |
| Octal | 111 | 105 | 252 | 71 | 73 | 0 | 41 | 362 | 52 | 57 |
| Binary | 1001001 | 1000101 | 10101010 | 111001 | 111011 | 0 | 100001 | 11110010 | 101010 | 101111 |
Color Harmonies of #4945AA
Complementary color
Monochromatic Colors of #4945AA
Black with #4945AA
Text Example
Text Example
White with #4945AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945AA; }
p { color: rgb(73,69,170); }
H1.HeaderClassName
{
color: #4945AA;
}
.AnyTagClassName
{
color: #4945AA;
}
</style>
background-color css
<style>
a { background-color: #4945AA; }
a { background-color: rgb(73,69,170); }
div.DivClassName
{
background-color: #4945AA;
}
.BgClassName
{
background-color: #4945AA;
}
</style>
border-color css
<style>
span { border-color: #4945AA; }
span { border-color: rgb(73,69,170); }
td.TdClassName
{
border-color: #4945AA;
}
.TagClassName
{
border-color: #4945AA;
}
</style>