Shades of Governor Bay #4549A4
Tints of Governor Bay #4549A4
RGB
CMYK
RGB Variations
Color information
#4549A4 (or 0x4549A4) is known color: Governor Bay. HEX triplet: 45, 49 and A4. RGB value is (69,73,164). Sum of RGB (Red+Green+Blue) = 69+73+164=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #4549A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4549A4 is #BAB65B. Grayscale: #515151. Windows color (decimal): -12236380 or 10766661. OLE color: 10766661.
HSL color Cylindrical-coordinate representation of color #4549A4: hue angle of 237.47º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4549A4 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 73 | 164 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.36 |
| HSL | 237.47º | 0.41% | 0.46% | - |
| HSV(B) | 237.47º | 0.58% | 0.64% | - |
| XYZ | 11.54 | 8.71 | 36.2 | - |
| YUV | 82.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 164 | 0.58 | 0.55 | 0 | 0.36 | 237.47 | 0.41 | 0.46 |
| Hex | 45 | 49 | A4 | 3A | 37 | 0 | 24 | ED | 29 | 2E |
| Octal | 105 | 111 | 244 | 72 | 67 | 0 | 44 | 355 | 51 | 56 |
| Binary | 1000101 | 1001001 | 10100100 | 111010 | 110111 | 0 | 100100 | 11101101 | 101001 | 101110 |
Color Harmonies of #4549A4
Complementary color
Monochromatic Colors of #4549A4
Black with #4549A4
Text Example
Text Example
White with #4549A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4549A4; }
p { color: rgb(69,73,164); }
H1.HeaderClassName
{
color: #4549A4;
}
.AnyTagClassName
{
color: #4549A4;
}
</style>
background-color css
<style>
a { background-color: #4549A4; }
a { background-color: rgb(69,73,164); }
div.DivClassName
{
background-color: #4549A4;
}
.BgClassName
{
background-color: #4549A4;
}
</style>
border-color css
<style>
span { border-color: #4549A4; }
span { border-color: rgb(69,73,164); }
td.TdClassName
{
border-color: #4549A4;
}
.TagClassName
{
border-color: #4549A4;
}
</style>