Shades of Governor Bay #4550AC
Tints of Governor Bay #4550AC
RGB
CMYK
RGB Variations
Color information
#4550AC (or 0x4550AC) is known color: Governor Bay. HEX triplet: 45, 50 and AC. RGB value is (69,80,172). Sum of RGB (Red+Green+Blue) = 69+80+172=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #4550AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4550AC is #BAAF53. Grayscale: #565656. Windows color (decimal): -12234580 or 11292741. OLE color: 11292741.
HSL color Cylindrical-coordinate representation of color #4550AC: hue angle of 233.59º 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 #4550AC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 80 | 172 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.33 |
| HSL | 233.59º | 0.43% | 0.47% | - |
| HSV(B) | 233.59º | 0.6% | 0.67% | - |
| XYZ | 12.77 | 9.98 | 40.28 | - |
| YUV | 87.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 172 | 0.60 | 0.53 | 0 | 0.33 | 233.59 | 0.43 | 0.47 |
| Hex | 45 | 50 | AC | 3C | 35 | 0 | 21 | EA | 2B | 2F |
| Octal | 105 | 120 | 254 | 74 | 65 | 0 | 41 | 352 | 53 | 57 |
| Binary | 1000101 | 1010000 | 10101100 | 111100 | 110101 | 0 | 100001 | 11101010 | 101011 | 101111 |
Color Harmonies of #4550AC
Complementary color
Monochromatic Colors of #4550AC
Black with #4550AC
Text Example
Text Example
White with #4550AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4550AC; }
p { color: rgb(69,80,172); }
H1.HeaderClassName
{
color: #4550AC;
}
.AnyTagClassName
{
color: #4550AC;
}
</style>
background-color css
<style>
a { background-color: #4550AC; }
a { background-color: rgb(69,80,172); }
div.DivClassName
{
background-color: #4550AC;
}
.BgClassName
{
background-color: #4550AC;
}
</style>
border-color css
<style>
span { border-color: #4550AC; }
span { border-color: rgb(69,80,172); }
td.TdClassName
{
border-color: #4550AC;
}
.TagClassName
{
border-color: #4550AC;
}
</style>