Shades of Governor Bay #4557AC
Tints of Governor Bay #4557AC
RGB
CMYK
RGB Variations
Color information
#4557AC (or 0x4557AC) is known color: Governor Bay. HEX triplet: 45, 57 and AC. RGB value is (69,87,172). Sum of RGB (Red+Green+Blue) = 69+87+172=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #4557AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4557AC is #BAA853. Grayscale: #5A5A5A. Windows color (decimal): -12232788 or 11294533. OLE color: 11294533.
HSL color Cylindrical-coordinate representation of color #4557AC: hue angle of 229.51º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4557AC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 87 | 172 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.33 |
| HSL | 229.51º | 0.43% | 0.47% | - |
| HSV(B) | 229.51º | 0.6% | 0.67% | - |
| XYZ | 13.31 | 11.06 | 40.46 | - |
| YUV | 91.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 172 | 0.60 | 0.49 | 0 | 0.33 | 229.51 | 0.43 | 0.47 |
| Hex | 45 | 57 | AC | 3C | 31 | 0 | 21 | E6 | 2B | 2F |
| Octal | 105 | 127 | 254 | 74 | 61 | 0 | 41 | 346 | 53 | 57 |
| Binary | 1000101 | 1010111 | 10101100 | 111100 | 110001 | 0 | 100001 | 11100110 | 101011 | 101111 |
Color Harmonies of #4557AC
Complementary color
Monochromatic Colors of #4557AC
Black with #4557AC
Text Example
Text Example
White with #4557AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4557AC; }
p { color: rgb(69,87,172); }
H1.HeaderClassName
{
color: #4557AC;
}
.AnyTagClassName
{
color: #4557AC;
}
</style>
background-color css
<style>
a { background-color: #4557AC; }
a { background-color: rgb(69,87,172); }
div.DivClassName
{
background-color: #4557AC;
}
.BgClassName
{
background-color: #4557AC;
}
</style>
border-color css
<style>
span { border-color: #4557AC; }
span { border-color: rgb(69,87,172); }
td.TdClassName
{
border-color: #4557AC;
}
.TagClassName
{
border-color: #4557AC;
}
</style>